Computer Applications
Identify which of the following is a tag or an attribute :
(i) border
(ii) img
(iii) alt
(iv) src
(v) href
HTML Advanced Features
4 Likes
Answer
(i) border — Attribute
(ii) img — Tag
(iii) alt — Attribute
(iv) src — Attribute
(v) href — Attribute
Answered By
1 Like
Related Questions
Name the attributes of
<img>
tag which are used for specifying its dimensions in a web page.Observe the following table and write the HTML code to generate it :
What do you understand by VLINK ?
Consider the HTML code :
<A HREF = #intro> Introduction </A>
In the above code,
(i) What is the purpose of # ?
(ii) What will happen when the user clicks "Introduction" ?