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>
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>
No comments:
Post a Comment