C# Mastery Hub
Home
Challenges
Discussion
Lessons
Core Topics
C# Fundamentals
Console Applications
Classes & OOP
Windows Forms
ASP.NET Core
SQL Server
VS & SQL Connection
RDLC Reports
.NET MAUI
Getting Started
Getting Started
Website Development
SEO Guide
Security
Project Workflow
Extra Topics
Cloud & Deployment
AWS Cloud
Deployment
About
Contact
Test Your Knowledge
SEO - Lesson 4: Semantic HTML & Headings Quiz
Answer all questions to test your understanding
1
What is semantic HTML?
HTML elements that convey meaning about their content
HTML that is written in a specific style
HTML that includes CSS
HTML that includes JavaScript
2
Which element represents the main navigation of a page?
<nav>
<header>
<main>
<footer>
3
How many H1 tags should a page have?
Only one H1 per page
As many as needed
One per section
None is fine
4
Why is semantic HTML important for SEO?
Helps search engines understand content structure
Makes pages load faster
Creates backlinks
Adds keywords
5
Which element represents the main content area of a page?
<main>
<header>
<nav>
<footer>
Submit Quiz