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