-
Which property specifies the path to the project when running in web server?
-
- css_dir
- sass_dir
- http_path
- images_dir
- 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”);