|
Sections: Introduction | Section 1 | Section 2 | Section 3 | Section 4 | Section 5 |
Section One: Part A | Part B | Part C | Part D | Part E | Part F | Part G |
The Elite Eight The World Wide Web Consortium (http://www.w3.org/) oversees the progress and growth of HTML with its published HTML standard. The current HTML standard has a wide variety of <tags> that can be used across most browser platforms. In addition, other tags exist that have been removed from the HTML standard (such as <center> </center> and <u> </u>). These , <tags>, however are still used, intermittently, across web browsers. With such a variety of <tags>, one might ask which <tags> should I learn first? This question can be answered with the, “Elite Eight.” The Elite Eight are eight tags that should be listed on every web page. The following screen is a screen shot of Notepad in which the Elite Eight have been listed. Review the code now. An explanation of the <tags> listed is presented below. It’s a Matter of Choice… First things first, you will notice in the screen shot that lower case letters are being used for the <tags>. Other HTML tutorials or HTML text may choose to use upper case letters for its <TAGS>. Please understand this is purely the styling preference of the web designer / web author. You may use either lower case letters for your <tags> or upper case letters for your <TAGS>. You should decide which case you prefer and stick with it throughout your web authoring. Break Down of the Elite EightNotice that the Elite Eight is really made up of four unique tags: <html>, <head> , <title> and <body> with each tag having an opening <tag> and a closing </tag>. Most HTML tags have an opening and a closing tag – this lets the browser know when to stop marking up the page using the specific <tag>. However, there are a few standalone tags that you will learn later.
|
© All rights reserved. |