create an html code for inserting orderd list and unorderd list in the same page
Answers
Answered by
1
<html>
<head>1234</head>
<title>hello</title>
<body>
<ol>
<li>abhi
<li>arch etc
</ol>
<ul>
<li>12
<li>34 etc
</ul>
</body>
</html>
Answered by
1
<html>
<head>1234</head>
<title>hello</title>
<body>
<ol>
<li>abhi
<li>arch etc
</ol>
<ul>
<li>12
<li>34 etc
</ul>
</body>
</html>
MARK IT AS BRAINIEST BUDDY :)
Similar questions