CBSE Class 10 Computer Applications
Question 150 of 176
HTML I — Basic HTML Elements — Question 23
Back to all questions 23
Question Question 18(iii)
What is wrong in the following coding ?
<FONT face = comic sans ms color = Red>
String values of attributes must be enclosed within quotes.
The correct code is as follows:
<FONT face = "comic sans ms" color = "Red">