Home Start A Page Making Links Images Sounds Text HTML Links Questions?? |
Here, I will tell you about the basics of page making. It all starts with HTML...
Structure Tags |
^Top^ |
Structure tags include:
Attributes of the body tag.
There are more attributes for the body tag, but this is Basic HTML. You can find more attributes for this tag under WebTV HTML.
The most basic page: This is just enough code to make a page work. This would work....However, all you would see is the line:
EX:
Anchors are what lets you link pages together. If you have more than one page, then you have to link them together, or else, people will come to your home page and never see your other pages.Also, if you want to put some links to other peoples pages, or just to some of the places like you like to go, anchors are what you need. To make an anchor, you need to know the address of the page you are linking to. The code for an anchor is `A`. There are different kinds of anchors and different attributes for the anchor tag. Now, if you just want a link to another page, the code is:
In this example XXXXXXXX is the address of the page that you are linking to. LINK NAME is whatever you want to call the link. If it is a link to a page that you made about your friends then you could name the link `FRIENDS`. You can name it anything, that is just an example.
It is easy to add images to your pages. All you need is the IMG (image) tag. There are lots of attributes
for the IMG tag. Attributes that can resize your image, align your image, and more! You can really change your image with this tag.
You can use an image as an anchor or link. This is very easy to do, just put the IMG tag inside the Anchor tag. Like this:
I am sure that you can see how powerful the IMG tag can be! There is more attributes for the IMG tag but, that should get you started.
You can put songs on you page that start playing as soon as they finish loading. You can also have links to songs that will play when you click on them.
EX:
EX: EX: EX:
There will be times when you will want to change the size, color, or style of you text. There are a lot of ways that you can change your text. Some examples:
Just a few of the tags that will change your text!
You can use more than one tag at a time.
The most important tag for changing your text is the FONT tag. It looks like this: The FONT tag defines that enclosed text will display in a certain font size, color, or style.
Attributes of the FONT tag:
EX: EX: EX: EX: EX: As long as you only use one FONT tag, no mater how many attributes you use, you only need one close tag!
EX: Always nest your tags!
.... All the stuff you put on your page.......
..... All the stuff you put on your page.......
TIP: If you save this file now, you can copy it each time you make a new page and you won`t have to retype the sturcture tags. You can cut and paste it from here.
Be sure to add color codes between the "". The BACKGROUND="" attribute is where you put the address of your background file, if you want to use one.
This is most of the BODY tag from this page.
Click below to learn more about the stucture tags. Be sure to hit the back botton to return to my pages.
[HTML]
[HEAD]
[TITLE]
[BODY]
ANCHORS
^Top^
TARGETS
Making links within a page takes a little more work.To link to a different place on the same page, you must first make a anchor for the link to look for. That is done by using an anchor tag with the NAME attribute. And it looks like this:
The XXXXX is whatever you want to call the link. Put the anchor whereever you want the link to go to. It will not show up on your page like a clickable link, but you will know that it is there. Now, to link to the anchor that you just made, you use the HREF attribute of the anchor tag and use the `#` before the address. Like this:
^TOP^
IMPORTANT TIP:
Images use a lot more memory space than text or HTML code. The larger the image file is, the longer it will take to load. I hate long dowdloads! Also, if you use a lot of images, expecialy animated gifs, make sure you use HEIGHT and WIDTH tags!
That way, the browser can leave space for your images and load the rest of your page much quicker!
EX:
EX:
Or:
Use the same format as the HEIGHT tag. 'Nuff said.
IMPORTANT TIP: Always use HEIGHT and WIDTH tags for your images as this will let your page load faster!
Values for the ALIGN tag:
EX:
Ex:Tip: You may want to use a transparency value of 50 for which WebTV uses to make Web pages load faster
See, I told you it was easy!
Now for some fun!
And now, click this image for a brief intermistion. Don't worry, you will be brought right back here! You won't want to miss this! It wil blow you away! ...
And here's the code!
^TOP^
IMPORTANT TIP:
Song files can be very big. The bigger the file, the longer it will take to load. Always put the code for the song at the end of your page. That way your page can load before the song loads. This will help your page load faster! Oh yeah, I hate long downloads!
The tag for adding a song to your page is
To make a link to a sound file, just use the address of the file in an Anchor tag.
The XXX is whatever you want the link to be. It could be text, like the name of the song. Or, it could be an image by using the IMG tag!
There are other ways to add music or sounds to your page but, this is the easiest way.
There are many places to find songs files on the internet. There are some on the links page.
^TOP^
... Strike
BOLD ITALICS
UNDERLINED ITALCS
BOLD UNDERLINED ITALICS
IMPORTANT TIP:
If you use more than one tag at a time, they must be nested. If you use an I tag followed by a B tag, you must close the B tag first then close the I tag.
EX:
EX:
Values range from 1 to 7 and can be set with the "+" or "-" characters in front to specify a difference relative to the current font size.
Values range from 0 (fully opaque) to 100 (fully transparent).
You can use more than one attribute in the same FONT tag.