3.5.13

Html tutorial part#1.( Introduction and important html tag)

Welcome to my HTML tutorial. Today i will introduce about HTML and
give you some important HTML tag.

HTML is a language which is use for web designing and web developing .
It is the first language for web design and web development. Every web
developer must need to learn HTML.

Now i will share some HTML tag which is most important.

What is HTML?
For writing HTML tag we use <> and </> . And the middle of <> and </>
tag we write HTML, head, title, body etc.
Ok see some important HTML tag

1.<HTML>= language start with this tag
2.</html> =hole html language close with tag.
3.<head>
</head>

4.<title>
</title>
5.<body></body>
consider content's programme
6.<a></a>
Anchor tag.
7.<abbr></abbr>
Abbreviation tag.

8.<b></b>
consider Bold text.

9.<i></i>
Italic text.

10.<big></big>
consider big text

11.<small></small>
small text

12.<blockquote> </blockquote>
use for publish quote.

13.<br / >
link breaker.

14.<code></code>
computer text

15.<table></table>
use for making table

16.<col></col>
use for make colum in table.

17.<td></td>
for making sell in table.

18.<tr></tr>
use for making raw in table.

19.<form></form>
use for making form

20.<h1>to<h6></h1> to<h6>
header tag

21.<hr/>
use for making straight line

22.<img/>
for image

23.<input></input>
for input in form.

24.<li></li>
use for making list

25.<meta></meta>
Meta tag.

26.<ol></ol>
order list.

27.<ul></ul>
unorder link.
28.<p></p>
paragraph

29.<pre></pre>
making pre-formatted text.

30.<tt></tt>
teletipe text.

31.<strong></strong>
Strong text.

32.<sub></sub>
subscripted text.

33.<sup></sup>
superscripted text.
</br>
link breaker
Thats all.
Stay tune with me.

No comments:

Post a Comment