Please Write This Html For This Output
Attachments:
Answers
Answered by
3
Answer:
<! doctype html>
<html>
<head>
<tittle>mobile details</tittle>
<style>
body
bgcolour : blue;
font colour : blue;
font : arial;
font : size 5;
</head>
<body>
<ul>
<li>mobile operating system</li>
</ul>
<ol>
<li>android</li>
<li>blackberry</li>
<li>iphone</li>
<li>windows phone</li>
<ul>
<li>mobile manufacturers</li>
</ul>
<ol>
<li>samsung</li>
<li>httc</li>
<li>micromax</li>
<li>apple</li>
</ol>
</body>
</html>
I am in this field only so you can trust me
Similar questions