KnowledgeBoat Logo
|
LoginJOIN NOW

Computer Applications

What is wrong in the following coding ?

<FONT face = comic sans ms color = Red>

HTML Intro

10 Likes

Answer

String values of attributes must be enclosed within quotes.

The correct code is as follows:

<FONT face = "comic sans ms" color = "Red">

Answered By

5 Likes


Related Questions