Friday, November 20, 2009

Html Basic

HTML For Dummies

<title>page title here<title/>

<h1-6>size of 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() {

if (event.button==2) {

alert('In this part you can put what you want to appear if people right-click. Ie – Right-clicking doesn’t work here punk, go somewhere else to do that')

}

}

document.onmousedown=click

</SCRIPT>


  • No comments:

    Post a Comment