Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

a quiz on the basics of html question 2 of 8 please answer the followin…

Question

a quiz on the basics of html question 2 of 8 please answer the following question select one what html tags do not require a closing tag? select the one choice that best answers the prompt above: answer 1 <body> answer 2 <a> answer 3 <img> answer 4 <p> answer 5 <head>

Explanation:

Brief Explanations

In HTML, self - closing tags do not require a closing tag. The <img> tag is used to embed an image in an HTML page and is a self - closing tag. Tags like <body>, <a>, <p>, <head> require a closing tag (e.g., </body>, </a>, </p>, </head> respectively).

Answer:

  1. <img>