|
Sections: Introduction | Section 1 | Section 2 | Section 3 |
Section One: Part A | Part B | Part C | Part D | Part E | Part F | Part G | Part H |
The Terrific Ten 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, HTML5, has a wide variety of <tags> that can be used across most browser platforms. In addition, with the introduction of the HTML 5 standard, other tags that were included in previous versions of the HTML standard have been removed; to include such tags 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, “Terrific Ten.” The Terrific Ten are ten tags that should be listed on every web page. The following screen is a screen shot of Notepad in which the Terrific Ten have been listed. Review the code now. An explanation of the <tags> listed in the image 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 texts may choose to use upper case letters for its <TAGS>. Please understand this is purely the styling preference of the webmaster / 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 Terrific TenNotice that the Terrific Ten is really made up of six unique tags: <!doctype>, <html>, <head>, <meta>, <title> and <body>. The <!doctype> and <meta> tags are what are known as standalone tags. The other tags, <html>, <head>, <title>, and <body>, each have 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>.
Let's See it in Action: Adding a <title>As previously mentioned, any text listed between the opening <title> and closing </title> tag is displayed at the top of your web browser in the browser's tab. Note the following from the below mashup of images:
|
© 2008 KCDL. All rights reserved. |