Which attribute of <BODY> tag specifies the color of visited links in a document? (a) vlink (b) alink -Technology

1 Answer

Answer :

(a) vlink attribute specifies the color of visited links in an HTML document.

Related questions

Description : …………….. attribute is used to set the color of a link while it is active. (a) vlink (b) alink -Technology

Last Answer : (b) alink attribute is used to set the color of link while it is active.

Description : The name attribute of the tag allows the user to create links within the same document. -Technology

Last Answer : True Because name attribute defines a name of a section in a document.

Description : The default color of alink attribute is ………… . -Technology

Last Answer : The default color of alink attribute is red.

Description : ………… attribute of tag specifies the width of a horizontal line. -Technology

Last Answer : widthattribute of tag specifies the width of a horizontal line.

Description : ……………. is an attribute of the tag which specifies the location or URL of the image to be displayed. -Technology

Last Answer : src is an attribute of the tag which specifies the location or URL of the image to be displayed.

Description : What do you understand by option alink used with tag? -Technology

Last Answer : A link attribute defines the color of the link as it is being clicked on the Web page. The default color of alink is red.

Description : What do you understand by option vlink used with tag? -Technology

Last Answer : vlink attribute defines the color of a link after it has been visited. The default color of vlink attribute is purple.

Description : The …………….. attribute of tag is used to provide information or a title for the linked document or Web page. -Technology

Last Answer : The title attribute of tag is used to provide information or a title for the linked document or Web page.

Description : ………. attribute of BODY tag helps to set background color. -Technology

Last Answer : bgcolorattribute of BODY tag helps to set background color.

Description : color is an attribute of tag. -Technology

Last Answer : True It defines color of the text.

Description : Explain the following statement: -Technology

Last Answer : The code will set the Web page background color as yellow, text color as red and visited link color as blue.

Description : Identify which one is an attribute or a tag? 1. Body 2. Type -Technology

Last Answer : 1. Body – Tag2. Type – Attribute3. Br – Tag4. Link – Attribute5. Face – Attribute

Description : Which attribute is not supported by a tag? (a) bgcolor -Technology

Last Answer : (b) size is not an attribute of tag.

Description : cellpadding attribute is used with tag. -Technology

Last Answer : False cellpadding attribute is used with tag.

Description : Background is an attribute of : (i) tag (ii) tag (iii) tag (iv) tag -Technology

Last Answer : Background is an attribute of tag

Description : noshade is an attribute of …………. tag. -Technology

Last Answer : no shade is an attribute of the tag.

Description : bgcolor is an attribute of tag. -Technology

Last Answer : False It is an attribute of the tag.

Description : Describe the use of alt attribute with tag. -Technology

Last Answer : The alt attribute is used to define alternate text' for an image. It tells the Website visitor, what he/she is missing on the page if the browser cannot load images. The browser will then ... include alt attribute for each image on a page to improve the appearance and usefulness of the document.

Description : Name the values that can be assigned to align attribute of tag. -Technology

Last Answer : The values that can be assigned to align attribute of tag are as follows:1. top2. bottom3. left4. right5. middle

Description : What is the purpose of using the attribute href in tag? -Technology

Last Answer : The href stands for Hypertext Reference. The href attribute is used with tag to specify the link to some other HTML page or Website.e.g. click here to go to learncbse.It will display like:click here to go to learncbse.

Description : Which attribute is used to specify the location of an image file in the tag? Explain. -Technology

Last Answer : The attribute you need to get an image to display on a Web page is the src attribute.In the src attribute of the tag, you can specify the path of the image that you want to add to the ... image somewhere else on the same server, or an image stored on another server.The syntax for src attribute is

Description : src attribute used with tag stands for (a) screen (b) screen resolution count (c) source -Technology

Last Answer : The correct answer is(c) source

Description : The alternate text of an image can be displayed by using attribute of the tag. (a) src (b) alt -Technology

Last Answer : (b) alt attribute of the tag is used to display the alternate text of an image.

