
Webtv user's, if you want your pages computer compatable, just use the codes that aren't marked (webtv only). Except of course, transloading.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Transitional//EN">
This tag is made for webtv, computer will have to use the 4.0 tag. Here's the one I would advise people to use.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
These tags won't work if your using frames though. Here's the document tag you should use if your using frames.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
Now you want to put in your title codes, the ones that will appear at the bottom of your page in the status bar. After your first <html>, put this in, <head><title> the title of your page here</title></head>. This will put a title in your status bar, and will appear at the bottom of the box when somebody puts them in there folder's.
Ok, now comes the body codes. They come right after your last </head>. </head><body bgcolor="?" text="?"Link="?" VLink="?">. Now you can replace the ? marks with colors you want, but to make the pages load faster you should use the hex color codes. For example would black would be #000000, and so on. For a great color converter click here. This one also has a RGB converter, which will come in real handy for banner making. When they want the rgb color codes of the banner and background. Or for a great color chart click here.
The Link="?" stands for the color you want the link to be before somebody clicks on it. You've seen this on my homepage and on the "Email for beginner's page". The VLink="?" stands for the color you want the link to be after somebody clicks on it. This is used so the person will know they've already been there. You can also have an ALink="?" if you wish. This will be the color the link will changes to when clicked on, but disappear's right after your taken whever the links is suppose to take you. The ALink is optional because webtv user's can't see it, but computer user's can.
Here's what the Meta Tags look like.
*NOTE The META NAME="AUTHOR" is optional, you can add it if you wish. In my example's and on my pages I leave them out.
These tags go between your </title> and your </head> tags. Like this: <html><head><title>Your Title Here</title><META NAME="DESCRIPTION" CONTENT="Describe your site here the best you can."> <META NAME="KEYWORDS" CONTENT="All key words to describe you site here."></head>
<META NAME="DESCRIPTION" CONTENT="Describe your site here the best you can."> <META NAME="KEYWORDS" CONTENT="All key words to describe you site here."></head>
Make sure thes tags go between your
</title><META PRAGMA TAGS><META TAGS></head>
Now let's put together what we have so far.
<html><head><title>title of your page</title><meta pragma tags><meta tags></head><body bgcolor="?" text="?" Link="?" Vlink="?" ALink="?" Logo="address of image">.
Now you could also add a background to your page by using the background code instead of the bgcolor code. body background="address of background" ect.
You can also put both code in to make them move diagonally. Body background="address here" xspeed="5" yspeed="-5". Or you can change them around, xspeed="-5" yspeed="5". You can play with the number's until you get the effect you want. To view a sample of a background at work, click here.
Internet Explorer's can use this code.
<bgsound src="address" autostart="true" loop="?" height="0" width="0">
You can replace the loop= with "true" or a number like above. The height and width ="0" will make a little windw's box with stop and play button's from appearing.
Webtv user's can hear both, but you should use the <embed src one because the internet explorer can now use both of them. But if you want to make sure use both codes.
<embed src="address" autstart="true" hidden="true" loop="?">
<noembed>
<bgsound src="address" autostart="true" loop="?" hieght="0" width="0">
</noembed>
slideright, slideleft, slideup, slidedown, wipeup, wipedown, wipeleft, wiperight, wipelefttop, wipeleftbottom, wiperightbottom, wiperighttop, and blackfade (not very impressive),spininout,spinoutin, (the last 2 are for the plus units only)
Now this will go right after the Logo="address of image", like this <body bgcolor="?" text="?" Link="?" VLink="?" ALink="?" Logo="addresss of image" transition="wipeleft"> You can put any transition you want.
There is also a default FONT which I like to use. It's called <"Basefont size="?"> and what this does is set the font size on the page to the size you picked unless otherwise told to.
In other words if you put <basefont size="4"> The font size would always be "4" unless you changed it by using a <font size="?">, but would return to font size "4" after you put in the </font>. Like this for example <basefont size="4"> at the top of the page will make your page font size "4", in the page somewhere you put in <font size="6"> words here </font>, now the words would go back to font size "4". Since this tage geos at the top of your page, and is a "default" tag, it doesn't need a closing tag, or </font>
There is also another default font tag, and it's:
Here you would replace the ? mark with "small", "medium", or "large". PC user's can go larger, but these three are the only 3 that I know work with webtv.
l This tag goes in the body tag, and has no closing tag. Like this:
This one is widely used in HTML only built pages. Most professionally made pages use CSS.
Ok here's a some the the more comon one's, but there are more.
Sans , San-Seriff, Comic Sans MS , Comic Sans MS Bold ,
Courier , Courier New , Courier New Bold , Couirer New Italic , Courier New Bold Italic
Times Roman, Times New Roman , Times New Roman Bold , Times New Roman Bold Italic
Verdana , Verdana Bold , Verdana Italic , Verdana Bold Italic
H1 |
H2 |
H3 |
H4 |
H5 |
H6 |