What is HTML ? | Web development Course 01

HTML, or Hypertext Markup Language, is the standard language for creating web pages. It defines the structure and content of web documents using tags and attributes to format text, embed images, create links, and build interactive elements, facilitating communication between web browsers and servers.

 

HTML was invented by Tim Berners-Lee who was founded in 1990, a physicist at the CERN research institute in Switzerland. When working with HTML, we just use a simple code structure that contains tags and attributes to build the structure of a webpage, and it is displayed as such by the browser.

 

Table of Content

HTML Structure

Example of HTML Code

Features of HTML

Advantages and Disadvantages of HTML

 

HTML Structure

 

 

HTML-Basic1