HTML/XHTML
here i will share my knowledge of xhtml
basic tags
text
<i>text</i>
text
<u>text</u>
text
<big>text</big>
text
<small>text</small>
<blink>text</blink>
text
<font color="red">text</font>
start a new line with this
<br>
links
basic link
<a href="http://link">text</a>
button
<a href="http://link"><img src="http://picaddress.jpg" alt="pic name"/></a>
coloured link
highalife
<a href="http://link"><font color="colour">text</font></a>
html code
image background
<body background="http://picaddress.jpg">
colour background
<body bgcolor="colour">
..or u could put it like this..
<body bgcolor="colour" text="colour" link="colour" vlink="colour">
align
<p align="center/left/right">text or code</align>
scrolling text
<marquee behaviour=""direction""loop="-1">text</marquee>
unique codes
background sound
<bgsound src="http://soundurl.amr/mid">
javascript popup
<script language="javascript">("Ready");alert("text")</script>