Test Your Knowledge
Web Development Quiz
Challenge yourself with interview-style questions. Select a topic from the sidebar and click to reveal answers.
π
HTML
Test your HTML knowledge
πHTML
What is the difference between <div> and <span> elements?
πHTML
What is semantic HTML and why is it important?
πHTML
What's the difference between <script>, <script async>, and <script defer>?
πHTML
What is the purpose of the alt attribute in images?
πHTML
What are data attributes and how do you use them?
πHTML
What is the DOCTYPE declaration and why is it needed?
πHTML
What's the difference between id and class attributes?
πHTML
What are void elements in HTML?
πHTML
What is the purpose of the <meta> viewport tag?
πHTML
What's the difference between <button> and <input type='button'>?
πHTML
What is the <template> element used for?
πHTML
What are ARIA attributes and when should you use them?
πHTML
What's the difference between <section> and <article>?
πHTML
How do you create accessible forms?
πHTML
What is the <figure> and <figcaption> used for?
πHTML
What's the difference between <strong> and <b>, <em> and <i>?
πHTML
What are the new input types in HTML5?
πHTML
What is the <details> and <summary> element?
πHTML
What is the purpose of the lang attribute?
πHTML