Computer Science, asked by alok32894, 4 months ago

State whether the following statements are True or False.
1. For numbered ordered lists the tag is <UL>.
2. An ordered list starts with the <ol> tag.
3. The <TABLE> tag uses <TR> tag for table data.​

Answers

Answered by anindyaadhikari13
2

Answer:

  1. For numbered ordered lists, we use <ul> tag. - False.
  2. An ordered list starts with the <ol> tag - True.
  3. The <table> tag uses <tr> tag for table data - False.

Corrected Statement:

  • For numbered ordered lists, we use <ol> tag.
  • The <table> tag uses <td> tag for table data.

Learn More:

  • Types of list: In HTML, there are three kinds of list. They are - (i) Ordered List. (ii) Unordered List and (iii) Definition List.
  • Ordered list is a numbered list of various items. To create ordered list in HTML, the <ol> tag is used.
  • Unordered list is typically a bulleted list. To create unordered list of items, the <ul> tag is used.
  • The definition list displays element with their meaning in the form of dictionary. Three tags are used to create definition list- <dl>, <dd> and <dt>. <dl> defines the definition list, <dd> defines the item to be described and <dt> describes the definition of the item.
Answered by chaitanyatupe84
0

Answer:

False

true

false

o

Explanation:

i thing it is right

Similar questions