Computer Science, asked by anwesha888, 4 months ago

Write the syntax of the following tags

1. <ol>

2. <ul>

3. <dl>

4. <li>

5. <Img>​

Answers

Answered by himanshu2006vps
1

Answer:

1)<ol>

<li>Item1</li>

<li>Item2</li>

<li>Item3</li>

</ol>

2)<ul> list of items </ul>

3)<dl> Contents... </dl>

4)<li> Item </li>

5)<img src="url" alt="some_text">

Similar questions