Computer Applications
Which of the following is not an attribute of <Table>
tag ?
- Border
- Background
- Bgcolor
- Src
HTML Advanced Features
1 Like
Answer
Src
Reason — Src
is an attribute of <IMG>
tag which accepts the path or URL of the image. The BORDER, BACKGROUND and BGCOLOR attribute of <TABLE>
tag specify the border, background image and the background colour of the table, respectively.
Answered By
1 Like
Related Questions
Which of the following is an attribute of
<table>
tag ?- src
- link
- cellpadding
- bold
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>
Which attribute is not valid for
<body>
tag ?- background
- color
- vlink
- leftmargin
SRC attribute used with
<IMG>
tag stands for :- Screen
- Screen resolution count
- Source
- Structure