Resources Menu


Quick Reference Sheets for Webmasters

Quick Reference sheets are packed full of useful information for all webmasters.

HTML Reference Sheet

HTML Tag List


<html>
This element tells the browser or user agent that it is a html document.

Attributes
dir
Value(s) : ltr (left to right) | rtl (right to left)
This attribute defines the direction of the text.
xmlns
Value(s) : http://www.w3.org/1999/xhtml
Defines the XML namespace.
example:
<html>
<head>
</head>
<body>
</body>
</html>