Turn This Into HTML code
Attachments:
Answers
Answered by
1
Answer:
!DOCTYPE html>
<html>
<head>
<title>Computer Project</title>
<h1>Mobile Operating System</h1>
<p>1.Android <br> 2.Black Berry <br> 3.I phone <br> 4. Windows phone</p>
<h2> Mobile Manufactures </h2>
<p>1.Samsung <br> 2.HTC <br> 3.Micromax <br> 4.Apple
</head>
<body>
</body>
</html>
This is the latest version of 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 yourself.
Hope this helps!
Similar questions