HTML and Organization :

  1. HTML is a subset of Standard Generalized Markup Language (SGML)
  2. HTML is specified by the World Wide Web Consortium (W3C).

HTML describes Web Page -

  1. HTML stands for Hyper Text Markup Language
  2. HTML is not a programming language.
  3. HTML is a markup language
  4. Markup Language Consists of set of Tags called “markup tags“.
  5. Markup Tags are used to describe Web Page using Markup Tags.
  6. HTML elements are basic building blocks for the construction of web pages. | Version History

What we can do using HTML ?

  • We can Create Web Page using HTML.
  • We can Format Specific Part of Web Page using HTML.
  • We can Embed JavaScript in order to provide dynamic feature.
  • We can Apply Styles to Webpage Using CSS to look Web Page more interactive and Fresh.
  • We can Provide Server Side Execution Facility by embedding Server Side Scripting inside HTML.