write an html script to display the list of universities in a form
Answers
Answered by
0
Answer:
refer to the answer...
Explanation:
<html>
<head>
<title>
List of universities
</title>
</head>
<body>
<ol>
this is the place where you can write the names of universities....
</ol>
</body>
</html>
Similar questions