User Tools

Site Tools


web_design:letter:format_text

This is an old revision of the document!


Web Development

Lesson 1 - Letter

Formatting Text

Bold

  • Let's try another tag. Add <strong> before Universidad and </strong> after Hospitalidad so that the first paragraph looks like this.
<p>Soy estudiante del penúltimo año de Hotelería en la <strong>Universidad Nacional de Hospitalidad</strong>, y quiero mostrarles mi interés en formar parte de su compañía a través de un contrato de prácticas.</p>
  • What do you think <strong> does? It makes the text between the tags bold.

Italic

  • In the second paragraph, make '400 horas' italic.
  • Add <em> before '400' and </em> after 'horas'.
<p>Como saben, la escuela pide <em>400 horas</em> de práctica profesional en empresas especializadas en el área de estudios del alumno, para optar por el título profesional.</p>
  • Click 'Run' and check the result.

Superscript

  • Make the TM superscript in the third paragraph.
  • Add <sup> before 'TM' and </sup> afterwards.
Hotel Cortez<sup>TM</sup> sabrá
  • Click 'Run' to see what <sup> does.

Nesting Tags

web_design/letter/format_text.1633398111.txt.gz · Last modified: 2023/08/16 09:33 (external edit)