Html stands for Hyper Text Markup Language used to create to static web pages.it is not  a language ,we use various tags to display the content on a web page.
It is a non case sensitive language , means you can use small as well as capital alphabets ,to write codes.it is completely based on first open, last close and last open first close of tags. 

Structure of HTML
<HTML>
<HEAD><TITLE>................</TITLE></HEAD>
<BODY>
..............
.............
.............
.............
</BODY>
</HTML>

2 comments: