Basic HTML
- What is HTML?
- How do you structure a basic HTML document?
- What is the purpose of the doctype declaration?
- How do you add a comment in HTML?
- What are the differences between inline, block, and inline-block elements?
- How do you create a hyperlink?
- What is the purpose of the alt attribute for images?
- How do you create a list in HTML?
- What are HTML entities? Give an example.
- How do you insert a video into an HTML document?
Intermediate HTML
- What are semantic HTML elements? Give examples.
- How do you create a table in HTML?
- What are forms, and how do you create them in HTML?
- What is the difference between GET and POST methods in form submission?
- How do you use the input element, and what types of input can you create?
- What is the purpose of the <label> element?
- How do you embed an iframe in your HTML document?
- What are WebSockets, and how would you implement them in HTML?