HTML Advanced
HTML Layout
Everywhere on the Web you will find pages that are formatted like newspaper pages using HTML columns.
HTML [...]
HTML Frames
With frames, you can display more than one Web page in the same browser window.
Frames
With frames, you [...]
HTML Fonts
The <font> tag in HTML is deprecated. It is supposed to be removed in a future version [...]
Why use HTML 4.0?
HTML 3.2 Was Very Wrong !
The original HTML was never intended to contain tags for formatting a document. HTML tags [...]
HTML Styles
With HTML 4.0 all formatting can be moved out of the HTML document and into a separate [...]
HTML Character Entities
Reserved characters in HTML must be replaced with character entities.
Character Entities
Some characters are reserved in HTML. [...]
HTML Head
The Head Element
The head element contains general information, also called meta-information, about a document. Meta means "information [...]
HTML Meta
The Meta Element
As we explained in the previous chapter, the head element contains general information (meta-information) [...]
HTML Uniform Resource Locators
HTML Links
When you click on a link in an HTML document like this: Last Page, an underlying <a> tag [...]
HTML Scripts
Add scripts to HTML pages to make them more dynamic and interactive.
Insert a Script into HTML Page
A script in [...]
HTML 4.0 Standard Attributes
HTML tags can have attributes. The special attributes for each tag are listed under each tag [...]
HTML 4.0 Event Attributes
New to HTML 4.0 is the ability to let HTML events trigger actions in the browser, like [...]
HTML URL Encoding
URL encoding converts characters into a format that can be safely transmitted over the Internet.
URL – Uniform Resource [...]
HTML Summary
This tutorial has taught you how to use HTML to create your own web site.
HTML is the universal [...]
