1.

Which property specifies the path to the project when running in web server?(a) http_path(b) images_dir(c) css_dir(d) sass_dirThe question was asked in an international level competition.I would like to ask this question from Responsive Overview topic in chapter Advance HTML of HTML

Answer»

The correct ANSWER is (a) http_path

Best explanation: 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”). Folder NAME for all the images to be stored is specified by images_dir. css_dir specifies folder name for CSS STYLE SHEETS. sass_dir gives folder name for the sass or SCSS style sheet to be stored.



Discussion

No Comment Found

Related InterviewSolutions