|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
HTML FONTS
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tag
|
Property
|
Description
|
|
<font>
</font> |
color
size name |
Applies style to text
|
HTML LINKS
| Tag | Property | Description |
|
<a> </a>
|
href
target style class name id |
Generates a link to other documents or locations
|
HTML IMAGES
|
Tag
|
Property
|
Description
|
|
<img>
|
src
alt name border height width |
Creates an image
|
HTML FORMATTING
|
Tag
|
Description
|
Example
|
|
<blockquote>
</blockquote> |
Used for long quotes. Indents all text and images within the tags.
|
Sample of text in a block quote format
|
|
<ol> </ol>
|
Ordered List (used with <li>)
|
|
|
<ul> </ul>
|
Unordered List (used with <li>)
|
|
|
<li>
|
List element
|
|
|
<dd> </dd>
|
Definition List
|
Sample text
|
|
<dt>
|
Definition Term
|
Sample text
|
|
<dd>
|
Definition Description
|
Sample text
|
|
<p> </p>
|
Paragraph return
|
Sample
text |
|
<br>
|
Line break
|
Sample
text |
|
<hr>
|
Horizontal rule
|
|
|
<center> </center>
|
Center elements
|
Sample
|
HTML TABLES
|
Tag
|
Property
|
Description
|
|
<table> </table>
|
border
cellpadding cellspacing width height name id title bgcolor background align valign |
Holds the table elements
|
|
<tr> </tr>
|
height
bgcolor background align valign title |
Defines a new row
|
|
<td> </td>
|
height
width bgcolor background align valign title colspan rowspan |
Defines a table cell
|
|
<th> </th>
|
height
width bgcolor background align valign title colspan rowspan |
Table header. Automatically bolds and centers contents
|
|
<tbody> </tbody>
|
height
width align valign bgcolor background |
Applies formatting to surrounded cells
|
|
<colgroup> </colgroup>
|
height
width align valign bgcolor background colspan |
Applies formatting to given column
|
HTML FORMS
|
Tag
|
Property
|
Description
|
|
method
action name |
Holds the form elements
|
|
|
<input type=>
|
text
password hidden radio checkbox submit image reset |
Various types of form elements
|
|
text
|
name
value width maxlength |
|
|
password
|
name
value width maxlength |
|
|
hidden
|
name
value |
Used to pass hidden elements to forms
|
|
radio
|
name
value |
Radio 1
Radio 2 |
|
checkbox
|
name
value checked |
Check 1
Check 2 |
|
submit
|
value
|
|
|
image
|
src
height width alt name border |
|
|
reset
|
value
|
|
|
<select> </select>
|
name
size |
Create Drop-down boxes. Used in conjunction with option
|
|
<option>
|
selected
name value |
Option 1 Option 2
|
|
<textarea> </textarea>
|
name
rows cols wrap |
|
|
wrap
|
off
virtual physical |
no wrap
word wrap, sent as one line word wrap, sent with breaks |







