Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

select one which pair of tags is responsible for containing information…

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>

Explanation:

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.

Answer:

  1. <head></head>