Introduction to “HTML”

What is HTML????

HTML is a language for describing internet pages.
  • HTML stands for Hyper Text Markup language.
  • HTML is a markup language.
  • A markup language is a couple of markup labels.
  • The tags identify document content..
  • HTML papers contain HTML labels and plain text.
  • HTML papers are also referred to as web pages.



HTML Page Structure…..


<html>

    <body>

      <h1>This a heading</h1>

      <p>This is a paragraph.</p>

     <p>This is another paragraph.</p>
    
    
   </body>

</html>

Leave a Reply

Your email address will not be published. Required fields are marked *