IT Help Desk > Web based Developer Forum
What is HTML
(1/1)
Sohel Rana:
HTML( hyper text markup Language)is not a programming language, it is a markup language. A markup language is a set or group of markup tags.HTML is use to describe the web page.HTML is normally consist pair of tag like(<> and </>).these are called opening tag and ending tag respectively.It also another kind of tag (</>).
Now we see how to start HTML .For example here I use two kind of Tag .please type it notepad and save it with the HTML extension then create a HTML file and finally open the file.
--- Code: ---<html>
<body>
Hello
<br/>
World
</body>
</html>
--- End code ---
Hopefully you enjoy it
Sohel Rana
Dept. of CSE
ID:092-15-820
Navigation
[0] Message Index
Go to full version