- HTML- Hypertext Markup Language.
- In 1991, HTML was created by Tim Berners-Lee.
- Using Markup language, it is used to design web pages. The link between the webpages that is Hypertext.
- The markup language is used to classify text documents within tags which defines the structure of web pages.
- By using tags in this language to define what manipulation has to be done on the text.
- It is a markup language used by the browser to manipulate images, text, and other content, in order to display it in the required format.
Elements and Tags :
- HTML uses predefined tags and elements which tell the browser how to properly display the content.
- The browser applies the effect of the opening tag until the end of the page, if omitted.
- The basic structure of an HTML page contains the essential building-block elements like doctype declaration, HTML, head, title, and body.