-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomeworkassignment #2.html
44 lines (33 loc) · 1.29 KB
/
homeworkassignment #2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<title>my recipie</title>
<meta charset="UTF_8">
</head>
<body>
<!-- heading of recipie -->
<h1> Recipie Rice</h1>
<!-- this paragraph explain my recipie -->
<p>
My favourite food is rice . I like to eat it very much.Eating rice is a bliss. Ask any rice lover.There is no better
comfort tahan a plate of rice.I like because itis good for digstion . i eat rice in a day 2 time. i like him very much
Rice is predominantly a staple food for most Asian countries and it happens to be one of the majorly consumed cereal grains across the world.
Right from white rice to brown rice to the nutrient-dense black rice and red rice, there are several variants of rice and each
one has something good or bad about it.
</p>
<!-- end of paragraph tag -->
<!-- Some images about recipie-->
<ul>
<li > <img src = "a.png" alt="error"> </li>
<li> <img src = "b.png" alt="error"> </li>
</ul>
<!-- list of emoji about recipie -->
<ol>
<li>It is so delicious 😋 </li>
<li>i love him very much 😍 </li>
<li>whwn i saw it i fell awesome 🤩 </li>
<li> ooohhhhhh ! -- rice 😃</li>
<li>Deliciou 😘</li>
</ol>
</body>
</html>