Computer Science, asked by sanjeevsaha, 7 months ago

i) Your teacher wants you to add the list of top five fat burning fruits in the Healthy Fruits.html page, as shown in the following figure:
There are many fruits which can help you to burn fat.
List of Top 5 Fat-Burning Fruits
A Avocado
B. Coconut
C Lemons
D. Grapefruit
E Tomato
Write the code snippet to perform this task.​

Answers

Answered by TheMoonlìghtPhoenix
3

Answer:

Explanation:

<html>

<head>

<title> Healthy Fruits </title>

</head>

<body>

<h1 align="center"> Healthy Fruits </h1>

<h3>There are many fruits which can help you to burn fat.</h3>

<h3>List of Top 5 Fat-Burning Fruits </h3>

<ol type="A">

<li>Avocado

<li>Coconut

<li>Lemons

<li> Grapefruit

<li>Tomato

</ol>

</body>

</html>

To add more beautification to your website:-

  • <img src> to insert image
  • <marquee> for movable text
  • <mark> for highlighted text
  • <font face> for different font types.

Vamprixussa: Awesome !
TheMoonlìghtPhoenix: Thank you!
Answered by arundhatimishra4640
1

Explanation:

see the attached image above

hope this will help you

thanks for ASKING questions to us

have a nice day AHEAD

Attachments:
Similar questions