Está en la página 1de 2

HTML5

HTML BASICO SEMANTICA HTML es el lenguaje de hipertexto para modelar informacin a partir de una estructura definida para posteriormente ser mostrada atraves de un navegador web (browser). Ejemplos de navegadores web 1. 2. 3. 4. 5. Google chrome Firefox Opera Internet Explorer Safari

Formatos de Texto HTML <cdigo fuente> <strong> Negrita </strong> <em> Cursiva </em> <del> Tachado </del> 8=2 <sup> 3 </sup> (log <sub>10 </sub>2 <q>Entre comillas </q> <address> Hugo Bohero, #650</address> <bdo dir=ltr>Normal</bdo> <bdo dir=rtl>Al revs</bdo> <blockquote>Bloque con Indentacin</blockquote> HTML <vista en el navegador web> Negrita Cursiva Tachado ( ) Entre comillas Hugo Bohero, #650 Normal Sver lA Bloque con indentacin

Listas
Listas Desordenadas Unordered List HTML <cdigo fuente> <ul> <li>item1 </li> <li>item2</li> <li>item3</li> <li>item4</li> </ul> Parametros type reversed HTML <vista en el navegador web> Item1 Item2 Item3 Item4

Comodines A, a, I, i Ninguno

Lista Ordenadas Ordered List HTML <cdigo fuente> <ol> <li>item1 </li> <li>item2</li> <li>item3</li> <li>item4</li> </ol> HTML <vista en el navegador web> 1. Item1 2. Item2 3. Item3 4. Item4

También podría gustarte