HTML Interview Questions

1. What is HTML?

HTML stands for HyperText Markup Language. It is used to create the structure of a webpage. We use HTML to create headings, paragraphs, images, links, buttons, forms, tables and other elements.

2. What are semantic tags?

Semantic tags tell us what the content is about. Some examples are <header>, <nav>, <main>, <section>, <article> and <footer>.