plz give me a short coding for html
Answers
Answered by
0
Answer:
Here you go!!!
Explanation:
<html>
<head>
<title>Fruits</title>
</head>
<body> <font color= blue face= arial> Here are some fruit name: </font>
<ol>
<li>Apple</li>
<li>Orange </li>
<li>Banana</li>
</ol>
</body>
</html>
Similar questions