| Site Map | WizTools.org | jCraze Blog |
![]() |
Subhash's HTML Primer (Tutorial)< With XHTML & XML References >What is HTML?HTML can be called as the language of the web. The HTML language specifications are issued by World Wide Web Consortium. Tools RequiredYou don't need any special tool for learning HTML. In most cases, you already have access to these tools. The tools required are:
Tags? What?Tags are HTML codes. These are placed within "<" and ">" braces. Example tags are:
Tags are usually closed by a corresponding closing tag. The closing tags have "/" just after "<" brace. Example:
Some tags just do not have closing tags. We will call them singleton tags. Example of such tags:
Note: XHTML standards require you to place "/" symbol just before ">" of singleton tags. AttributesYou may embed some additional information in your tags using attributes. Example:
"align" is the attribute which takes the value "center". HTML standards specify certain attributes to be present with certain tags. But most attributes are optional, as is the align attribute of the tag <p>. Note that attribute values must be placed within double-quotes. Case SensitivityHTML is not case-sensitive language. Thus <HTML> and <html> mean the same. But future standards, including XHTML and XML require you to compulsorily use lowercase tags. Structure of HTML DocumentsThe HTML document is divided into two parts. The <head> section and the <body> section. The <head> section contains information about the document. The <body> section contains the content with HTML formatting. |
[Quick Stats: Number of main threads: 1, Number of sub-threads: 0]
Sign Guestbook
|
Who is Subhash?
The contents of this site are copyright© 2000-2008, indiWiz.com. All Rights Reserved.