Swapna Kumar Panda
Swapna Kumar Panda

@swapnakpanda

13 Tweets 12 reads Nov 10, 2021
HTML (Interview) Questions
Disclaimer:
• The questions covered here are mostly conceptual
• I never claim during interviews, only these type of questions are/should be asked
• For interviews, you should have fundamentals strong. And you should be able to provide solutions to practical problems.
Series: 1️⃣
Level: Beginner
Topics:
1️⃣ Basics
2️⃣ Tags and Elements
3️⃣ HTML Structure
4️⃣ Headings, New Line, Blank Space
5️⃣ Tables
1️⃣ Basics
✪ What is HTML?
✪ Is HTML a programming language? (😝 this one is asked only in Twitter)
✪ What is HTML5?
✪ What are the features added/modified in HTML5?
✪ What is Semantic HTML? What advantage does it have?
2️⃣ Tags and Elements
✪ What is a tag?
✪ What is an element?
✪ What is the difference between an element and a tag?
✪ What is a void element?
✪ Which elements in HTML5 are void elements?
✪ Define some semantic tags.
3️⃣ HTML Structure
✪ How does a parser know the document is a valid HTML5?
✪ Is HTML hierarchically structured?
✪ What is the top most element?
✪ What is the purpose of "head" element?
✪ What is title of a page? How to write it in HTML?
✪ What is favicon? How to specify it in HTML?
✪ What does "meta" tag used for?
✪ What does "script" tag used for?
✪ What is the purpose of "body" element?
4️⃣ Headings, New Line, Blank Space
✪ How many heading elements HTML provide?
✪ Are heading elements void elements?
✪ How does a new line "\n" rendered?
✪ How to insert a new line in HTML?
✪ Can multiple contiguous blank spaces rendered as it is?
✪ How to display blank spaces correctly in HTML?
5️⃣ Tables
✪ Define all table related tags.
✪ What tag is used for a row?
✪ What tag is used for a cell?
✪ What does "thead" do?
✪ What does "tbody" do?
✪ What is the difference between "th" and "td"?
✪ How to give caption to a table?
✪ What is a column group?
✪ How to combine multiple cells into one cell?
✪ How to add footer contents in a table?
The next 🧵 of this series will provide questions from
1️⃣ Hyperlinks
2️⃣ Images
3️⃣ Lists
4️⃣ Inputs
5️⃣ Selection List
Check 👇 for "Interview Questions" on few other subjects.

Loading suggestions...