Html Stuff

Your Logo Here

 

 

Site Navigation    


 Home

 Text

 Images

 Tables

 Music

 Other Html

 
 
 

Basic Text Editing

Here you will be able to learn how to edit text on your webs site.

This section includes 

  • Basic text editing
  • Text position
  • Text colour
  • Text style
  • Text size
Here is some basic text editing
 
Enter the start tag at the beggining of your text then enter your text and then the end tag to get the restult you want.
 
Start Tag End Tag Result
<b> </b> Text
<u> </u> Text
<i> </i> Text
<s> </s>

Text

<p> New Paragraph
<br> </br>


Position of the text

You can have your text positioned left right or center

all you have to do is type these tags above and below your text depending on where you want it.

You can use either of ther start tags, both give the same result but both must be ended

PLEASE NOTE:

Some browsers only work with a certain Start Tag so try one and if it dosn't work try the other. but both will have the same End Tag

 Start Tag 1  Start Tag 2 End Tag
 <align left>  <left>  </left>

The above tag will look like this

 Start Tag 1  Start Tag 2  End Tag
 <align center>  <center>  </center>

The above tag will look like this

 Start Tag 1  Start Tag 2  End Tag
 <align right>  <right>  </right>

The above tag will look like this



Colour

If you typed

<font>text here</font>

then you would get the defult font stlye, color, and size which varies depending on the browser you use.

to change the color all you have to do is type

<font color=red>Text Here</font> to get Text Here

This would only work for certain colours though like red, green, blue, yellow. If you want a certain shade of a colour like Text Text then you would have to use whats called the "hexidecimal code" below is all the 216 colours possible to be used on the net

 

to use a hexidecimal code just type

<font color=FF00CC>Text Here</font>  to get Text Here

simple!



Size and Style

Size

To change the size of the font is almost the same as the color usually text is about size3 and it can go up to about size 7 i think.

all you have to do is type <font size=4>Text Here</font> to get  Text Here

How big they are

size 1

size 2

size 3

size 4

size 5

size 6

size 7

 

Style

To change the style is also similar

<font style="arial">Text Here</font> Would give Text Here

Styles You can use

Times New Roman

Arial

Verdana

Georgia

Courier New



All together

Here is what the above HTML could look like if it was put together

 HTML VERSION  WEB VIEWERS POINT OF VIEW (with out the purple backround)

 <right><font size=4 color=66FF66>Hello</font></right><p>

<center><font size=4 color=66FF66>I Hope you have found this site useful<p>

<b>Now you know how to edit text</b>you should be able to put it <i>exactly</i> as you want on the net.</font></center>

<p><left><font size=4 color=white Style="Arial"><b>It's simple when you know how just a few codes here and there </b></font><p>

<font= color=white size=4>If you found any thing here yo difficult then go to the FAQ page(comming soon)<p>

but if you want help now then mail me</font><font size=3 color=white>(mail address on the front page</font></center>

 Hello

I hope you have found my site useful

Now you know how to edit text you should be able to put it exactly as you want on the net.

It's simple when you know how just a few codes here and there

If you found any thing here to difficult then go to the FAQ page (comming soon)

but if you want help now then mail me (mail address on the front page)


 

 

Create a free website at Webs.com