pLZ TELL HTML CODE OF THIS PLZ TELL FAST
Attachments:
Answers
Answered by
1
Answer:-
This is the required code for this output. For verification, check out the attachment.
<!DOCTYPE html>
<html>
<head>
<title>
Lists
</title>
</head>
<body>
<ul type="square">
<li>Search engine
<ol type="I">
<li>Google
<li>Yahoo
<li>Rediff
<li>Ask
</ol>
<li>Web Browser
<ol type="a">
<li>Google Chrome
<li>Opera
<li>Mozilla Firefox
<li>Internet Explorer
</ol>
</ul>
</body>
</html>
Attachments:
Similar questions