0

Completed

0%

Progress

0

Starred

01

What is HTML and why is it important for web development?

beginner#HTML Basics
02

Explain the basic structure of an HTML document.

beginner#HTML Basics
03

What is the DOCTYPE declaration and why is it needed?

beginner#HTML Basics
04

Describe the roles of <html>, <head>, and <body> tags.

beginner#HTML Basics
05

How do you use headings in HTML and why are they important?

beginner#HTML Basics
06

Explain the <p> tag and its usage.

beginner#HTML Basics
08

How do you embed images in HTML? What attributes are important?

beginner#HTML Basics
09

Explain the different types of lists in HTML (ordered, unordered, description).

beginner#HTML Basics
10

How do you create tables in HTML? Explain the basic structure.

beginner#HTML Basics
11

What are the basics of HTML forms? How do you create a form?

beginner#HTML Forms
12

What are the common input types in HTML5? Give examples.

beginner#HTML Forms
13

How do you use buttons, labels, select, and textarea in forms?

beginner#HTML Forms
14

What is the difference between <div> and <span>? When do you use each?

beginner#HTML Semantics
15

What are HTML attributes? Explain global attributes and give examples.

beginner#HTML Attributes
16

What is the difference between id and class in HTML?

beginner#HTML Basics
17

How do you write comments in HTML? Why are they useful?

beginner#HTML Basics
18

How do you embed audio and video in HTML5?

beginner#HTML Multimedia
19

What is the <iframe> tag and how do you use it?

beginner#HTML Embedding
20

What are meta tags? Explain some important meta tags for SEO and viewport.

beginner#HTML Metadata
21

What are HTML entities and when should you use them?

beginner#HTML Basics
22

What are some basic HTML accessibility practices every developer should know?

beginner#HTML Accessibility
23

What are basic SEO considerations when writing HTML?

beginner#HTML SEO