Computer Science, asked by princess0413, 1 month ago

1). A database object that facilitates the user to enter ,delete and view data in a table.
2). Name the tag used to create a defination list?
3). Name the attribute that lets the item get arranged in reverse order ?
4). Condition on the basis of which the data of the table will be filtered in the Query result ?

Answers

Answered by genius7999
3

Answer:

2. <dl>

3. 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...

Explanation:

Similar questions