Skip to content

Commit 7b51ed5

Browse files
committed
update index.html
1 parent e6f18fa commit 7b51ed5

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

images/Tomato.jpg

94.6 KB
Loading

index.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
Hello World
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Growing Tomato Plants</title>
5+
</head>
6+
<h3>Getting Started</h3>
7+
<body>
8+
<p>To grow healthy tomato plants, you will need the following:
9+
<ul>
10+
<li>Lots of sunlight</li>
11+
<li>Well drained soil</li>
12+
<li>Stakes or cages</li>
13+
<li>Tomato seeds</li>
14+
<li>A source of water</li>
15+
</ul>
16+
</p>
17+
<img src="images/Tomato.jpg" alt="Tomato"/>
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)