Computer Applications
What is wrong in the following coding ?
<FONT color = #345678
HTML Intro
13 Likes
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">
Answered By
5 Likes
Related Questions
What is wrong in the following coding ?
<FONT name = "Arial", type = "Bold" size = 3>What is wrong in the following coding ?
<FONT face = comic sans ms color = Red>What is wrong in the following coding ?
<BODY color = "Red" background = "Myimage.jpg">What is wrong in the following coding ?
<BR> </BR>