7
< HTML /> HyperText Markup Language

Html

  • Upload
    oscar

  • View
    254

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Html

< HTML />HyperText Markup Language

Page 2: Html

Algo de historia

Page 3: Html

Tim Berners-Lee 1991

Page 4: Html
Page 5: Html

Etiquetas(Elementos)

http://www.librosweb.es/xhtml/capitulo2/elementos_html.html

Page 6: Html

Atributos

Page 7: Html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="es"> <head> <title>Ejemplo</title> </head> <body>

<p>ejemplo</p> </body> </html>

Estructura básica


<!doctype html><html><head><script type=