<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Aiforkids - Recent activity in Ch 3 Working with Tables in HTML</title>
<link>https://aiforkids.in/qa/activity/computer-appilcations/class-10/tables-html</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answer edited: Which of the following tag gives a caption to the table?</title>
<link>https://aiforkids.in/qa/2765/which-of-the-following-tag-gives-a-caption-to-the-table?show=2766#a2766</link>
<description>


&lt;h3&gt;&lt;strong&gt;&amp;lt;CAPTION&amp;gt;&lt;/strong&gt;&lt;/h3&gt;

&lt;hr&gt;

&lt;p&gt;Answer - Option (1)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&amp;lt;CAPTION&amp;gt; &lt;/strong&gt;tag is used to give caption to the table. It provides a short description of the table&#039;s purpose.&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2765/which-of-the-following-tag-gives-a-caption-to-the-table?show=2766#a2766</guid>
<pubDate>Thu, 12 Jan 2023 13:33:49 +0000</pubDate>
</item>
<item>
<title>Answered: Write HTML code to display a table with border of 5px.</title>
<link>https://aiforkids.in/qa/2831/write-html-code-to-display-a-table-with-border-of-5px?show=2832#a2832</link>
<description>&amp;lt;HTML&amp;gt;&amp;lt;BODY&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;TABLE border = &amp;quot;5&amp;quot;&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;TR&amp;gt;&amp;lt;TD&amp;gt;1&amp;lt;/TD&amp;gt;&amp;lt;/TR&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;TR&amp;gt;&amp;lt;TD&amp;gt;2&amp;lt;/TD&amp;gt;&amp;lt;/TR&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/TABLE&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/BODY&amp;gt;&amp;lt;/HTML&amp;gt;</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2831/write-html-code-to-display-a-table-with-border-of-5px?show=2832#a2832</guid>
<pubDate>Thu, 14 Jul 2022 11:59:44 +0000</pubDate>
</item>
<item>
<title>Answered: What is table? Name the basic commands for creating a table.</title>
<link>https://aiforkids.in/qa/2829/what-is-table-name-the-basic-commands-for-creating-a-table?show=2830#a2830</link>
<description>


&lt;p&gt;Tables are made up of rows and columns. In HTML, tables are used to display tabular data in web pages. The basic commands for creating tables are as follows:
&lt;br&gt;&lt;strong&gt;Table tag&lt;/strong&gt; &amp;lt;TABLE&amp;gt; &amp;lt;/TABLE&amp;gt;
&lt;br&gt;&lt;strong&gt;Row tag&lt;/strong&gt; &amp;lt;TR&amp;gt; &amp;lt;/TR&amp;gt;
&lt;br&gt;&lt;strong&gt;Cell tag&lt;/strong&gt; &amp;lt;TD&amp;gt; &amp;lt;/TD&amp;gt;, &amp;lt;TH&amp;gt; &amp;lt;/TH&amp;gt;
&lt;br&gt;&lt;strong&gt;Caption tag&lt;/strong&gt; &amp;lt;CAPTION&amp;gt; &amp;lt;/CAPTION&amp;gt;&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2829/what-is-table-name-the-basic-commands-for-creating-a-table?show=2830#a2830</guid>
<pubDate>Thu, 14 Jul 2022 11:51:49 +0000</pubDate>
</item>
<item>
<title>Answered: In the &lt;TH&gt; tag, TH stands for</title>
<link>https://aiforkids.in/qa/2827/in-the-th-tag-th-stands-for?show=2828#a2828</link>
<description>The correct option is Option C Table Header&lt;br /&gt;
TH stands for Table Header, which is used to specify a table&amp;#039;s header.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2827/in-the-th-tag-th-stands-for?show=2828#a2828</guid>
<pubDate>Thu, 14 Jul 2022 11:49:47 +0000</pubDate>
</item>
<item>
<title>Answered: The ……… attribute helps to align data vertically in a single cell.</title>
<link>https://aiforkids.in/qa/2825/the-attribute-helps-to-align-data-vertically-in-single-cell?show=2826#a2826</link>
<description>


&lt;p&gt;The correct option is &lt;strong&gt;Option B Valign&lt;/strong&gt;
&lt;br&gt;
&lt;br&gt;Valign attribute is used to align data vertically in a single cell.&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2825/the-attribute-helps-to-align-data-vertically-in-single-cell?show=2826#a2826</guid>
<pubDate>Thu, 14 Jul 2022 11:47:24 +0000</pubDate>
</item>
<item>
<title>Answered: Which attribute of &lt;TD&gt; tag is used to merge two or more columns to form a single column?</title>
<link>https://aiforkids.in/qa/2823/which-attribute-used-merge-more-columns-form-single-column?show=2824#a2824</link>
<description>


