Computer Applications
Which attribute is not valid for <BODY> tag ?
- background
- color
- vlink
- leftmargin
HTML Intro
4 Likes
Answer
color
Reason — color is not an attribute of <BODY> tag. background, vlink and leftmargin are the attributes of <BODY> tag which specify the background image of the document, the colour of visited link and the left margin of the document, respectively.
Answered By
1 Like
Related Questions
Every HTML document must include the tags :
<html> </html>&<body> </body><body> </body>& at least one<p><html> </html>&<head> </head>
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
Which attribute is NOT valid for the
<body>tag ?- background
- color
- vlink
- bgcolor
Which of these is NOT an attribute of the font tag ?
- color
- face
- type
- size