Computer Science, asked by Harshilpgowda2626, 2 months ago

1.<ol>
2.<ul>
3.<marquee>
4.<img>
5.<li>​

Answers

Answered by MrTSR
0

HTML Tags -

  1. <ol> is a tag which is used to define order list. This tag is used to create a list of related items, in a specific order.
  2. <ul> is a tag which is used to define unordered list. This tag is used to create a list of related items, in no particular order.
  3. <marquee> tag is used to scroll image or text either horizontally or vertically.
  4. <img> tag is used to insert image in HTML.
  5. <li> tag is used to define a list item.
Similar questions