Computer Science, asked by tapankanjaka12, 1 month ago

The align attribute of <Table> tag refers to
placement of the
table in relation to the window screen.
(a) Vertical
(b) horizontal
(c) Both a and b
(d) None of these
Choose the best suitable input type to input gender from the user:
(a) Text
(b) Submit
(c) checkbox
(d) Radio

Answers

Answered by rajesh010375
1

Answer:

Answer of A is

Both A and B

Answer of B is

Text

Answered by ashutoshmishra3065
0

Answer:

Explanation:

Table:

The HTML table architecture enables authors to organize data into rows and columns of cells, including text, preformatted text, graphics, links, forms, form fields, other tables, etc.

Each table may contain a caption that describes the function of the table briefly (see the CAPTION element). For the advantage of users of speech- or Braille-based user agents, a fuller description may also be offered (through the summary attribute).

Table rows can be divided into sections for the head, foot, and body (via the THEAD, TFOOT and TBODY elements, respectively). Row groups highlight this structure and transmit additional structural information when presented by user agents. User agents may take advantage of the head/body/foot division to provide body section scrolling separate from the head and foot segments. The head and foot information may be repeated on each page that contains table data when printing lengthy tables.

In order to give user agents more structural information that they can use, authors may also group columns. The COLGROUP and COL elements allow writers to declare column properties at the beginning of a table declaration, allowing user agents to render the table progressively rather than having to wait for all of the table data to arrive.

Data or "header" information may be present in table cells (see the TH element) (see the TD element). There may be several rows and columns of cells. The HTML 4 table architecture enables writers to label each cell, making it easier for non-visual user agents to inform the user of the cell's heading. These tools not only significantly help individuals with visual impairments, they enable tables to be handled by multi-modal wireless browsers with constrained display capabilities (such Web-enabled pagers and phones).

Tables shouldn't be utilized only for document content layout since this could cause issues with rendering to non-visual media. These tables may also need users to scroll horizontally when combined with images to view a table created on a system with a wider display. Authors should control layout with style sheets rather than tables to reduce these issues.

The align attribute of <Table> tag refers to placement of the table in relation to the window screen.

Both a and b

Choose the best suitable input type to input gender from the user:

Text

#SPJ2

Similar questions