This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
web_design:letter:paragraphs [2021/10/19 09:10] ander |
web_design:letter:paragraphs [2023/08/16 09:33] (current) |
||
|---|---|---|---|
| Line 27: | Line 27: | ||
| ===== Etiquetas HTML ===== | ===== Etiquetas HTML ===== | ||
| - | * Notice that the text isn't broken up into paragraphs. The browser ignores line breaks, tabs, double spaces and other document formatting information. We need to add this using HTMTL 'tags' | + | * Observe que el texto no está dividido en párrafos. El navegador ignora los saltos de línea, las pestañas, los espacios dobles y otra información de formato del documento. Necesitamos agregar esto usando |
| < | < | ||
| < | < | ||
| Line 40: | Line 41: | ||
| * Clic en ' | * Clic en ' | ||
| - | * < | + | * < |
| - | * Every HTML opening tag < | + | * Cada etiqueta |
| - | * Everything between the opening tag and the closing tag is considered part of a single paragraph. | + | * Todo lo que se encuentra entre la etiqueta de apertura y la etiqueta de cierre se considera parte de un solo párrafo. |
| - | + | | |
| - | [[web_design: | + | [[web_design: |