&lt;p&gt;The correct option is&lt;strong&gt; Option&amp;nbsp;A Colspan.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A colspan attribute of &amp;lt;TD&amp;gt; tag is used to merge two or more columns to form a single column.&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2823/which-attribute-used-merge-more-columns-form-single-column?show=2824#a2824</guid>
<pubDate>Thu, 14 Jul 2022 11:43:38 +0000</pubDate>
</item>
<item>
<title>Answered: rowspan = n can be added to only which tag?</title>
<link>https://aiforkids.in/qa/2821/rowspan-n-can-be-added-to-only-which-tag?show=2822#a2822</link>
<description>The correct option is Option C &amp;lt;TD&amp;gt; tag.&lt;br /&gt;
rowspan = n can be added to only &amp;lt;TD&amp;gt; tag.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2821/rowspan-n-can-be-added-to-only-which-tag?show=2822#a2822</guid>
<pubDate>Thu, 14 Jul 2022 03:50:17 +0000</pubDate>
</item>
<item>
<title>Answered: Choose the correct HTML code to right align the content inside a table cell.</title>
<link>https://aiforkids.in/qa/2819/choose-correct-html-code-right-align-content-inside-table-cell?show=2820#a2820</link>
<description>The correct option is Option A &amp;lt;TD align =&amp;quot;right&amp;quot;&amp;gt;&lt;br /&gt;
(a) &amp;lt;TD align =&amp;quot;right&amp;quot;&amp;gt; It is the correct HTML code to right align the content inside a table cell.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2819/choose-correct-html-code-right-align-content-inside-table-cell?show=2820#a2820</guid>
<pubDate>Thu, 14 Jul 2022 03:39:29 +0000</pubDate>
</item>
<item>
<title>Answered: Combining two or more cells in a table on a web page is called</title>
<link>https://aiforkids.in/qa/2817/combining-two-or-more-cells-in-a-table-on-a-web-page-is-called?show=2818#a2818</link>
<description>The correct option is Option B Spanning.&lt;br /&gt;
Combining two or more cells in a table on a web page is called spanning.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2817/combining-two-or-more-cells-in-a-table-on-a-web-page-is-called?show=2818#a2818</guid>
<pubDate>Thu, 14 Jul 2022 03:35:51 +0000</pubDate>
</item>
<item>
<title>Answered: In the &lt;TD&gt; tag, TD stands for</title>
<link>https://aiforkids.in/qa/2815/in-the-td-tag-td-stands-for?show=2816#a2816</link>
<description>


&lt;p&gt;The correct option is &lt;strong&gt;Option A Table Data&lt;/strong&gt;.
&lt;br&gt;TD stands for Table Data, which specifies a cell or table data within a table.&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2815/in-the-td-tag-td-stands-for?show=2816#a2816</guid>
<pubDate>Thu, 14 Jul 2022 03:23:07 +0000</pubDate>
</item>
<item>
<title>Answered: Which of the following is not an attribute of &lt;TABLE&gt; tag?</title>
<link>https://aiforkids.in/qa/2813/which-of-the-following-is-not-an-attribute-of-table-tag?show=2814#a2814</link>
<description>


&lt;p&gt;The correct option is &lt;strong&gt;Option D&amp;nbsp;src&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;src (source) is not an attribute of &amp;lt;TABLE&amp;gt; tag.&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2813/which-of-the-following-is-not-an-attribute-of-table-tag?show=2814#a2814</guid>
<pubDate>Thu, 14 Jul 2022 03:17:01 +0000</pubDate>
</item>
<item>
<title>Answered: border, frame, cellspacing, cellpadding and align are the attributes of</title>
<link>https://aiforkids.in/qa/2811/border-frame-cellspacing-cellpadding-and-align-attributes?show=2812#a2812</link>
<description>


&lt;p&gt;The correct option is &lt;strong&gt;Option C &amp;lt;TABLE&amp;gt; tag&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;border, frame, cellspacing, cellpadding and align are the attributes of &lt;strong&gt;&amp;lt;TABLE&amp;gt; tag.&lt;/strong&gt;&lt;/p&gt;

