Etiquetas De Html
<html></html> | HyperText Mark-up Language |
<em></em> | Emphasis |
<h1></h1> …<h6></h6> | Heading |
<body></body> | --- |
<title></title> | --- |
<p></p> | Paragraph |
<strong></strong> | --- |
<small></small> |--- |
<em><small></small></em> | --- |
<br /> | Break |
<hr /> | Horizontal Rule |
<ul></ul> | Unordered List |
<ol></ol> | OrderedList |
<li></li> | List Item |
style="background-color:#ff0000;" | --- |
<a href=" … “></a> | Anchor … Hypertex-Reference |
id="XXX"<a href="#XXX“></a> |Identification--- |
<a href="mailto:a@b.com"></a> | --- |
<a href="http://a@b.com" title="COMENTARIO"></a> | --- |
<img src="archivo_imagen" alt="COMENTARIO" /> |Image-Source-Alternate |
<img src=" … " width=" en pixels/porcentaje " height="en pixels/porcentaje" /> | |
<table></table> | --- |
<tr></tr> | Table Row |<td></td> | Table Data |
colspan=”UN CARDINAL”rowspan=”UN CARDINAL” | Column--- |
<table border="PX" width="PX/%" height="PX/%"> | --- |
cellpadding=”PX”cellspacing=”PX” | --- |<td align="left/center/right" valign="top/middle/bottom"> | AlignVertical Align |
<p style="font-size:20px;">A CONVERTIR</p><p style="font-family:courier;"> A CONVERTIR</p><p style="font-size:20px; font-family:courier;"> A CONVERTIR </p> | --- |
<style type="text/css">h1 {font-size: 30px; font-family: arial;}h2 {font-size: 15px; font-family:courier;}p {font-size: 8px; font-family: "times new roman";}</style> | --- |
style="color:green;"style="background-color: blue;"style="padding:25px;border:1px solid red;" | --- |
<img...
Regístrate para leer el documento completo.