CBSE Class 10 Computer Applications Question 151 of 176

HTML I — Basic HTML Elements — Question 24

Back to all questions
24
Question

Question 18(iv)

What is wrong in the following coding ?

<FONT color = #345678
Answer

All HTML tags are enclosed in angle brackets (< >). The values of attributes are given in double quotes (" ").

The correct code is as follows:

<FONT color = "#345678">