Get Started. It's Free
or sign up with your email address
HTML by Mind Map: HTML

1. HTML 5

2. 1997-HTML 4.0

3. HTML 4.01

4. 1997-HTML 3.2

5. 1995 -HTML 2.0

6. VERSIONESDE HTML

7. PAGINA BASICA

8. html> <head> <title>Mi primera pagina web</title> </head> <body> </body> </html>

9. FONDO DE PAGINA

10. ETIQUETAS

11. <html> <head>< /body> </html>

12. <html> <head> <title>Fondo de prueba</title> </head> <body background="fondo1.jpg" bgcolor="FFCECB">

13. Es un lenguaje de programación que se utiliza para el desarrollo de páginas de Internet. Se trata de la sigla que corresponde Lenguaje de Marcas de Hipertexto, y traducida como Lenguaje de Formato de Documentos para Hipertexto.