Computer Science, asked by harpreetkaur58, 6 months ago

True or False
(1 Mark each)
7 CSS is a markup language used for describing the
presentation of a document.
8 The valign attribute determines the placement of
content in a cell.
9 A form enables user to enter or view data in the
database easily​

Answers

Answered by humendra71
0

Answer:

Attributes

This element includes the global attributes.

colspan

This attribute contains a non-negative integer value that indicates for how many columns the cell extends. Its default value is 1. Values higher than 1000 will be considered as incorrect and will be set to the default value (1).

headers

This attribute contains a list of space-separated strings, each corresponding to the id attribute of the <th> elements that apply to this element.

rowspan

This attribute contains a non-negative integer value that indicates for how many rows the cell extends. Its default value is 1; if its value is set to 0, it extends until the end of the table section (<thead>, <tbody>, <tfoot>, even if implicitly defined), that the cell belongs to. Values higher than 65534 are clipped down to 65534.

Deprecated attributes

abbr

This attribute contains a short abbreviated description of the cell's content. Some user-agents, such as speech readers, may present this description before the content itself.

Note: Do not use this attribute as it is obsolete in the latest standard. Alternatively, you can put the abbreviated description inside the cell and place the long content in the title attribute.

align

This enumerated attribute specifies how the cell content's horizontal alignment will be handled. Possible values are:

left: The content is aligned to the left of the cell.

center: The content is centered in the cell.

right: The content is aligned to the right of the cell.

justify (with text only): The content is stretched out inside the cell so that it covers its entire width.

char (with text only): The content is aligned to a character inside the <th> element with minimal offset. This character is defined by the char and charoff attributes

Similar questions