Description : Which is not a valid value in the align attribute of tag? (a) top (b) center -Technology

Last Answer : (b) center is not a valid value in the align attribute of tag. To align in center, tag can be used.

Description : Why is it important to specify width and height attribute in tag? -Technology

Last Answer : (d) Helps the browser to load the Web page faster.

Description : For internal linking, the section names are provided by attribute of tag. (a) title (b) href -Technology

Last Answer : (c) For internal linking, section names are provided by name attribute.

Description : ………. attribute of the tag is used to name a section in a Web page to create an internal link. (a) href (b) name -Technology

Last Answer : (b) name attribute is used to create an internal link.

Description : The ………….. attribute is used for specifying the URL of the anchor tag. -Technology

Last Answer : The hrefattribute is used for specifying the URL of the anchor tag.

Description : No value is specified with alt attribute of tag. -Technology

Last Answer : False alt attribute provides alternate text for an image if the image is not visible on Web page for any reason.

Description : The align attribute of the tag is used to specify the text that is to be displayed -Technology

Last Answer : False alt attribute is used to specify the text that is to be displayed in case the browser which does not support graphics.

Description : border is an attribute of tag. -Technology

Last Answer : False border is an attribute of tag.

Description : In order to add border to a table, border attribute is specified in which tag? (a) (b) -Technology

Last Answer : (b) border attribute is specified in tag.

Description : Which of the following is an attribute of < table > tag? (a) src (b) cellpadding -Technology

Last Answer : (b) cellpadding is an attribute of tag.

Description : Which attribute of the < table > tag is used to set an image in the background of a table? -Technology

Last Answer : (b) background attribute is used to set an image in the background of a table.

Description : Which of the following is not an attribute of < table > tag? (a) border (b) background -Technology

Last Answer : (d) src is not an attribute of tag.

Description : Which attribute of tag is used to merge two or more columns to form a single column? (a) colspan (b) cellspacing -Technology

Last Answer : (a) colspan attribute is used to merge two or more columns to form a single column.

Description : Describe the border attribute of tag. -Technology

Last Answer : The border attribute is used to define- the thickness of the border, which surrounds the table.

Description : How many values can be specified in rules attribute of tag? -Technology

Last Answer : There are total five values that can be specified for rules attribute.

Description : What is the use of align attribute in < table > tag? -Technology

Last Answer : The align attribute defines the center, right or left alignment of the tag.

Description : which tag with align attribute is used? -Technology

Last Answer : The align attribute is used with both tag and tag.

Description : Explain the width attribute of tag. -Technology

Last Answer : The width attribute is used to set the absolute width of the table. The values in width attribute can be either in pixels or in percentage of the browser window,e.g.CelllCell2CellCell4

Description : Identify which of the following is a tag or an attribute ? 1. link 2. table -Technology

Last Answer : 1. link — attribute2. table — tag3. align — attribute4. href— attribute5. br — tag

Description : There are total………… values for rules attribute in tag. -Technology

Last Answer : There are total 5values for rules attribute in tag.

Description : The….. is an attribute of the < table > tag to set the distance between the cell content and its boundary. -Technology

Last Answer : Thecellpaddingis an attribute of the < table > tag to set the distance between the cell content and its boundary.

Description : The cellpadding attribute is used with tag. -Technology

Last Answer : False The cellpadding is used with tag.

Description : The border is an attribute of tag. -Technology

Last Answer : False The border is an attribute of tag.

Description : The rowspan attribute with < table > tag is used to merge more than one cells row wise. -Technology

Last Answer : True The rowspan attribute merges the cells row wise in a table.

Description : Table row tag can accept one attribute. -Technology

Last Answer : False The tag can accept many attributes.

Description : An attribute is a ……….. pair contained in the start tag of the element. -Technology

Last Answer : An attribute is aname-valuepair contained in the start tag of the element.

Description : Which one of the following is not an attribute of tag : -Technology

Last Answer : Sourceis not an attribute of tag.