Which heading element gives the most prominent headings? -Technology

1 Answer

Answer :

<H1>heading element gives the most prominent headings.

Related questions

Description : ______bar displays the heading for each drop down menu. Commands are grouped under each of these menu headings according to function: a) Title Bar b) Formatting Toolbar c) Menu bar d) None of These

Last Answer : c) Menu bar

Description : Suppose you have columns of data that span more than one printed page. How can you automatically print the column headings on each page? 1) Click Page Setup on the File menu, click the Sheet tab, ... Page Setup on the File menu, click the Sheet tab, and make a selection under the Print heading

Last Answer : 1) Click Page Setup on the File menu, click the Sheet tab, and enter the row that contains these column

Description : < caption > tag gives heading to a Web page. -Technology

Last Answer : False tag gives title or caption for the table.

Description : What is the method of using headings in HTML? -Technology

Last Answer : provides six levels of headings. is the largest heading level while is the smallest heading level. These headings help us in obtaining a uniform look and feel for the document.

Description : In a Web page, you can place (a) 2 levels of headings (b) 6 levels of headings -Technology

Last Answer : (b) Web page provides six levels of headings.

Description : A total of how many headings are there in html: -Technology

Last Answer : 6 headings are there in html.

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 : Which tag is used to insert heading of third level on a Web page? -Technology

Last Answer : tag is used to insert heading of third level on a Web page.

Description : Write the difference between and heading tags. -Technology

Last Answer : provides six levels of headings. is the largest heading level while is the smallest heading level. These headings help us in obtaining a uniform look and feel for the document.

Description : Write the HTML code to set the bgcolor as pink, heading level 2, text -Technology

Last Answer :

Description : Choose the correct HTML tag for the largest heading. (a) (b) -Technology

Last Answer : (d) tag provides the largest heading in HTML.

Description : In the tag, th stands for (a) Table Heading (b) Total Heading -Technology

Last Answer : (c) th stands lor Table Header

Description : Which tag is used for giving heading to the columns? -Technology

Last Answer : The tag is used to display the table heading only once for a table column.

Description : ‘tag is used to specify the column heading in a table. -Technology

Last Answer : True tag is used to specify the column heading in a table.

Description : What is the name of the column heading for each category in a data source? (a) Data field (b) Field (c) Field name (d) Record -Technology

Last Answer : (c) Field name is the name of the column heading for each category in a data source.

Description : The command used to give a heading to a graph is .... (a) plt.show() (b) plt.plot() (c) plt.xlabel() (d) plt.title() -Technology

Last Answer : (d)plt.title()

Description : Discuss the importance of the Haldia Planning Region under the following headings : (i) Location of the main centre. -Geography

Last Answer : (i) Haldia is located at the confluence of rivers Hooghly and Haldia about 105 kms downstream from Kolkata. (ii) Haldia port has been developed to release congestion at the Kolkata ... , Assam, Arunachal Pradesh, Nagaland, Manipur, Mizoram, Meghalaya, Tripura and Northern parts of Chhattisgarh.

Description : How many headings are there in each column of a database ?

Last Answer : Each column in a database has a heading.

Description : What displays thecontents of the active cell in Excel ? (A) Name box (B) Row Headings (C) Formula bar (D) Task pane (E) None of these

Last Answer : Name box

Description : What displays the contents of the active cell in Excel: a) Name box b) Row Headings c) Formula bar d) Taskpane e) None of The Above

Last Answer : c) Formula bar

Description : What displays the content of the active cell in Excel? 1) Name box 2) Row Headings 3) Formula bar 4) Taskpane

Last Answer : 3) Formula bar

Description : Which of the following is an important fact about working capital in Capsim? a. The life blood of any organization b. All of the money tied up in things you one day wish to sell c. Can be ... The change of working capital can be seen on the cash flow statement e. All of the above are important

Last Answer : e. All of the above are important

Description : Which is the only phone which is powerful and gives best performance -Technology

Last Answer : It is iphone 12 which is the best phone till now. No other phone can beat this iphone 12.

Description : Primary key field gives us permission to record duplicate entry. -Technology

Last Answer : False A primary key is a key which identifies records uniquely in a table so it does not give us permission to record duplicate entry.

Description : Which of the following tags gives a caption to the table? (a) < caption > -Technology

Last Answer : (a) tag is used to give caption to the table.

Description : Give examples of a container element in HTML. -Technology

Last Answer : , , .

Description : Give the examples of an empty element in HTML. -Technology

Last Answer : The examples of an empty element in HTML is ,

Description : Which of the following is not a container element? (a) P (b) B -Technology

Last Answer : (d) HR is an empty tag because it has no closing tag.

Description : The style element holds the document for setting (a) font, color and alignment -Technology

Last Answer : (b) Because they are used to give a better look and feel to the Web documents.

Description : An element that only has a starting tag and no ending tag is ………….. element. -Technology

Last Answer : An element that only has a starting tag and no ending tag is empty tag element.

Description : tag is an ………… element tag. -Technology

Last Answer : tag is an empty element tag.

Description : How will you define an element in DTD contain plain text? -Technology

Last Answer : If an element should contain plain text, you define the element using #PCDATA. PCDATA stands for Parsed Character Data and is the way you specify non-markup text in your DTDs.

Description : A well_formed document must have a root element. Explain with an example. -Technology

Last Answer : To create a well-formed XML document, it is necessary for it to have a root element. A root element is a unique element that contains all other elements in the XML document.The XML document cannot ... India The preceding code is not a well-formed document, since it does not contain aroot element.

Description : A root element is (a) a bridge between HTML and XML (b) the parent of all other elements -Technology

Last Answer : (b) A root element is the parent of all other elements.

Description : Name the root element in the following XML document: -Technology

Last Answer : (c) father is the root element.

Description : Which is not a correct name for an XML element? -Technology

Last Answer : (b) is not a correct name for an XML element.

Description : How is an empty element defined in XML? -Technology

Last Answer : (b) The empty tag name is followed by

Description : An XML attribute is a ………. of an element. -Technology

Last Answer : An XML attribute is a propertyof an element.

Description : An element can be written without the end tag. -Technology

Last Answer : An element can be written without the end empty tag.

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 : In all XML documents, the ………….. element is the parent of all other elements. -Technology

Last Answer : In all XML documents, the root element is the parent of all other elements.

Description : All XML documents must have one.......... element. -Technology

Last Answer : All XML documents must have one root element.

Description : The ……….. is an XML element to which the CSS style is applied. -Technology

Last Answer : The selectoris an XML element to which the CSS style is applied.

Description : The root element is a parent element of all other elements in data instance. -Technology

Last Answer : True The root element is an element that contains all other elements in XML document.

Description : XML document must have one root element. -Technology

Last Answer : True XML document must have one root element.

Description : Valid XML document means (a) The document has one root element -Technology

Last Answer : Valid XML document meansThe document has a DTD and complies to it

Description : i. Are these tags part of HTML code or XML code? ii. Identify the root element. -Technology

Last Answer : XML codei. Companyii. name, deptiii. eid, deptid

Description : What is prominent ostia to the left renal artery?

Last Answer : (I tried to share it with the doctor here but I don’t have his name right.)

Description : Was there some prominent object in your home, or home that you frequented as a child that scared you?

Last Answer : The cellar in our summer cabin was uber nasty scary as well as the deer head hanging above the door way that looked right at you no matter where in the room you were!! :O