Interview Question

What is HTML?

HTML is the basic building language of web pages.

💡 Concept ✅ Quick Revision 🌐 HTML

Answer

HTML is the language used to give a web page its structure. • It creates headings, paragraphs, links, images, forms, and more. • It uses tags such as `<h1>`, `<p>`, and `<img>`. • A browser reads the HTML and displays the page.

💡 Simple Example

<h1>My Website</h1><p>Hello!</p>

⚡ Quick Revision

HTML is the basic building language of web pages.