|
Update:Me being the super-genius that I am, during the creation of these pages it never crossed my mind to add an e-mail link for feedback. There has now been an e-mail link added to the bottom of each page here. If you would like to see something added, have a question about something that is here, or feel that something is incorrect, feel free to drop me an e-mail. These pages were placed here to give a basic understanding of HTML tags and their usage. Use the links at the left to browse the site and learn a little HTML. I will go ahead and give you a brief introduction to some of the simpler HTML codes or Tags here on this page. Keep in mind that 90% of the time if something wont work right it is because of a tag being incorrect or not "closed". HTML tags will always begin with <tag goes here> and end with </tag goes here> except for a few select tags that only require the opening or first tag. I will show those here on the first page since they are relatively easy to explain.
The line above is what you get when you use the <HR> tag. There are things you can do to "dress up" the <HR> tag to make it blend in with the colors and design of your page a little better. To get a look at the ways to do this, click the Linebreak link here or in the menu on the left side of the page to learn how to customize them to your liking.
|