Sunday, 6 December 2015

What is HTML?


What is HTML?

                                    HTML is the Hyper Text Markup Language which is used to describe the contents of web documents. It uses html tags and elements in the document to indicate how the browsers( Chrome, Internet Explorer, Mozilla ) should interpret the portion of the document.

Syntax of HTML:

 <html>
 <head>
               <title>  </title>
 </head>
 <body>
 </body>
 </html>



No comments:

Post a Comment