This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
web_design:letter:format_text [2021/10/05 16:03] mag [Formatting Text] |
web_design:letter:format_text [2023/08/16 09:33] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Web Development ====== | + | ====== Web Development |
| - | ===== Lesson 1 - Letter | + | ===== Formatting Text ===== |
| - | ==== Formatting Text ==== | + | ==== Setup ==== |
| Continue to use the jsfiddle from the previous lesson. If you need it again, here it is. | Continue to use the jsfiddle from the previous lesson. If you need it again, here it is. | ||
| - | < | + | < |
| - | < | + | |
| < | < | ||
| < | < | ||
| Line 14: | Line 14: | ||
| < | < | ||
| - | === Bold === | + | ==== Bold ==== |
| * Let's try another HTML tag. Add < | * Let's try another HTML tag. Add < | ||
| Line 21: | Line 21: | ||
| * What do you think < | * What do you think < | ||
| - | === Italic === | + | ==== Italic |
| * In the second paragraph, make '400 horas' italic. | * In the second paragraph, make '400 horas' italic. | ||
| Line 28: | Line 28: | ||
| * Click ' | * Click ' | ||
| - | === Superscript === | + | ==== Superscript |
| * Make the TM superscript in the third paragraph. | * Make the TM superscript in the third paragraph. | ||
| Line 35: | Line 35: | ||
| * Click ' | * Click ' | ||
| - | === Nesting Tags === | + | ==== Rule: Nesting Tags ==== |
| - | * It's possible to apply more than one tag to text. Notice that the <em> tag pair is inside the < | + | * It's possible to apply more than one tag to text. Notice that the < |
| * We do the same for //em// and **strong**. Let's do this for the word ' | * We do the same for //em// and **strong**. Let's do this for the word ' | ||
| < | < | ||