html tags, html tutorial,html color codes,HTML codes,HTML valid,HTML color codes,HTML tutorial,HTML examples,html codes,HTML code?,HTML format,HTML text code?,HTML text codes,html web fonts,HTML Fonts,HTML Font Code,HTML font codes?, HTML Code Tutorial,html tags,,html tags chart,HTML Tags and Attributes,HTML syntax,,HTML Background,HTML code for a background,html reference,reference to HTML,HTML Reference examples,html href,HTML href Attribute,html table HTML Table Basics.,html table color,html table border color,html table tags,html table border style
| GENERAL COMMENTS: These tags are the foundation of a web page, and as such they must be included in every page. | Video | |
| <!DOCTYPE ... | The doctype 'tells' the browser how to read and interpret the HTML (markup*) code. | Video |
| <html> ... </html> | Creates the HTML page | |
| <head> ... </head> | ||
| <title> ... </title> | Sets the page title | |
| <body> ... </body> | What you see on the page falls between these tags | |
| About 'markup' : | Web pages can be written in either HTML or XHTML ... both are 'markup' languages. | |