WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Accespted HTML Tags Reference - 1 Wed Jan 06, 2010 11:08 pm

ankillien

ankillien
Administrator
Administrator

HTML Tags Reference
Basic page structure and text formatting

Hello Guest!

In the previous HTML tutorial, we talked about the basic structure of an HTML page. We saw that all info about page goes inside <head> tags and the content to be displayed goes inside <body> tags.

Lets see how different tags shows content in the main HTML body.

Page Structure Tags :

TagAttributesFunction
<html></html>noneDefines a HTML file
<head></head>noneDefines header of HTML file
<title></title>noneDefines title of the page
<body></body>background="image url"
bgcolor="color value"
text="color value"
link="color value"
vlink="color value"
Defines the page body
<div></div>align="right/left/center"Defines a division or a content box
<span></span>style="property:value;"
class="classname"
Defines an inline span
<!-- -->noneDefines a comment that doesn't show up in page but the source

Basic Text Tags :

Tag NameAttributesFunction
<br>clear="left/right/all"Defines single line break
<hr>size="XX"
width="XX/XX%"
noshade
Defines a horizontal rule
<p></p>align="center/right"Defines a paragraph
<b></b>noneDefines bold text
<i></i>noneDefines italic text
<u></u>noneDefines underlined text
<sub></sub>noneDefines subscript text
<sup></sup>noneDefines superscript text
<h1> to <h6>align="center/right"Defines different levels of headings
<font></font>face="name, name"
size="+/-value or fixed size"
color="color value"
Defines text formatting


Note :
There are some attributes that apply to all the elements. They are style, class, id, name, title etc. We shall learn to use them in upcoming tutorials.

HTML Tags Reference - 1 20tm077



Notice : This tutorial is copyrighted by WebArtz Forum. You may not publish it on anywhere without written permission from the administrators.

2Accespted Re: HTML Tags Reference - 1 Wed Mar 17, 2010 6:09 pm

Joel

Joel
Registered Member
Registered Member
nice! Thanks for the tutorial!

http://www.advertisehotspot.info/

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum