Click on a Tutorial's Title to View It.

 Next Page >>

  HTML Colors
Category: HTML

A tutorial on colors in HTML.

Written by W3Schools

Views: 190

HTML Head
Category: HTML

The head element contains general information, also called meta-information, about a document. Meta means "information about".

You can say that meta-data means information about data, or meta-information means information about information.



Written by W3Schools

Views: 197

HTML Meta Elements
Category: HTML

HTML also includes a meta element that goes inside the head element. The purpose of the meta element is to provide meta-information about the document. Most often the meta element is used to provide information that is relevant to browsers or search engines like describing the content of your document.

Written by W3Schools

Views: 159

HTML URL-encoding Reference
Category: HTML

A reference of ASCII characters in URL-encoding form (hexadecimal format). Hexadecimal values can be used to display non-standard letters and characters in browsers and plug-ins.

Written by W3Schools

Views: 147

HTML Latin-1 Character Entities Reference
Category: HTML

HTML 4.01 supports the ISO 8859-1 (Latin-1) character set. The lower part of ISO-8859-1 (codes from 0-127) is the original 7-BIT ASCII. The higher part of ISO-8859-1 (codes from 160-255) all have character entity names. Most of these characters can be used without an entity reference, but entity names or entity numbers provide a method for expressing characters that cannot easily be entered on a keyboard. Here's their reference.

Written by W3Schools

Views: 156

HTML ASCII - Reference
Category: HTML

HTML and XHTML uses standard 7-BIT ASCII when transmitting data over the Web. Here is a reference for it.

Written by W3Schools

Views: 153

HTML Events Reference
Category: HTML

New to HTML 4.0 was the ability to let HTML events trigger actions in the browser, like starting a JavaScript when a user clicks on an HTML element. Below is a list of attributes that can be inserted into HTML tags to define event actions.

Written by W3Schools

Views: 144

HTML Attributes Reference
Category: HTML

HTML tags can have attributes. The special attributes for each tag are listed under each tag description. The attributes listed here are the core and language attributes that are standard for all tags (with a few exceptions).

Written by W3Schools

Views: 166

HTML Tag List
Category: HTML

A list of HTML Tags ordered alphabetically.

Written by W3Schools

Views: 150

How to create a vertical frameset with 3 different documents - HTML
Category: HTML

Creating a vertical Frameset with 3 different documents.

Written by W3Schools

Views: 154

 Next 10 >>


Tutorials listed onTutorial Central.com are 100% the property of their respective authors.

Copyright Tutorial-Central 2008