turn this into HTML code
Attachments:
Answers
Answered by
3
Answer:
Explanation:
<HTML>
<HEAD>
</HEAD>
<BODY>
<OL>
<LI>ANDROID
<LI>BLACK BERRY
<LI>I PHONE
<LI>WINDOWS PHONE
</OL>
<H3><U> MOBILE MANUFACTURERES </U></H3>
<UL>
<LI>SAMSUNG
<LI>H T C
<LI>MICROMAX
<LI>APPLE</UL>
</BODY>
<HTML>
Answered by
0
Answer:
This question is related to ordered and unordered list in HTML. Here is a good explanation on ordered and unordered list with clear examples.
https://codewithrasbin.com/html-for-beginners-course-lesson-7-ordered-and-unordered-list-in-html/
After reading this, you will be able to understand clearly and write code to produce this output.
Hope this helps!
Similar questions