Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

where do you write out the html tags that make up a website, as well as…

Question

where do you write out the html tags that make up a website, as well as attach images?

style.css

index.html
src=\cat.jpeg\
none of these

Explanation:

Brief Explanations

To determine the correct answer, we analyze each option:

  • # style.css is a CSS file used for styling (like colors, layouts), not for writing HTML tags or attaching images.
  • index.html is an HTML file where we write HTML tags (to structure the website) and can use the <img> tag with src to attach images.
  • Src="cat.jpeg" is an attribute (part of an <img> tag in HTML), not a file where we write all HTML tags.
  • "none of these" is incorrect as index.html is the correct place.

Answer:

B. index.html