thomasmeyer1998
thomasmeyer1998 3d ago • 10 views

<em> and <strong> tags quiz for web development students

Hey web dev students! 👋 Let's test your knowledge of `` and `` tags! I've put together a quick study guide and quiz to help you master these important HTML elements. Good luck!🍀
💻 Computer Science & Technology
🪄

🚀 Can't Find Your Exact Topic?

Let our AI Worksheet Generator create custom study notes, online quizzes, and printable PDFs in seconds. 100% Free!

1 Answers

✅ Best Answer
User Avatar
christinerush1990 Dec 29, 2025

📚 Quick Study Guide

  • ✍️ The `` tag is used to emphasize text. It typically renders as italicized text in most browsers. It signifies semantic importance, indicating that the text should be stressed when read.
  • 📢 The `` tag is used to strongly emphasize text. It usually renders as bold text in most browsers. It also signifies semantic importance, but with a higher degree of emphasis than ``.
  • 💻 Both `` and `` are inline elements.
  • 🌐 These tags provide semantic meaning to the text, making it more accessible to screen readers and understandable to search engines.
  • 💡 Use `` when you want to emphasize a word or phrase, but it's not crucial to the understanding of the sentence.
  • 🔥 Use `` when you want to strongly emphasize a word or phrase that is crucial to the understanding of the sentence.

🧪 Practice Quiz

  1. Which HTML tag is used to emphasize text, typically rendering it in italics?

    1. <bold>
    2. <strong>
    3. <em>
    4. <important>
  2. Which HTML tag is used to strongly emphasize text, typically rendering it in bold?

    1. <italic>
    2. <em>
    3. <strong>
    4. <bold>
  3. What type of elements are `<em>` and `<strong>`?

    1. Block-level elements
    2. Inline elements
    3. Table elements
    4. List elements
  4. What is the primary purpose of using `<em>` and `<strong>` tags?

    1. To change the font size
    2. To add visual styling only
    3. To provide semantic meaning to the text
    4. To create line breaks
  5. Which tag implies a higher degree of importance or urgency?

    1. <em>
    2. <italic>
    3. <strong>
    4. <emphasize>
  6. When should you use the `<em>` tag?

    1. When you want to display text in bold
    2. When you want to add a heading
    3. When you want to emphasize a word or phrase, but it's not critical to the understanding.
    4. When you want to strongly emphasize a word or phrase that is crucial to the understanding.
  7. When should you use the `<strong>` tag?

    1. When you want to display text in italics
    2. When you want to add a paragraph
    3. When you want to emphasize a word or phrase, but it's not critical to the understanding.
    4. When you want to strongly emphasize a word or phrase that is crucial to the understanding.
Click to see Answers
  1. C
  2. C
  3. B
  4. C
  5. C
  6. C
  7. D

Join the discussion

Please log in to post your answer.

Log In

Earn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! 🚀