Monday 4 May 2015

into to html

HTML is a markup language. It is used to make webpages.
It stands for hyper text markup language.
their are different tags in html.
the basic html is like this:-
<html>
<head>
<title>
home
</title>
</head>
<body>
this is text
</body>
</html>