HTML Language Manual. Summary of Tags and Attributes [Link]
htm
label closure attribute explanation
<!-- --> Add an invisible comment.
<a> </a> Establish a link.
href Link address.
name Set an anchor.
Set the link target: _blank, _self, _top, _parent, or
target
defined
<b> </b> Bold text.
<blockquote> </blockquote> Bleeding.
<body> </body> Visible part on the screen of the document.
alink Change the link color when it is active.
background To place a background image.
bgcolor To set a background color.
link Change the link color before it is activated.
vlink Change the color of the link after it has been visited.
<br> Line break.
<caption> </caption> Set the title of a table. Inside <table>.
<center> <center> Center horizontally.
<dd> The definition of the term. Inside <dl>
<dl> </dl> List of terms and their definitions.
<dt> </dt> Term to be defined. Inside <dl>
<font> </font> Source.
size Font size.
color Color
face Font type.
<form> </form> Form
action [Link]
method ="post"
enctype ="text/plain"
<frame> </frame> Marco.
name Name used to refer to him afterwards.
Establish which document will be loaded initially into the
src
hero.
frameborder Indicates whether there will be a border between the frames.
noresize If it is written, the navigator cannot resize the frames.
scrolling Set whether or not there will be a scrolling bar.
1 out of 3 23/12/2018 18:20
HTML Language Manual. Summary of Tags and Attributes [Link]
<frameset> </frameset> Structure of the frames.
cols Number of columns.
rows Number of rows.
Header of first order. There are 5 others: <h2><h3>
<h1> </h1>
<h4><h5><h6>
<head> </head> Document header.
<hr> Horizontal separation line.
align Line alignment.
no shade Without three-dimensional effect.
size Line thickness.
width Line width.
<html> </html> Opening and closing of the code.
<i> </i> Italic font.
<iframe> </iframe> Marco en línea. Carga en un marco otra página.
name Name given to the space for future references.
src Establish which document is loaded initially.
frameborder Sets whether there will be a border or not.
<img> Insert an image.
alt Alternative text for the image.
border Determine whether it will have a border or not when serving as a link.
height Height of the image.
width Image width.
src Establish which image is going to be inserted.
<li> Component of a list. Inside <ul> or <ol>
<ol> </ol> Lista numerada de objetos.
<p> </p> New paragraph.
<sub> </sub> Subscript.
<sup> </sup> Superscript.
<table> </table> Table.
align Align the table: center, right, left
bgcolor Sets the background color of the table.
border Set a border to the table
cellpadding Separation between the table border and the content.
cellspacing Separación entre las celdas.
width Set the width of the table.
<td> </td> Cell of a table.
Set the text alignment within the cell: left, center,
align
right.
2 out of 3 23/12/2018 18:20
Manual de lenguaje html. Resumen de etiquetas y atributos [Link]
bgcolor Sets the background color for the cell.
colspan extends the cell over several columns.
height Sets the height of the cell.
rowspan Extends the cell over multiple rows.
valign Set the vertical alignment: top, middle, bottom.
width Set the cell width.
<th> </th> Column header of a table. Inside <tr>.
<title> </title> Set the name of the document. Inside <head>
<tr> </tr> Row of a table.
<u> </u> Underlined.
<ul> </ul> Unnumbered list of objects.
2002 to 2006 HTML Language Manual Angel R. Puente Pérez
3 out of 3 23/12/2018 18:20