Computer Applications
To create a link, we must use …………… attribute with tag.
- name
- link
- tag
- href
HTML Advanced Features
1 Like
Answer
href
Reason — For linking to another web page, its URL is specified with href attribute of <A>
tag.
Answered By
1 Like
Related Questions
Fill in the blanks:
(i) To insert a table on a web page, we use …………… tag.
(ii) …………… tag is used to create inline images.
(iii) …………… is an attribute of the
<IMG>
tag which specifies the location or URL of the image to be displayed.(iv) The default colour of a hyperlink on a web page is …………… .
(v) The …………… tag is used to create subscripts and …………… tag is used to create superscripts on a web page.
(vi) An …………… link allows a link to another web page or another web site.
(vii) The attribute …………… is used for specifying the URL of the anchor tag.
(viii) …………… is used to combine the cells horizontally.
(ix) …………… tags creates a bulleted list.
(x) …………… attribute with
<HR>
tag is used to specify thickness of the line.Which of the following is an attribute of
<table>
tag ?- src
- link
- cellpadding
- bold
State True or False:
(i) Line breaks are given through
<BR>
.(ii) HTML is a programming language.
(iii) The default font size is 5.
(iv) Color attribute is used with
<P>
tag.(v) The colour of the hyperlinks in an HTML document cannot be changed.
(vi) The
<A>
tag is called the align tag.(vii)
<TR>
tag is used to specify the individual table data in a table.(viii) The ALT attribute of the
<IMG>
tag is used to specify the text that is to be displayed in case the browser does not support graphics.(ix) XML is not a markup language.
(x) It is not important to specify an integer value as the width of the border of an image.
(xi) The ALIGN attribute of the
<IMG>
tag is used to specify the text that is to be displayed in case the browser does not support graphics.(xii)
<TH>
tag is used to specify the column heading in a table.(xiii) The NAME attribute of the
<A>
tag allows the user to create links within the same document.(xiv) The
<A>
tag is called the align tag.Which attribute is not valid for
<body>
tag ?- background
- color
- vlink
- leftmargin