What is html ?

html  is  hypertext  markup language  it  is  use  for  creating  web  pages.
In this it is  include   writing, links, pictures, and even sound and video etc.
Html has  a  many  tags  which  is  use  for   make  a web pages. If  you want  to  learn  more
about  html  then  click  the link  which  is given  below.

html  code  structure.

<!DOCTYPE html>
<html>
<head>
    <title> It  is  include  a  title  of  your   code</title>
</head>
<body>
            It   contains  main  document  and   information   of   your   webpages.
</body>
</html>



About html 

Comments