Contents
- 1 What are the two attributes of table tag?
- 2 What attributes can you use with table tag but not with TR tag?
- 3 What is table tag and its attributes?
- 4 Which is the attribute of table?
- 5 What determine which is not an attribute of table tag?
- 6 What should be included in HTML table tag?
- 7 What is the border attribute in table tag?
What are the two attributes of table tag?
The
, the
Is table tag or attribute?
Specific Attributes
| Attribute | Value |
|---|---|
| align | right left center justify char |
| bgcolor | rgb(x,x,x) #hexcode colorname |
| border | pixels |
| cellpadding | pixels or % |
What attributes can you use with table tag but not with TR tag?
Which attributes can you use with < table > tag but not with
Which tags are used for table handling?
HTML table tag is used to display data in tabular form (row * column)….HTML Table Tags.
| Tag | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
What is table tag and its attributes?The Which are the attributes of tag? All HTML attributes
Which is the attribute of table?Think of an attribute as a characteristic A database consists of tables, each of which has columns and rows. Each row (called a tuple) is a data set that applies to a single item, and each column contains characteristics that describe the rows. In database lingo, these columns are called attributes. Which tag is used to add a row to a table? A table in HTML is defined from the
What determine which is not an attribute of table tag?Answer: (a) border, frame, cellspacing, cellpadding, align are the attributes of What are the different table attributes? Attributes
What should be included in HTML table tag?An HTML table may also include , , , , and elements. The tag also supports the Global Attributes in HTML. The tag also supports the Event Attributes in HTML. Which is the best attribute to use in table tag? Align: Align attribute specifies the alignment of values in a table. It can be align a value in left, right and centre. Width: Width attribute specifies the width of a table. If you want to set width of a table then you should use width attribute in table tag. Bgcolor: Bgcolor attribute specifies the background color of a table. What is the border attribute in table tag?It defines a table data. It defines a table row. Border: Border attribute specifies the width of the border of the table. If you want to draw border in your table then you should use border attribute in table tag. Cellpadding: Cellpadding attribute specifies the space between the cell wall and the cell content. How to set the width of a table in table tag? Width: Width attribute specifies the width of a table. If you want to set width of a table then you should use width attribute in table tag. Bgcolor: Bgcolor attribute specifies the background color of a table. If you want to use a background color in your table then you should use bgcolor attribute in table tag. |