HTML

Table of contents

  1. 1. Documentation
  2. 2. Community
  3. 3. Tools
  4. 4. Related Topics
Table of contents
  1. 1. Documentation
  2. 2. Community
  3. 3. Tools
  4. 4. Related Topics

HyperText Markup Language (HTML) is used in the creation of web pages and other types of documents viewable in a browser. HTML is an international standard whose specifications are maintained by the World Wide Web Consortium. The current version of HTML is HTML 4.01, but the HTML5 specification is in development.

Documentation

HTML element reference
Get details about each element supported by different browsers.
HTML attributes list
See all attributes and what elements they are associated with.
HTML5
Learn about the new HTML5 APIs and elements along with their support.
Canvas tutorial
<canvas> is a new HTML element which can be used to draw graphics using scripting (usually JavaScript). It can for instance be used to draw graphs, make photo compositions or do simple (and not so simple) animations.
Drawing Graphics with Canvas
A new HTML element for programmable graphics. <canvas> can be used for rendering graphs, UI elements, and other custom graphics on the client.
The Importance of Correct HTML Commenting
When authoring HTML in standards mode, incorrectly formed comments can break your pages, resulting in part or all of your content being commented out. When authoring XHTML or XML, incorrect comments will result in your documents not being able to be displayed at all.
Tips for Authoring Fast-loading HTML Pages
An optimized web page not only provides for a more responsive site for your visitors, but also reduces the load on your web servers and internet connection.
HTML Extensions
Supported HTML tags not defined in the standard.

View All...

Related Topics

CSS, DOM, XHTML, XML, Canvas

Tags (1)

Edit tags

Attachments (0)

 

Attach file