Computer Applications
What is wrong in the following coding ?
<FONT name = "Arial",
type = "Bold" size = 3>
HTML Intro
8 Likes
Answer
The <FONT> tag has three attributes :
- face — It defines the font type
- color — It sets the color of font
- size — It sets the size of font
Type attribute is not used with <FONT> tag. To make the text bold, we use the <B> or <STRONG> tag.
The correct code is as follows:
<FONT face = "Arial" size = "3">
Answered By
3 Likes
Related Questions
Give the coding for giving the heading 'PACE Computer Education' of
<H1>tag, font style as Comic Sans MS, text color as blue. Body text color as red, background as green, alignment as center, font style of body text as Brush script, size = 15. The text for body is as follows :Education is the
ability to listen to almost
anything without
losing your temper
or your
self confidence.
And so is Democracy and Maturity too.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 face = comic sans ms color = Red>What is wrong in the following coding ?
<FONT color = #345678