HTML Basic Document
HTML Basic Document
<html> <ul>
<head> <li>Item</li>
<title>Title of document goes here</title> <li>Item</li>
</head> </ul>
Links Forms
<select>
<option>Apples</option>
<option selected="selected">Bananas</option>
<option>Cherries</option>
</select>
</form>
Entities
Other Elements
<blockquote>
Text quoted from a source.
</blockquote>
<address>
Written by W3Schools.com<br />
<a href="mailto:[email protected]">Email us</a><br />
Address: Box 564, Disneyland<br />
Phone: +12 34 56 78
</address>