132k views
2 votes
In order for the image tag in an HTML file to function properly, the file named square.png must be located where?

A)in a folder named “images”
B)in any folder on the web server
C)at a URL available on the Internet
D)in the same folder as the HTML file

User Marutha
by
6.7k points

2 Answers

3 votes

Answer:

A

Step-by-step explanation:

User FriedSaucePots
by
7.2k points
6 votes
A is wrong because a folder can have any name.
B is wrong because not all folders of a web server are exposed to the outside, only all folders below the document root.
C sounds good
D is wrong because an image can reside somewhere else as long as you specify the absolute or relative path to it
User Dvillaj
by
8.1k points