Jumat, 13 Mei 2011

How to use HTML tags in our Articles, Webpages, Posts







HTML contains more than 100 tags, those tags will help our webpage to present better and good. It will make readers to user friendly and will help to present well in webpage.

In HTML some of the tags are very frequently used in our webpages.

Frequently Used HTML Tags



1) Header Tags
2) Text formatting tags
3) Break tags
4) Anchor Link tag

1) Header Tags:
Header tags we will mostly use for Title, Sub title, heading, sub heading part. Headers tags present in html from H1,H2,H3,H4,H5,H6. Each tags will give different kind of formating and size.
Mostly we will use this header tag for title and sub title purpose only

Examples :

Example1 : <H1>Header 1</H1>
Output:

Header 1



Example2 : <H2>Header 2</H2>
Output:

Header 2



2) Text formatting Tags:
Test formatting tags in html Bold,Underline and italic. He can use this text formatting tags for specify some word or line differently compare to other parses. These tags we can use to list something under one particular list name. You can use these theree tags by using B,U,I tags. You can also refer the following example.

Example:

<B>bold</B> - bold

<U>underline</U> - underline

<I>italic</I> - italic

3) Break tags:
The break tag main purpose is break some line between the paragraph or we can call it as take next word to new line. This tag we can use in our webpage by using this <BR> keyword. This break line will help the webpage to give clear presentation. You can check the following example for reference.

Example:

taniya <BR> Information Technology

Saravanan
Information Technology

4) Anchor Link tag:
The anchor link is one of the main tag in html. In general we can communicate one webpage to other webpage without entering URL into address bar. It will make the user friendly to comminicate more than one from the single page. When we are using this tag in our html page this tag will show one link under particular words or line. It is based on our starting tag and ending tag. Once we are clicking that link it will take us to the given link page in that anchor link.

You can refer the following example to understand it good and can use it in your webpages.

Example:
<A HREF="http://asiahacker1st.blogspot.com">asiahacker1st</A> - asiahacker1st.blogspot

I hope that you this Basic HTML Tutorial article will help you to learn basics of HTML.

0 komentar:

Posting Komentar

VISITORS

Flag Counter