html commands
html commands
<a>, </a>
attributes:
label of this
name text position in the
file
<img>
attributes:
pixel size, % of
height number, percentage
page height
pixel size, % of
width number, percentage
page width
border="0" means no
border number size in pixels
border
<br />
attributes:
<p>, <p/>
attributes:
<hr />
attributes:
tags:
superscript
<sup>, </sup>
<code>, </code> computer code use it to stress the meaning of the text
<font>, </font>
purpose: change font size, color, type etc.
attributes:
specifies size to
1, ..., 7 default starting size is 3
be used
size changes size
-3, ..., +3 from that
previously in use
specifies list of
fonts to be used the browser will use the first one available
face
(in order of from the list
preference)
lists
33 </li>
</ol>
</ul>
</dl>
2. Sparta <ol>
America </ol>
Asia </li>
</ul>
</ul>
tables
quotation mark = APL quote " " " " " "
<TABLE border="1">
<THEAD>
<TR>
<TH ROWSPAN=2>Character</TH>
<TH ROWSPAN=2>Entity</TH>
<TH ROWSPAN=2>Decimal</TH>
<TH ROWSPAN=2>Hex</TH>
</TR>
<TR>
<TH>Entity</TH>
<TH>Decimal</TH>
<TH>Hex</TH>
</TR>
</THEAD>
<TBODY>
<TR>
<TD>non-breaking space</TD>
<TD>&nbsp;</TD>
<TD>&#160;</TD>
<TD>&#xA0;</TD>
<TD> </TD>
<TD> </TD>
<TD> </TD>
</TR>
etc.
</TBODY>
</TABLE>
ingredients:
o <thead>, </thead>: encloses the table head; this helps the browser display the head
on each page, if the table is longer.
o <tfoot>, </tfoot>: encloses the footer of the table; it must precede the <tbody>
To be added:
<center>
<basefont>
<blockquote>, <q>
<base>
<address>
forms
frames