Guide to HTML - HTML TAGS (part 1)

This Tutorial will explain any details about how to use the various tags in your blog. You can use the HTML script here in your blog with make standard step.

It is try to design to be as concise as possible. Nevertheless in order to make you comfort read them, I divide this tutorial into 5 parts.

HTML script will you need if you want to make some creation in your post or to modify your template

NOTE: Use the link within HTML Guide Tag in the left-side bar in this page. Use following navigator tag to go to the link preferred by you

BASIC ELEMENTS

Document Type

<HTML></HTML>

(beginning and end of file)

Title

<TITLE></TITLE>

(must be in header)

Header

<HEAD></HEAD>

(descriptive info, such as title)

Body

<BODY></BODY>

(bulk of the page)




STRUCTURAL DEFINITION

Heading

<H?></H?>

(the spec. defines 6 levels)

Align Heading

<H? ALIGN=LEFT|CENTER|RIGHT></H?>


Division

<DIV></DIV>


Align Division

<DIV ALIGN=LEFT|RIGHT|CENTER|JUSTIFY></DIV>

4.0

Defined Content

<SPAN></SPAN>


Block Quote

<BLOCKQUOTE></BLOCKQUOTE>

(usually indented)

4.0

Quote

<Q></Q>

(for short quotations)

4.0

Citation

<Q CITE="URL"></Q>


Emphasis

<EM></EM>

(usually displayed as italic)

Strong Emphasis

<STRONG></STRONG>

(usually displayed as bold)

Citation

<CITE></CITE>

(usually italics)

Code

<CODE></CODE>

(for source code listings)

Sample Output

<SAMP></SAMP>


Keyboard Input

<KBD></KBD>


Variable

<VAR></VAR>


Definition

<DFN></DFN>

(not widely implemented)

Author's Address

<ADDRESS></ADDRESS>


Large Font Size

<BIG></BIG>


Small Font Size

<SMALL></SMALL>


4.0

Insert

<INS></INS>

(marks additions in a new version)

4.0

Time of Change

<INS DATETIME=":::"></INS>


4.0

Comments

<INS CITE="URL"></INS>


4.0

Delete

<DEL></DEL>

(marks deletions in a new version)

4.0

Time of Change

<DEL DATETIME=":::"></DEL>


4.0

Comments

<DEL CITE="URL"></DEL>


4.0

Acronym

<ACRONYM></ACRONYM>


4.0

Abbreviation

<ABBR></ABBR>


0 people have left comments

Commentors on this Post-