<!DOCTYPE html> <!-- Define que este documento es HTML5 --> <html> <!-- Elemento raíz de una página HTML --> <head> <!-- Contiene información meta sobre la página HTML --> <title>Mi Primera Página</title> <!-- Titulo en la pestaña de la página) --> </head> <body> <!-- Contiene el contenido de la página --> <h1>Mi Primer Encabezado</h1> <!-- Un encabezado grande --> <p>Mi primer párrafo.</p> <!-- Un párrafo --> </body> </html>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter