DOCTYPE HTML
DOCTYPE HTML
DOCTYPE html>
<html></html>
<head>/<head>
<title></title>
<body></body>
<p></p>
<!-- Your Comment --> tag
ORDERED LIST
<ul type="square">
<li>Square Bullet</li>
<li>Square Bullet</li>
</ul>
Description Lists
<dl>
<dt>Coffee</dt>
<dd>- black hot drink</dd>
<dt>Milk</dt>
<dd>- white cold drink</dd>
</dl>
formattingTag Attribute
Example Results
width "size_px"
Height "size_px"
Align "left"
"right"
Border "Size"
eg. "0"
<span style="color:blue;">blue</span>
<table> Attributes
Attributes Value Description
<tr> Attributes
Attributes Value Description