ok Now time to explain the script in part 1
<p style="font-family:times;color:red">
Ok so whats here is Paragraphlike always but instead oj just closing it were gonna put a code in it.This code changes the font and the color.Basicall only thing you ever change in this code is where it says "times" and "red"
<p style="font-size:30px">This text is 30 pixels high</p>
This Is the code to put the font "this text is 30 pixels high" to the size of 30 pixels
Like always it has the style=" And its in a paragraph When using codes like this it will only change the element its in.So it only changes what in the paragraph line.
<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>
This Code allows an image act as a link to a site.So that when you click the image you will be redirected to a link that is stated.You put your image where it says src="buttonnext.gif" the width and stuff is how big you want the image to be.
Take note that: <img doesnt have a close tag its called an open tag!
<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>
The email code is pretty obvious if you look at it but ill explain it. Since this is a type of link you have to use the href=" code but instead of a url you use mailto:(place email here)subject:(type the subject.REMEMBER TO USE &20 FOR SPACES)Then to add the body you put &body=(type what you want here. Still use %20 for spaces) then after that you put ">Send Mail</a></p> So that you can close the link and paragraph
Finally is,
<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>
Ok First let me tell you what BDO means its Bi-Directional Override.
The dir in this stands for direction and rtl is Right To Left
Then your write your text after (<bdo dir="rtl">)
But bdo does have a close tag so you put </bdo>
Ok well thats all for now, Please comment and rate out of 5 stars. Also please show me how this code helped you. Remember to always ask me questions on the tutorials.
Thanks for reading and have a great day or night