Learn HTML MCQs
Prepare HTML MCQs (Multiple choice Questions) for exam and job interviews.
How do you define a footer in HTML?
1) <footer>
2) <bottom>
3) <end>
4) <foot>
Answer : <footer>
What does the `<aside>` tag represent?
1) Content related to the main content
2) A section
3) A footer
4) A header
Answer : Content related to the main content
How do you create a link to an external stylesheet?
1) <link rel="stylesheet" href="styles.css">
2) <stylesheet href="styles.css">
3) <style src="styles.css">
4) <css href="styles.css">
Answer : <link rel="stylesheet" href="styles.css">