Computer Applications
Which one of the following HTML tags is surrounded by <a></a> container tags to create an image link ?
<img><ul><br><pic>
HTML Advanced Features
1 Like
Answer
<img>
Reason — <img> tag is surrounded by <a></a> container tags to create an image link .
Answered By
3 Likes
Related Questions
Which one of the following is the list type that will create a bulleted list ?
- unordered
- option
- decorated
- ordered
Why is it important to specify an image width and height in an
<img>tag ?- It ensures that a user will not be able to copy the image to their computer.
- The image will not render if these attributes are left out.
- These attributes constrain the image's proportions.
- Specifying these dimensions helps a browser render pages faster.
What is the general syntax for inline image ?
<src = img><src = image><img = file><img src = file><image src = file>
To create a link to an anchor, you use the …………… property in A tag.
- Name
- Tag
- Link
- Href