Estilos de texto en html

martes, 24 de junio de 2014
Como ves en la tabla es muy sencillo conseguir los efectos deseados, solamente tienes que colocar el texto entre las etiquetas adecuadas.
EtiquetaSe ve
  • <B>Texto en Negrita</b>
  • <I>Itálica</i>
  • <B><I>Negrita e Itálica</i></b>
  • <U>Subrayado</u>
  • <EM>Enfatizado</em>
  • <STRONG>Fuerte</strong>
  • <CODE>Code Texto</code>
  • <CITE> Citation Text</cite>
  • <KBD>Keyboard Text</kbd>
  • <SAMP>Sample Text</samp>
  • <TT>Teletype Text</tt>
  • <VAR>Variable Element Text</var>
  • <BIG>Texto grande</big>
  • <SMALL>Texto pequeño</small>
  • <SUB>Subindice</SUB>
  • <SUP>Superíndice</SUP>
  • <BLINK> Texto intermitente</blink>
  • <STRIKE>Texto tachado</STRIKE>
  • Texto en Negrita
  • Itálica
  • Negrita e Itálica
  • Subrayado Solo Explorer
  • Enfatizado
  • Fuerte
  • Code Texto
  • Citation Text
  • Keyboard Text
  • Sample Text
  • Teletype Text
  • Variable Element Text
  • Texto grande
  • Texto pequeño
  • Subíndice Solo Explorer
  • Superíndice Solo Explorer
  • Texto intermitente Solo Netscape
  • Texto tachado
Algunas etiquetas funcionan solamente con alguno de los navegadores, tenlo en cuenta si las usas.