QUESTION IMAGE
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>
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).
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
- <img>