Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

21. what html below, has a bug in it? * <h1> html </h1> <p> it is the l…

Question

  1. what html below, has a bug in it? * <h1> html </h1> <p> it is the language we use to talk to computers </p> <p> it has tags that tell a computer how the text should look. <p/. <p> there are many tags to learn </p>

Explanation:

Brief Explanations

In HTML, paragraph closing tags should be </p>. The third option has <p/., which is an incorrect closing - tag syntax.

Answer:

C. <p> It has Tags that tell a computer how the text should look. <p/.