Computer Science, asked by akshaysnaik04, 5 months ago

write an html script to display the list of universities in a form​

Answers

Answered by ar0587835
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