Home HTML Beginning

Ever wanted to change how you look at things entirely? Well, you can't really learn to do that here, but you sure can learn to change your font! :) This will all be on the topic: Text in HTML. Here we goooooo:

<H1>

H1 is the biggest heading around. There are also headings 2-6. For H5 it would be <H5> etc. On the example page we will show all of them.

<B>

Bold is what that is. As usual, this tag can end with a /B when you want it to stop being bold.

<I>

Italic makes the text slanted- and it is commonly used for addresses and such. Also sarcasm and stuff.

<CENTER>

Pretty obvious, everything in between CENTER and /CENTER would be centered on the page. We use it a lot in webpages.

<U>

Underline is very annoying, and should be used sparingly. Like all of the ones above here, it ends with a /U.

<MARQUEE>

This is a marquee and it's actually pretty cool. All the text in between the MARQUEE and the /MARQUEE scrolls accross, but then again, not all browsers recognize this tag.

Okay, now you've got the basic tags. Now here's the hard one. It is used a lot, but you must keep in mind that it only displays the font if the viewer has it. That is...

<FONT size="+1" face="times new roman" color="blue">

That's how you change the font. Then you end it with /FONT. All of those fields (color, size, face) can be changed. The size is from -6 to 1 and +6 to 1. We'll show all of the sizes in the example page- which is coming RIGHT UP!

Okay, so that you know I don't go back on my word- here's the source code and page so you can see ALL of the things used in this section.

Source Code: example3a.txt
Working HTML: example3a.html


You're doing very well! So now you can move it on up! Images, links, and oh so much more!.