Select the TWO sentences that correctly describe a directory structure for storing web pages.

When creating a directory structure for a website, there is typically a scripts folder for storing HTML files and a styles folder for storing CSS files.
Additionally, a folder called images can be used for storing jpg, gif, and png files. When linking to files, an absolute path begins with a forward slash, while a relative path does not.
Two good rules when creating file names is to use a mix of uppercase and lowercase and to use spaces between words.

Answer :

Other Questions