QUESTION IMAGE
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
Brief Explanations
To determine the correct answer, we analyze each option:
# style.cssis a CSS file used for styling (like colors, layouts), not for writing HTML tags or attaching images.index.htmlis an HTML file where we write HTML tags (to structure the website) and can use the<img>tag withsrcto 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.htmlis the correct place.
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
B. index.html