HTML stands for Hyper Text Markup Language.HTML is the standard markup language for creating Web pages.HTML describes the structure of a Web page.HTML consists of a series of elements.HTML elements tell the browser how to display the content.
Basic syntax for HTML:
<Html>
<Head>
<Title></Title>
</Head>
<Body>
(The Code)
</Body>
</Html>
Tags used in Html:
1.b2.Datalist
3.Div
4.H1 to H6
5.ol,ul,li
6.img ECT...
GO for more->w3schools.com