QUESTION IMAGE
Question
select one which pair of tags is responsible for containing information about an html page that will not be visible? select the one choice that best answers the prompt above: answer 1 <style></style> answer 2 <body></body> answer 3 <head></head> answer 4 <html></html>
Brief Explanations
- Answer 1:
<style></style>is for CSS styling, not for non - visible page info. - Answer 2:
<body></body>contains visible content of the page. - Answer 3:
<head></head>holds metadata (like title, links, scripts) that is not visible on the page. - Answer 4:
<html></html>is the root element enclosing the whole page, not for non - visible info.
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
<head></head>