Ad Code

Introduction of HTML

Advertisements

           Hyper Text Markup Language(HTML) is the main markup language for creating web pages and other information that can be displayed in a web browser. 

What is HTML?

  • HTML is a language for describing web pages.
  • HTML stands for Hyper Text Markup Language
  • HTML is a markup language
  • A markup language is a set of markup tags
  • The tags describe document content
  • HTML documents contain HTML tags and plain text 
  • HTML documents are also called web pages
 
Example Explained
  • The DOCTYPE declaration defines the document type
  • The text between <html> and </html> describes the web page
  • The text between <body> and </body> is the visible page content
  • The text between <h1> and </h1> is displayed as a heading
  • The text between <p> and </p> is displayed as a paragraph
  • The text between <title> and </title> Display as a title
Download Link
Advertisements

Post a Comment

0 Comments