Introduction to HTML

What is HTML5 ?

HTML is hypertext markup language that use to describe the structure of web page. Simple language and HTML is not programming language it is a markup language. A markup language is a collection of markup tags.. HTML is the language interpreted by a Browser. Web pages are called HTML document. HTML allows users to produce web page that include text,graphics and pointer to other web page. HTML is used for web designing. A web page is a text file that contains HTML code(Tags). Tags consist of three type.

  • • Element (identification of tag) → body
    
  • • Attribute (Property of tag) → bg color
    
  • • Value (value assigned for attribute) → “Red”
    

What is markup language ?

A markup language is computer language that this language set of rules for describe the structure and presentation of a document(text,graphic). It uses tags or code to define elements such as heading,paragraphs list picture like and more. Markup language provides a standardizes way to define elements.