Computer Science, asked by Anonymous, 6 months ago

plz give me a short coding for html​

Answers

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