Skip to content

HTML - HyperText Markup Language

HTML (HyperText Markup Language) is the most basic building block of the Web. It defines the meaning and structure of web content. Other technologies besides HTML are generally used to describe a web page’s appearance/presentation (CSS) or functionality/behavior (JavaScript)

“Hypertext” refers to links that connect web pages to one another, either within a single website or between websites. Links are a fundamental aspect of the Web. By uploading content to the Internet and linking it to pages created by other people, you become an active participant in the World Wide Web.

HTML uses “markup” to annotate text, images, and other content for display in a Web browser. HTML markup includes special “elements” such as <head>, <title>, <body>, <header>, <footer>, <article>, <section>, <p>, <div>, <span>, <img>, <aside>, <audio>, <canvas>, <datalist>, <details>, <embed>, <nav>, <output>, <progress>, <video>, <ul>, <ol>, <li> and many others.

Sr No.TopicsReference
1What is html? Whats new in HTML5?
2What is doctype?
3What are head elements in HTML?
4What is inline element and block elements? List down all
5What are structural elements in HTML?
6What are list elements in HTML?
7Sementic Tags
8What are form elements?
9Read about forms
10How it works
11Methods
12Actions
13Form elements
Sr No.Topics
1What is Container
2What is Wrapper
3Difference between Container and Wrapper
Sr No.Topics
1Introduction to the DOM
2What is the DOM?
3Difference between Container and Wrapper

4. Introduction to browsers Developer tool

Section titled “4. Introduction to browsers Developer tool”
Sr No.Topics
1What are browser developer tools?
2How to use them
Sr No.Topics
1What is Character escape
2Which characters need to be escaped in HTML?
Sr No.Topics
11) Why and How should I declare the encoding of my HTML file?