HTML For Dummies Book 1
<title>page title here<title/>
<h1-6>size of 24424l1113y font<h1-6/>
<html>put this at top of page<html/>
<head>then this<head/>
<br>makes a line brake or a new line<br/>
<hr>draws a line across the page<hr/>
<p>breaks up text into spaced regions<p/>
<li>put beside all text for a list
<b>bold text
<em>ittilics words or empisises them<em/>
<I>same thing as <em> <I/>
<SCRIPT>
function click()
}
document.onmousedown=click
</SCRIPT>
|