Computer Science, asked by kbkrishnapriya01, 11 months ago

Pick the odd out
(A) table
(B)tr
(C)TD
(D)form

Answers

Answered by smartbrainz
1

The odd out Answer is (D)Form

Explanation:

An HTML form is used to enter data by the user which is sent to a server for processing. An HTML form contains form elements.

The <table> tag is a block element used to create a table. It is useful when you want to represent data using rows and columns. The basic elements that make up a table include <th>, <td>, and <tr>.

The <tr> tag defines a row in an HTML table. A <tr> element contains one or more <th> or <td> elements.  

The <td> tag, or "table data" tag, create table cells within a table row in an HTML table. This is the HTML tag that contains any text and images.

Answered by lovingheart
0

Answer:

Option D – form

Explanation:

The given answers belong to HTML.

Table tag is used to create table in an HTML Program / web page

TR tag is used to create rows in a table. Its called Table Row

TD tag is used to create individual cell data. It is termed as Table data

Form is a tag which is used to create HTML Forms. The form can contain text-fields, checkbox, radio button etc.

So Table, tr, td belongs to table tags in HTML and form does not belong.

Similar questions