Bird
0
0

Which HTML tag correctly defines a meta description?

easy📝 Factual Q3 of 15
SEO Fundamentals - On-Page SEO
Which HTML tag correctly defines a meta description?
A<meta content="Your description here" name="keywords">
B<meta description="Your description here">
C<meta name="description" content="Your description here">
D<meta name="title" content="Your description here">
Step-by-Step Solution
Solution:
  1. Step 1: Identify correct meta tag syntax

    The meta description tag uses name="description" and content="..." attributes.
  2. Step 2: Check other options

    Other options misuse attributes or use wrong names like keywords or title.
  3. Final Answer:

    <meta name="description" content="Your description here"> -> Option C
  4. Quick Check:

    Meta description tag = name="description" [OK]
Quick Trick: Use name="description" in meta tag [OK]
Common Mistakes:
  • Using name="keywords" instead of description
  • Omitting the content attribute
  • Confusing meta title with description

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More SEO Fundamentals Quizzes