What is the purpose of semantic HTML elements? Provide examples of five semantic elements.
Create a simple HTML form with fields for name, email, and a submit button.
CSS Practice Questions:
Explain the CSS box model with a diagram.
Write CSS to center a div horizontally and vertically using Flexbox.
How do media queries work? Write a media query to change the background color of the body to light blue when the screen width is less than 600px.
Comprehensive Practice Questions:
Create a simple webpage with a header, navigation menu, main content area, and footer. Use Flexbox for layout and include a responsive design that changes the layout for smaller screens.