HTML full form is Hyper Text Markup Language. It’s used to create web pages.
HTML is not a programming language, it is a markup language that is the sum of many markup tags. In other words, each of these tags in HTML has a pre-determined specific function in an international or ideological way. Once the HTML code is loaded in the browser, these codes do their assigned work. That is, markup tags determine the position, display, etc. of the content on a web page. HTML tags tell the browser how to easily display any content. But it is very easy to learn.
To learn HTML, you need to understand three words well
- Element
- Tag
- Attribute
These words will always come and that they need to have a transparent idea.
Basic HTML Document Structure
Following is an example:
< !Doctype html>
<html>
<head>
</head>
<body>
</body>
</html>