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

1 Answer

Answer :

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

Related questions

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 : To create a square bulleted list, use (a) (b) -Technology

Last Answer : (c) Square bulleted list is the part of unordered list.

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

Last Answer : creates bulleted points for each list item.

Description : …………. tag creates a bulleted list. -Technology

Last Answer : tag creates a bulleted 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 : ……..value of type attribute displays a hollow circle for an unordered lists. -Technology

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

Description : Can you change the style of numbers in an ordered list? -Technology

Last Answer : Yes, we can change the style of numbers in an ordered list.

Description : In an ordered list, each item cannot be preceded with (a) Counting numbers -Technology

Last Answer : (d) In an unordered list, bullets are used while counting numbers, Arabic numbers and Roman numbers are used in an ordered list.

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 : If you want to display uppercase alphabets instead of numbers, ………… ordered type should you use. -Technology

Last Answer : If you want to display uppercase alphabets instead of numbers, Aordered type should you use.

Description : How can I create an ordered list of the most common substrings inside of a MySQL varchar column?

Last Answer : SQL is definitely not my specialty but you can use regular expressions within your select statement is this something you want to pull on the fly each time though? It seems like as your data set grows it ... ve got me wondering if I can write one SQL statement for it though, let me take a look.

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 : Write HTML code to display ordered lists. -Technology

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

Description : To create a numbered list with A, B, … use (a) -Technology

Last Answer : (a) The given list uses the uppercase letter for each item so, the correct syntax is

Description : If you want to make a list of items in the form of terms and their descriptions, then you can create a …………. list. -Technology

Last Answer : (c) A definition list is a list of items, with a description of each item.

Description : List the important points to create an XML document. -Technology

Last Answer : The points while creating an XML document are as follows:1. XML documents must have starting and closing tags.2. XML tags are case sensitive.3. XML elements must be properly nested.4. XML documents must have one root element.5. The values of XML attributes must be enclosed in double quotes.

Description : Write a python code to create a data frame with appropriate headings from the list given below : -Technology

Last Answer : import pandas as pd# initialize list of listsdata = [['S101', 'Amy', 70], ['S102', 'Bandhi', 69], ['S104','Cathy', 75], ['S105', 'Gundaho', 82]]# Create the pandas DataFramdf = pd.DataFrame(data, columns = ['ID', 'Name', 'Marks'])# printdataframe. print(df )

Description : Write a small python codeto create a dataframewith headings(a and b) from the list given below : [[1,2],[3,4],[5,6],[7,8]] -Technology

Last Answer : import pandas as pddf = pd.DataFrame([[1, 2], [3, 4]], columns = ['a','b'])df2 = pd.DataFrame([[5, 6], [7, 8]], columns = ['a','b'])df = df.append(df2)

Description : To store object like image, you need to create a field in a table, having field type as …………. . -Technology

Last Answer : To store object like image, you need to create a field in a table, having field type as OLE Object.

Description : Using the ………… type URL, you can create the E_mail hyperlink. -Technology

Last Answer : Using the mailtotype URL, you can create the E-mail hyperlink.

Description : Consider the following statements: (a) Depth - first search is used to traverse a rooted tree. (b) Pre - order, Post-order and Inorder are used to list the vertices of an ordered rooted tree. (c) Huffman's algorithm is used to find an optimal ... (d) (C) (a) , (b) and (c) (D) (a), (b) , (c) and (d)

Last Answer : (D) (a), (b) , (c) and (d)

Description : Technology and the world of tomorrow, if technology developed to the point man can create sentient automatons, would man be the automaton’s god?

Last Answer : No, the automatons would not see Man as “God” since they would be too logical in their thinking processes to buy into that BS.

Description : HTML is used to create Web pages. -Technology

Last Answer : True HTML is a markup language which is used to create Web pages.

Description : ……….. helps to create and maintain social relationship. -Technology

Last Answer : Social networkinghelps to create and maintain social relationship.

Description : DTP is a tool for graphic designers and non_designers to create visual communications for professional. DTP stands for (a) Device Transfer Protocol -Technology

Last Answer : (b) DTP stands for Desktop Publishing.

Description : What are the commands contained by Create tab? -Technology

