InterviewSolution
Saved Bookmarks
| 1. |
Which font is default in Skeleton sets?(a) Helvetica Neue(b) Ariel(c) sans-serif(d) CalibriI had been asked this question in final exam.This intriguing question comes from Responsive Overview in chapter Advance HTML of HTML |
|
Answer» RIGHT answer is (a) HELVETICA NEUE To explain I would say: Skeleton sets Helvetica Neue and Helvetica as the DEFAULT font in body document. If these fonts are not available, it will apply Ariel or default sans-serif fonts to the USER’s machine. |
|