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
What is wrong in the following coding ?
<HEAD> <my web page > <TITLE> Welcome to My Web Page </HEAD> </TITLE>
What is wrong in the following coding ?
<FONT name = "Arial", type = "Bold" size = 3>
What is wrong in the following coding ?
<FONT color = #345678
What is wrong in the following coding ?
<BODY color = "Red" background = "Myimage.jpg">