Computer Applications
Which attribute is not valid for <body> tag ?
- background
- color
- vlink
- leftmargin
HTML Advanced Features
4 Likes
Answer
color
Reason — color is not a valid attribute for <body> tag. The other attributes are used with <BODY> tag to specify the following —
- background — It specifies the background image for the document
- vlink — It specifies the color of the visited links in a document
- leftmargin — It specifies the left margin in a document
Answered By
1 Like
Related Questions
To create a link, we must use …………… attribute with tag.
- name
- link
- tag
- href
Which of the following is an attribute of
<table>tag ?- src
- link
- cellpadding
- bold
Which of the following is not an attribute of
<Table>tag ?- Border
- Background
- Bgcolor
- Src
Which command should we use to link a page with an HTML page ?
<a link = "page.htm"> </a><a href = "page.htm"> page </a><a connect = "page.htm"> </a><a attach = "page.htm"> </a>