What happens when you place an image file in a subdirectory and neglect to reference the subdirectory in the tag's src attribute?
a. The page will render without the image file, and a small box with an X will appear in its place.
b. The page containing the image file will not render.
c. The page will render with the image file because the src attribute automatically searches through the directory structure until the file is found.
d. The page will render with the image file because all image, style sheet and Web page files must be somewhere in the directory.