Computer Applications
Which of the following is not the attribute of <A> tag?
- NAME
- TITLE
- HREF
- SRC
Answer
SRC
Reason — SRC is not the attribute of <A> tag. The other attributes of <A> tag are used for the following purposes:
- HREF — It defines the document to which the link leads.
- TITLE — It is used to give a title to the document to which we are linking.
- NAME — It specifies the name of the anchor being set up for internal linking in a document.
Related Questions
Choose the correct HTML code to right-align the data inside a table cell.
<TRright Align><TD Align ="Right"><TD VAlign ="Right"><TR "Right">
Which is the correct code to merge four columns in a table?
<TD COLSPAN = 4><TD COLUMN SPAN= 4><COLSPAN = 4><TD SPAN = 4>
Combining two or more cells either column-wise or row-wise in a table is called …………… .
- Merging
- Spanning
- Combining
- None of these
The two common attributes of the
<IMG>and the<TABLE>tags are …………… .- SRC and HEIGHT
- HEIGHT and WIDTH
- BORDER and SRC
- They do not have any common attributes