Home » HTML » Html miscellaneous » Question
  1. Which property specifies the folder name where CSS style sheets should be saved?
    1. sass_dir
    2. javascript_dir
    3. relative_assets
    4. css_dir
    5. None of these
Correct Option: D

css_dir property specifies the folder name where CSS style sheets should be saved. We can change css_dir value to something like css or styles, but we should also change the folder name in the working directory to the one that matches the change.



Your comments will be displayed only after manual approval.