1.

Consider the following CSS code: h1 {font-family: arial, comic sans-serif, “Times New Roman”;} Explain font-family.

Answer»

The property font-family is used to apply prioritized list of fonts in a web page. If the first font of the list is not installed on the computer then the next font of the list will be displayed until a suitable font is found. 



Discussion

No Comment Found

Related InterviewSolutions