Multiple choice

A user is required to make some changes in the account folder of the front page of his existing file. He uses Site.css for doing this but could not make the modifications. What is the reason behind this?

  1. Site.css allows to open account folder in read only mode.

  2. Site.css allows to change the style only.

  3. Site.css is not a valid style sheet in ASP.Net.

  4. Both 1 and 2 are correct.

  5. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Site.css allows to change the style of the frontpage. It can not be used to modify the contents in the front page. So account folder could not be modified.