Home » HTML » Html miscellaneous » Question
  1. Which property specifies the path to the project when running in web server?
    1. css_dir
    2. sass_dir
    3. http_path
    4. images_dir
    5. None of these
Correct Option: C

http_path specifies a path to the project when running on a web server. It is set to/by default., so the path output will begin with /. E.g. background-image: url(“/image/hj.png”);



Your comments will be displayed only after manual approval.