QUESTION IMAGE
Question
- 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>
Brief Explanations
In HTML, paragraph closing tags should be </p>. The third option has <p/., which is an incorrect closing - tag syntax.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. <p> It has Tags that tell a computer how the text should look. <p/.