Hey its shad0w again!
This time im here with tutorial three.
Always remember to run my script first.
So here it is:
<html>
<body>
<h1>Font, Color and Size</h1>
<p style="font-family:times;color:red">
This is the tutorial on Color, font and different links.</p>
<hr />
<br />
<p style="font-family:times;color:blue">
Look over the code until you can remember exactly what it is!</p>
<br />
<p style="font-size:30px">This text is 30 pixels high</p>
<br />
<hr />
<h2> Differnt Types of Links</h2>
<p> First Is Using Images For links</p>
<p>
You can also use an image as a link:
<a href="http://www.myspace.com">
<img border="0" src="buttonnext.gif" width="65" height="38">
</a>
</p>
<p> Here is a code to send mail </p>
<p>
This is a mail link:
<a href="mailto:shad0w@microsoft.com?subject=Shad0w%20you%20own&body=You%20are%20the%20best">
Send Mail</a>
</p>
<p>
<b>Note:</b> Spaces between words should be replaced by %20 to <b>ensure</b> that the browser will display your text properly.
</p>
<hr />
<bdo dir="rtl">
this text is backwards</bdo>
<body>
<html>
Part 2 :
Part 2by- shad0w