Java

Learn Java

Basic C,C# and C++

C lang tutorials.

How to play with html!

Basics tutorials of HTML.

PHP

Learn PHP.

Showing posts with label learn html easily. Show all posts
Showing posts with label learn html easily. Show all posts

Tuesday, January 31, 2012

HTML tags to use in body part - Set 1

This is the second stage of our journey of learning HTML. We'll learn the tags which can be used in [body] section of our HTML webpage. There are many tags to be used in body part, but we'll see just basic ones for our ease. So lets start without more blahs.

Related:
Start Learning HTML from scratch

List of basic tags Set - 1 ( Used in Body part )

<a></a>: To add hyperlink to your webpage.
<b><b>: To bold your text written in between start and end of the tag.
<strong></strong>: Style is same as bold, but this is better. You'll come to know, why so? Tuned with us!
<i></i>: To give italic style to the text.
<u></u>: Underline the text.