Computer Science, asked by pankhuri8427, 3 months ago

answer the following questions if u know the answer
subject is computer
Lesson-3, Lists and tables in HTML5

1.______ attribute of list lets you reverse the order of the item list
2._______ table tag a column heading
3. A list inside another list is called as a
_____ list.
4. ______ property of list sets an image as the list item marker.
5. A collection of related elements is called as ______.
6. _______ property of table defines the space between the content of the table and the border.​

Answers

Answered by winnijay20
2

Answer:

1. The reversed attribute is a boolean attribute. When present, it specifies that the list order should be descending (9,8,7...), instead of ascending (1, 2, 3...).

2. The <th> tag defines the header cells in the table which are displayed as bold, center-aligned text. The <th> tag is a header cell that can appear in the first row of an HTML table.

3. A list within another list is called nested list

4. The list-style-image CSS property sets an image to be used as the list item marker. It is often more convenient to use the shorthand list-style

5. A set is a collection of objects. The objects are called the elements of the set

6. Cellpadding specifies the space between the border of a table cell and its contents (i.e) it defines the whitespace between the cell edge and the content of the cell

Explanation:

Mark my answer as the brainliest!

Answered by himanshubaghel83
1

Answer:

  1. HTML <ol> reversed
  2. don't know but I think it's <th>tag
  3. Nested list
  4. the list -style- image
  5. set
  6. cellpadding
Similar questions