HTML

 HTML AT A GLANCE
 ADD TEXT
 ADD IMAGES
 MAKE LINKS
 MAKE FRAMES
 MAKE TABLES

 E-MAIL ME




I void all responsiblity of any content of any advertisement displayed above this line

1 Cool Helper's
HTML Text Tutorial


     Text is the easiest thing to put in a document. No special tags, no tricks. Just type. In fact, everything in HTML that is not in tag format (< >), is displayed as text. The hard part is formating the text to look like you want it to look like. That is what this tutorial is about.

Sample:
Hello!

The code:
	<center>
	<font face="impact" size="5" color="red">
	Hello!
	</font>
	<center>

A Closer Look

<font> & </font>- Isn't it obvious? This controls the whole text.

face- This is where the term you know as font is carried out. Times New Roman, Courier, or whatever you want.

size- A number between one and seven, seven the largest. You can also use values such as +1, or +2 for this field.

color- DUH? Put your favorite color here. More is said about color on the HTML AT A GLANCE link.


More Stuff

Samples:
Bold
Italics
underline

The codes:
	<center>
	<b>bold</b><br>
	<i>Italics</i><br>
	<u>underline</u>
	</center>


Another Closer Look

<b> & </b>- Well, if it doesn't jump off the screen at you, it makes your text bold.

<i> & </i>- Makes your text in italics.

<u> & </u>- Makes your text underlined. This is a good way to confuse someone with your links.

<br>- When you are typing a normal document, you push ENTER or RETURN to goto the next line. This is the same as ENTER or RETURN in HTML.


I think that is about it. You do need to know that there are several other tags that change text. I just displayed the tags I use, because I think they look nicer, and are more convenient. Well, so long until you come back.





Tickets.com

MSN Expedia Travel
© 1999 1 Cool Helper