</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2811/border-frame-cellspacing-cellpadding-and-align-attributes?show=2812#a2812</guid>
<pubDate>Thu, 14 Jul 2022 03:14:12 +0000</pubDate>
</item>
<item>
<title>Answer selected: The frame attribute contains __ types of values.</title>
<link>https://aiforkids.in/qa/2771/the-frame-attribute-contains-__-types-of-values?show=2772#a2772</link>
<description>Answer - Option(1)&lt;br /&gt;
&lt;br /&gt;
The frame attribute contains 9 types of values as :- &lt;br /&gt;
&lt;br /&gt;
void, above, below, hsides, ths, rhs, vsides, box, border.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2771/the-frame-attribute-contains-__-types-of-values?show=2772#a2772</guid>
<pubDate>Wed, 13 Jul 2022 09:25:17 +0000</pubDate>
</item>
<item>
<title>Answer selected: The two common attributes of the &lt;IMG&gt; and the &lt;TABLE&gt; tags are</title>
<link>https://aiforkids.in/qa/2779/the-two-common-attributes-of-the-img-and-the-table-tags-are?show=2780#a2780</link>
<description>Answer - Option (2)&lt;br /&gt;
&lt;br /&gt;
Height and width are two common attributes of the &amp;lt;IMG&amp;gt; tag and the &amp;lt;TABLE&amp;gt; tag.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2779/the-two-common-attributes-of-the-img-and-the-table-tags-are?show=2780#a2780</guid>
<pubDate>Wed, 13 Jul 2022 08:59:58 +0000</pubDate>
</item>
<item>
<title>Answered: Which attribute of the &lt;TABLE&gt; tag is used to set an image in the background of a table?</title>
<link>https://aiforkids.in/qa/2777/which-attribute-the-table-tag-used-set-image-background-table?show=2778#a2778</link>
<description>Answer - Option (4)&lt;br /&gt;
&lt;br /&gt;
bgcolor attribute is used to specify the background color of a table. By default, background color of a table is white.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2777/which-attribute-the-table-tag-used-set-image-background-table?show=2778#a2778</guid>
<pubDate>Wed, 13 Jul 2022 08:39:54 +0000</pubDate>
</item>
<item>
<title>Answered: Which of the following is an attribute of &lt;TABLE&gt; tag?</title>
<link>https://aiforkids.in/qa/2775/which-of-the-following-is-an-attribute-of-table-tag?show=2776#a2776</link>
<description>Answer - Option(1)&lt;br /&gt;
&lt;br /&gt;
Justify is not option used for aligning data in a table.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2775/which-of-the-following-is-an-attribute-of-table-tag?show=2776#a2776</guid>
<pubDate>Wed, 13 Jul 2022 08:34:09 +0000</pubDate>
</item>
<item>
<title>Answered: Which of the following is an attribute of &lt;TABLE&gt; tag?</title>
<link>https://aiforkids.in/qa/2773/which-of-the-following-is-an-attribute-of-table-tag?show=2774#a2774</link>
<description>Answer - Option(2)&lt;br /&gt;
&lt;br /&gt;
cellpadding is an attribute of &amp;lt;TABLE&amp;gt; tag. It is used to specify the space between the borders of the cell and contents of the cell.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2773/which-of-the-following-is-an-attribute-of-table-tag?show=2774#a2774</guid>
<pubDate>Wed, 13 Jul 2022 08:30:38 +0000</pubDate>
</item>
<item>
<title>Answered: The attribute used to set the border color of a table is</title>
<link>https://aiforkids.in/qa/2769/the-attribute-used-to-set-the-border-color-of-a-table-is?show=2770#a2770</link>
<description>Answer - (2)&lt;br /&gt;
&lt;br /&gt;
Bordercolor is used to set the border color of a table. This attribute is used within &amp;lt;TABLE&amp;gt; Tag.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2769/the-attribute-used-to-set-the-border-color-of-a-table-is?show=2770#a2770</guid>
<pubDate>Wed, 13 Jul 2022 08:17:36 +0000</pubDate>
</item>
<item>
<title>Answered: In order to add border to a table, border attribute is specified in which tag?</title>
<link>https://aiforkids.in/qa/2767/order-add-border-table-border-attribute-specified-which-tag?show=2768#a2768</link>
<description>Answer - Option(1)&lt;br /&gt;
&lt;br /&gt;
Border attribute is specified in &amp;lt;TABLE&amp;gt; tag, which is used to add border to a table.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2767/order-add-border-table-border-attribute-specified-which-tag?show=2768#a2768</guid>
<pubDate>Wed, 13 Jul 2022 08:12:54 +0000</pubDate>
</item>
<item>
<title>Answered: Which tag is used to add columns in the table?</title>
<link>https://aiforkids.in/qa/2763/which-tag-is-used-to-add-columns-in-the-table?show=2764#a2764</link>
<description>Answer - Option (2)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;TD&amp;gt; tag is used to add columns in the table. TD stands for table data.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2763/which-tag-is-used-to-add-columns-in-the-table?show=2764#a2764</guid>
<pubDate>Wed, 13 Jul 2022 08:02:58 +0000</pubDate>
</item>
<item>
<title>Answered: HTML tag for row is</title>
<link>https://aiforkids.in/qa/2761/html-tag-for-row-is?show=2762#a2762</link>
<description>Answer - Option (2)&lt;br /&gt;
&lt;br /&gt;
HTML tag for row is &amp;lt;TR&amp;gt;, which is used to create a new row of data in a table.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2761/html-tag-for-row-is?show=2762#a2762</guid>
<pubDate>Wed, 13 Jul 2022 07:58:10 +0000</pubDate>
</item>
<item>
<title>Answered: Which of these tags belong to table?</title>
<link>https://aiforkids.in/qa/2759/which-of-these-tags-belong-to-table?show=2760#a2760</link>
<description>&amp;lt;TABLE&amp;gt; , &amp;lt;TR&amp;gt; , &amp;lt;TD&amp;gt; tags are used with table.</description>
<category>Ch 3 Working with Tables in HTML</category>
<guid isPermaLink="true">https://aiforkids.in/qa/2759/which-of-these-tags-belong-to-table?show=2760#a2760</guid>
<pubDate>Mon, 11 Jul 2022 11:03:35 +0000</pubDate>
</item>
</channel>
</rss>