Computer Science, asked by gladsmoen87, 6 months ago

Write the HTML code to create the following ordered list.

plz answer and I will mark as Brainliest ​

Attachments:

Answers

Answered by panavdeepsinghroopro
2

Answer:

<ol type = "A">

<li>Visual Basic</li>

<li>MS-Office</li>

<li>HTML</li>

<li>Adobe Photoshop</li>

<\ol>

Answered by Shresth9Choudhary
1

Answer:

<html>

<head>

<title>Ordered list</title>

</head>

<body>

<font color=blue>

<ol type=A>

<li>Visual Basic</li>

<li>MS-Office</li>

<li>HTML</li>

<li>Adobe Photoshop</li>

</ol>

</font>

</body>

</html>

Please mark me as the brainliest

Similar questions