|
|
||||||||||||||||||||||||
In the opening html tag be sure to put the < at the front and the > at the end. Then just do the same with the closing tag. Except add the / right after the < and end the closing with the >. These are like a light switch that turns a light on and off. The opening tag starts the document and the closing tag stops the document. Another words they turn it on and off. Just like a light switch. Just remember to put the <html> at the beginning of your document and the </html> at the end. Then right after the opening <html> tag put the opening <head> tag, then the opening <title> tag where you can name you page whatever you like and then the closing </title> tag. You can also use as many headings as you like, like this <h1>, <h2>, <h3>. These do need a closing tag. LIke this </h1>, just remember to change the number to whatever number that you use with each one. I would suggest not using more than three headings. You can up to 6 heading tags. I'll tell you more about these later on. Then put the closing </head> tag. Then you put the opening <body> tag where you can type in whatever you would like to have on your page. You can even have pictures/images, links to other web pages even your other pages and music. I'll show you the tags for all this and how to do it all on the next page. I'll even show you how to make a audioscope to have on your page. I'll even show you how to make a marquee and change the font color and size and how you can make it change directions and go the other way and also to just go back and forth on the page. Also how to control the speed of it and other things that I can think of that you can do with it. I'll do a marquee and tell you how I did it. I'll also try and tell you a little about javascript. But probably not too much since I'm new to it. Some of it would be pretty easy to write and some of it pretty hard to write. I've got some links to some good sites on the first page that you can find out alot about all this from them.
|