Which tag determines the footer of the table ?

1 Answer

Answer :

Determines the footer of the table with the <t foot> tag .

Related questions

Description : What determines the identity of an ebook reader ?

Last Answer : iBook Reader's own format.

Description : What is a container tag ?

Last Answer : Container tags are the contents of opening or starting tags and closing or ending tags. For example: This is the example of container tag

Description : What is the Empty Tag ?

Last Answer : All tags that have opening or beginning but do not have the content and closing or end of the tag are therefore MPT tags.

Description : What is the opening and closing tag of html ?

Last Answer : html 's opening tag and closing tag

Description : Do no evil ' Whose tag line ?

Last Answer : Do no evil' Google's tag line.

Description : Adding a line to the footer in Tumblr?

Last Answer : A few changes needed to be made. This: Needed to be put inside Put inside the content div. And I changed the this: #footer_line { border-top: .5px solid #000000; margin:0 auto; } The final result ... in Safari. I would probably just go with a border-bottom: .5px solid #000000; on the div content.

Description : Footer on real bottom of the page?

Last Answer : Have you tried setting the overflow:auto; on the div.content class?

Description : How are Header and Footer useful? -Technology

Last Answer : Header and Footer are very useful for displaying the similar useful information on each slide. One can change the Header and Footer details at any time in the presentation.

Description : What marking (banner and footer) acronym (at a minimum) is required on a DoD document containing controlled unclassified information?

Last Answer : CUI

Description : In which view can you see a header and footer areas of a worksheet?

Last Answer : Page Layout View

Description : In which view can you see a header and footer areas of a worksheet?

Last Answer : Page Layout View

Description : The Postmaster of HO should verify the cash by checking footer entries of -------- a. HO summary b. Treasures Cash Book c. Hand to Hand Book from all counter

Last Answer : a. HO summary

Description : Which menu should you access if you need to edit header or footer of a document: a) Insert b) Edit c) View d) None of The Above

Last Answer : a) Insert

Description : Which among the following statements is correct about footers: a) All pages in a document need to have same footer b) different section can have different footers c) only tow types of footers, one for even pages and one for odd page d) Can not say e) None of The Above

Last Answer : a) All pages in a document need to have same footer

Description : Why are headers and footers used in the document: a) To mark the starting and ending of the page b) To allow page headers & footers to appear on document when it is printed c) To enhance the overall appearance of the document d) Each page of word must have header & footer. e) None of The Above

Last Answer : b) To allow page headers & footers to appear on document when it is printed

Description : Write two requirements for creating a table on a web page ?

Last Answer : The two requirements for creating a table on a web page are given below. It is not possible to create individual columns on the web page, so if you want to sort any information in column form, you have ... picture by placing it in the cell of the table and making the wall of the table invisible .

Description : Write the introduction of row and column of table ?

Last Answer : Tables are created to store any information in a special way. The horizontal position in the table is called row and the vertical position is called column .

Description : What command is used to remove a table or index from a SQL database ?

Last Answer : DROP TABLE is used to remove a table or index from a SQL database .

Description : What is Parent and Child Table ?

Last Answer : If the primary key of one table is used in another table, then that key is called the foreign key of the second table relative to the first table. Here the first table is called the parent and the second table is called the child table.

Description : What is a junction table ?

Last Answer : When there are multiple matching records between the two tables, a To To Many relationship can be established between them. In order to create such a relationship, another third data table has to be created which is known as junction table.

Description : : Make Table Query

Last Answer : The query that is used to store the queried data in another table is called Make Table Query .

Description : When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis

Last Answer : A. Equivalence partitioning

Description : When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis

Last Answer : B. Boundary value analysis

Description : The tag is used to specify the individual table data in a table. (a) (b) -Technology

Last Answer : (b)The tag is used to specify the individual table data in a table.

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 : The two common attributes of the and the tag are (a) src and height (b) height and width -Technology

Last Answer : (b) height and width are common attributes of the tag and the tag.

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 : In the tag, td stands for (a) Table Data (b) Table Time and Date -Technology

Last Answer : (a) td stands for Table Data.

Description : rowspan = n can be added to only which tag? (a) (b) -Technology

Last Answer : (c) rowspan = n can be added to only tag.

Description : colspan = n can be added to tag. (a) (b) < table > (c) (d) -Technology

Last Answer : (d) colspan = n can be added to tag.

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

Last Answer : (c) th stands lor Table Header

Description : Name the tags which are used with tag. -Technology

Last Answer : ,, and tags are used with tag.

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 : Name the attributes of tag which are used for specifying its dimensions in a Web page. -Technology

Last Answer : width and height attributes of the tag are used for specifying its dimensions in a Web page, width and height are specified in terms of pixels or percentage of the browser window.

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 : What is data cell? Name the tag, which is used as data cell. -Technology

Last Answer : The data cell defines a cell of a table that contains data. The table data cell is coded with tag of tag. Here, td stands for Table Data. The content in the table data cell is normal and left-aligned.

Description : Which attributes can you use with < table > tag but not with tag? -Technology

Last Answer : summary, rules, frame,*, border, cellpadding, cellspacing, height, width and bordercolor are the attributes that you can use with tag but not with tag.

Description : What is header cell? Name the < table > tag, which is used as header cell. -Technology

Last Answer : The table header cell is coded with tag. It specifies the header of the table and displays the content of a table in heading style. The content in the table header cell is rendered in bold and centered horizontally within the cell.

Description : What is the use of tag in an HTML table? Give a suitable example. -Technology

Last Answer : The tag creates a table row in an HTML table. A table must have atleast one row and also, it can have as many table rows as you want. A table row is divided into table cells. A table must have atleast one table cell per table row.e.g.CheadXtitle> TR Tag

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 : To insert a table on a Web page, we use ………………. tag. -Technology

Last Answer : To insert a table on a Web page, we use tag.

Description : …………… tag is used to insert data into a table. -Technology

Last Answer : tag is used to insert data into a table.

Description : The tag to start a table is........... -Technology

Last Answer : The tag to start a table is

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 height and width attributes of < table > tag are specified in terms of………….. or percentage. -Technology

Last Answer : The height and width attributes of < table > tag are specified in terms of pixelor percentage.