Computer Applications
If the HTML code looks like :
<font face="Arial" size="3"
color ="#000000">Welcome</font>
then the text would look like:
- Welcome
- Welcome
- Welcome
- Welcome
HTML Intro
4 Likes
Answer
Welcome
(Option 3)
Reason — face, size and color attributes of <FONT>
tag set the font, size and colour of the text respectively. Thus, the text (Welcome) will be displayed in "Arial" font of size "3" and its colour will be "#000000" i.e., black.
Answered By
1 Like
Related Questions
Factors that affect how an HTML document looks on the monitor do not include :
- operating system
- window size
- color depth
- html tags
Every HTML document must include the tags :
<html> </html>
&<body> </body>
<body> </body>
& at least one<p>
<html> </html>
&<head> </head>
Which attribute is not valid for
<BODY>
tag ?- background
- color
- vlink
- leftmargin
Which attribute is NOT valid for the
<body>
tag ?- background
- color
- vlink
- bgcolor