……..value of type attribute displays a hollow circle for an unordered lists. -Technology

1 Answer

Answer :

Circlevalue of type attribute displays a hollow circle for an unordered list.

Related questions

Description : What is the purpose of using type attribute used in lists? -Technology

Last Answer : The type attribute specifies the type of numbers or bullets depending on whether the list item is inside an ordered list or unordered list.

Description : What is the purpose of using start attribute used in lists? -Technology

Last Answer : This attribute is used to change the beginning value of an ordered list. Normally, the ordered list begins with 1. It lets you further customize an HTMLordered list by setting a new starting digit for the ordered list element.Syntaxe.g.Ordered List with type attribute

Description : Which one of the following list type that will create a bulleted list? (a) Unordered (b) Ordered -Technology

Last Answer : (a) Unordered list provides various types of bullets like the square, disc, and circle.

Description : What does a create when used in an unordered list? -Technology

Last Answer : creates bulleted points for each list item.

Description : Which of the following is not HTML list? (a) Ordered (b) Unordered -Technology

Last Answer : (d) Detailed list is not a type of HTML list.

Description : In an unordered list, it is necessary to enclose each item in (a) tag (b) tag -Technology

Last Answer : (a) Each item must be enclosed in tag either in ordered list or unordered list.

Description : The unordered list starts with ………….. tag. -Technology

Last Answer : The unordered list starts with tag.

Description : Which option do you have while making bulleted lists? (a) Disc, circle, square (b) Square, polygon -Technology

Last Answer : (a) Bulleted list provides various values like disc, circle and square.

Description : Which group lists all abstract nouns in this sentence In The Odyssey by Homer, the protagonist Odysseus displays great cleverness and courage when he blinds the one-eyed giant Polyphemus.?

Last Answer : cleverness, and courage

Description : Which group lists all proper nouns in this sentence In The Odyssey by Homer, the protagonist, Odysseus, displays great cleverness and courage when he blinds the one-eyed giant Polyphemus.?

Last Answer : The Odyssey, Homer, odysseus, polypher

Description : The ‘NOSHADE’ attribute in HTML (1) defines the thickness of the line (2) displays the line in red (3) displays the line in dark grey (4) displays the example in red

Last Answer : displays the line in red

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 : The value for alt attribute is a text string of upto ………….. characters. -Technology

Last Answer : The value for alt attribute is a text string of upto1024characters.

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 : String as a value of alt attribute must be enclosed in quotation marks. -Technology

Last Answer : True alt attribute contains the string which must be enclosed in quotation marks

Description : In the rules attribute, the………… value helps to display a table border only between rows. -Technology

Last Answer : In the rules attribute, the rows value helps to display a table border only between rows.

Description : The cols value in the rules attribute, allows you to display table border only between columns. -Technology

Last Answer : True The cols value in the rules attribute is drawn between columns only.

Description : The default value of border attribute is 1. -Technology

Last Answer : False The default value of border attribute is 0.

Description : In XML, value of attribute must appear -Technology

Last Answer : (c) in quotes

Description : The Datasheet View displays the data in a table in tabular format. -Technology

Last Answer : True A datasheet is a simple view of data arranged in rows and columns.

Description : Which of these about a set is not true? a) Mutable data type b) Allows duplicate values c) Data type with unordered values d) Immutable data type

Last Answer : Answer: d Explanation: A set is a mutable data type with non-duplicate, unordered values, providing the usual mathematical set operations.

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 : What are two basic tags in HTML lists? -Technology

Last Answer : and

Description : Write HTML code to display ordered lists. -Technology

Last Answer : Many Ordered ListNumbered listSunMoonLetters 1is t SunMoonLowercase letters starting from 3rd 1etter

Description : Which of the following tag is used to make a list that lists the items with numbers? -Technology

Last Answer : (c) is the ordered list that starts with a number like 1, A, a, i and I etc.

Description : Which of the following mail merge terms lists the specific information to be inserted in a mail merge document? -Technology

Last Answer : (b) Data source lists the specific information to be inserted in a mail merge document.

Description : Which of the following will produce a solid circle bullet when given as value of type with ? -Technology

Last Answer : (b) A solid circle bullet use the type disc.

Description : STL consists of an unordered list of _______ facets representing the outside skin of an object. a.linear b.triangular c.square d.hexagonal

Last Answer : b.triangular

Description : What is the use of width attribute in HTML? -Technology

Last Answer : Width attribute specifies the width of a horizontal line in pixels or percent. Its default value is 100%.

Description : What is an attribute in HTML? -Technology

Last Answer : HTML attribute is a modifier of HTML element. Attributes provide additional information about HTML elements. Attributes are always specified in the start tag of an element, after the element's name. These come in ... is the HTML element, name is the name of an attribute, set to the provided value.

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

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

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

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

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

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

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

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

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 : bgcolor is an attribute of tag. -Technology

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

Description : background attribute is used to display image. -Technology

Last Answer : True It is an attribute of tag used to display the background image.

Description : color is an attribute of tag. -Technology

Last Answer : True It defines color of the text.

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 : Define various alignments of align attribute with example. -Technology

Last Answer : There are some values of image alignment attribute as follows:Middle AlignmentThis alignment is different in both Internet Explorer and Mozilla Firefox. In Internet Explorer, this alignment aligns the image ... effect reproduction, usually by providing a mechanism for the union of sperm with eggs.

Description : The text specified in the alt attribute is displayed as tooltip in (a) Internet Explorer -Technology

Last Answer : (a) The text specified in alt attribute is displayed as the tooltip in Internet Explorer only.

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 : …………. attribute is used to specify the location of an image file. (a) alt (b) src -Technology

Last Answer : (b) src attribute is used to specify the location of an image file.

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 : alt attribute allows (a) addition of an alternate hyperlink -Technology

Last Answer : (d) alt attribute allows the addition of alternative text about an image.

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.