mail us  |  mail this page

products  |  company  |  support  |  downloads  |  isp services  |  contact us

Tech Info - HTML Attribute Information

Attribute Info

A collection of info about the most commonly used HTML attributes.

className Attribute

className is a string attribute enclosed in double quotes definning the CSS class that will be applied to the Element. Most, but not all HTML elements support className.

// valid className attribute in HTML
<p class="mystyle">
// multiple values are allowed
<p class="mystyle yourstyle">

dir Attribute

The dir attribute defines the direction of a table or language to assist browsers in layout. It may take the values LTR (Left-to-Right) or RTL (Right-to-Left). Most but not all HTML elements support dir.

// valid dir attribute in HTML
<p class="RTL">

id Attribute

The id attribute is a string which may be composed of the following characters. It must be unique with any document and can be used on every HTL element.

// valid id attribute in HTML
<p id="a-7_Z:b.">

lang Attribute

The langattribute is a string enclosed in double quotes defining the language being used. RFC 1766 defines the valid language codes and ISO 3166 defines two letter country codes.

// valid lang attribute in HTML
<p lang="fr">
<p lang="en-Cockney">

title Attribute

The title attribute is a string enclosed in double quotes providing descriptive text and is frequently displayed use a 'tool tips' bubble interface on many user agents (browsers). Most but not all HTML elements support title.

// valid title attribute
<p title="the first paragraph I wrote on the web">


Problems, comments, suggestions, corrections (including broken links) or something to add? Please take the time from a busy life to 'mail us' (at top of screen), the webmaster (below) or info-support at zytrax. You will have a warm inner glow for the rest of the day.

Tech

tech home
web stuff
dom stuff
css stuff
language stuff
regex stuff
rfc stuff
protocol stuff
cable stuff
lan wiring
rs232 wiring
howto stuff
survival stuff
wireless stuff
ascii codes
data rate stuff
telephony stuff
mechanical stuff
pc stuff
electronic stuff
tech links
open guides
RSS Feed Icon RSS Feed

If you are happy it's OK - but your browser is giving a less than optimal experience on our site. You could, at no charge, upgrade to a W3C STANDARDS COMPLIANT browser such as Mozilla

web zytrax.com



HTML Stuff

W3C HTML 4.01
HTML5 (WHATWG)
W3C Page Validator
W3C DOCTYPE

XHTML Stuff

W3C XHTML Basic
W3C XHTML 1.1
W3C CSS1
W3C CSS2.1

DOM Stuff

W3C DOM
W3C DOM Events
Gecko DOM
MSIE DOM

Usability/Access

usability.gov
W3C -WAI
Web Style Guide
Michael L Bernard
WebAim.org

Jolly Useful

Peter-Paul Koch
A List Apart
Eric Meyer on CSS
glish.com
DOCTYPE definitions

Our Stuff

Our DOM Pages
DOM User Guide
DOM Explorer
DOM Navigation
CSS Short Cuts
CSS Techniques
CSS overview
Oh Really!

Javascript

ECMA-262

Pop-out Menus

webmasterbase.com
Brainjar Menubar
Our Lite JS Menus
Our CSS Menus
Tigra Menus

printer friendly

Print Page

SPF Record Conformant Domain Logo

Copyright © 1994 - 2008 ZyTrax, Inc.
All rights reserved. Legal and Privacy
site by zytrax
Hosted by super.net.sg
web-master at zytrax
Page modified: June 03 2007.