HTML - Texto
Ejercicio 19: 1. Crear una página en html, agregar minimamente: a. Un nombre a la página b. Un título, un párrafo, un preformato, una línea horizontal y un salto de línea c. Utilizar, negrita, subrayado, itálica, tachado, letra más pequeña, subíndice, superíndice y resaltado index.html <!DOCTYPE html > <html> <head> <title> HTML - texto </title> </head> <body> <header> <h1> Texto HTML un poco más llamativo </h1> Texto HTML un poco más llamativo </header> <main> ...