Last Answer : The Create tab has various commands such as Table Design, Table Templates, Pivotchart, Form, Report, Macro and Query Wizard.

Description : How will you create a blank database in MS_Access 2007? -Technology

Last Answer : Creating a Blank DatabaseTo create a new blank database, you need to perform the steps which are as follows:Step 1 Start Microsoft Access 2007, then Getting Started with Microsoft Office Access page will ... in the first empty cell in the Add New Field column as shown in the following figure:

Description : A command tab which allows to create the table in an interactive manner is called (a) Home -Technology

Last Answer : (d) MS-Access provides a command tab named Create which allows creating the table in an interactive manner.

Description : Write the HTML code to create a paragraph whose text color is blue. -Technology

Last Answer : or

Description : To create an HTML page, you need (a) text editor (b) Web browser -Technology

Last Answer : (c) Because text editor is required to write HTML code and the Web browser is needed to display the page.

Description : ……….. is a sequential series of images that create an illusion of motion. -Technology

Last Answer : Animation is a sequential series of images that create an illusion of motion.

Description : Write the HTML code to create a link for school .jpg located at C:\. -Technology

Last Answer : Image

Description : To create a hyperlinked image (a) the image tag should be within anchor tag -Technology

Last Answer : (a) The image tag should be within an anchor tag to create the hyperlinked image.

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 : Choose the correct syntax to create an E_mail link. (a) -Technology

Last Answer : (b)

Description : …………… tag is used to create inline images. -Technology

Last Answer : tag is used to create inline images.

Description : How to create a sub_folder within a folder? -Technology

Last Answer : Steps to create a sub-folder within a folderStep 1: Open the existing folder.Step 2: Right click on a blank area.Step 3: Point to New and then click the Folder.Step 4: A new sub-folder icon will appear in Folder (By default name as New Folder)Step 5: Type the new name of sub-folder and press Enter.

Description : The tag ……….. is used to create superscripts and …………. tag is used to create subscripts on a Web page. -Technology

Last Answer : The tag is used to create superscripts and tag is used to create subscripts on a Web page.

Description : What are shortcuts? Explain the steps to create shortcut. -Technology

Last Answer : Steps to Create a ShortcutStep 1:Right click on the desktop or the area where you want to place the shortcut. In the right click menu, point to New and then, select Shortcut.Step 2: The Create ... of the shortcut in the Type a name for this shortcut:' field and finally, click Finish button.

Description : It is not possible to create link within current document. -Technology

Last Answer : False You can link various sections of the current document together, which is called internal linking.

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 : Ram wants to create a text file to store name and roll number of his students. Suggest, which program he should use. -Technology

Last Answer : He can create a text file using Notepad or WordPad. Follow these steps to create a file using Notepad:(a) Step 1:Click Start.(b) Step 2:Choose All Programs -> Accessories -> Notepad.(c) Step 3: ... dialog box will appear.(g) Step 7:Give file name with extension.(h) Step 8: Click Save button.

Description : Write the HTML code to create the exact table which is given below: ADMNO SNAME NAME DOB -Technology

Last Answer : The HTML code is ADMNO SNAMENAMEDOB1110MANJITRANJIT4-MAR-1998

Description : Write an HTML code to create the following table: 100 Amit 10 A -Technology

Last Answer : The HTML code is Roll NumberNameClass 100 Amit 10 A 101 Ankit 10 B 102 Arnab 10C Footer 1 Footer 2 Footer 3

Description : Write the complete … tags to create a table with the following contents. -Technology

Last Answer :

Description : Write the steps to create a new document. -Technology

Last Answer : Steps to create a new blank document are as follows:(a) Step 1: Click the Microsoft Office button.(b) Step 2: Select New, the New Document dialog box will appear as shown below:(c) Step 3: ... (It will be highlighted bydefault).(d) Step 4: Click Create button, a new blank document will appear.

Description : Cellspacing is used to create space between different…………… in a table. -Technology

Last Answer : Cellspacing is used to create space between different cells in a table.

Description : 1. It is a pre_designed document that you can use to create new documents with the same formatting. -Technology

Last Answer : 1. Template2. Themes3. Live Preview