Computer Applications
SRC attribute used with <IMG>
tag stands for :
- Screen
- Screen resolution count
- Source
- Structure
HTML Advanced Features
1 Like
Answer
Source
Reason — SRC attribute is used to specify the source/location of an image file.
Answered By
1 Like
Related Questions
We can create a numbered list using …………… tag.
<ul>
<list>
<ol>
<dl>
Which of the following is not a valid value for align attribute of
<IMG>
tag ?- top
- center
- bottom
- middle
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>