1. Computing

Discuss in my forum

What are Global Attributes in HTML

Core Attributes and Internationalization Attributes Used in Nearly Every HTML Ta

By , About.com Guide

Global attributes are an important part of learning HTML. Nearly every HTML tag uses these attributes, so being familiar with them is a good idea.

Core Attributes

Core attributes are the global attributes that are central to most HTML tags. They are:

Internationalization (il8n) Attributes

These are the attributes that help you make your HTML more language independent. You can use these two attributes on most HTML tags to change or specify the language and direction of the tag's contents:

XML Attributes

These attributes are defined in the XML specification, but are often used in HTML documents.

  • xml:lang
  • xml:space
  • xml:base

Other HTML Attributes

©2013 About.com. All rights reserved.