Computer Networking concepts

Tuesday, 18 February 2014

Basics of HTML

Let me tell you basics of HTML :-
HTML stands for Hyper text Markup language. It is very popular language in the world,with the help of HTML language we can easily develop any website. Now, i am not going to theory part, i am going to tell you basic codes of HTML.
when you start your coding the first tag is  
<html>   at the end of the coding you have to close that tag like this </html>, Now see the whole coding :-


<html>
<head>this is the head.
<title>this is the title</title>
</head>
<body>you can write anything in this place, this all will come in your body of the website.
</body>
</html>

No comments:

Post a Comment