-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 854 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<body>
<h1>Steaks</h1>
<p>This is a page by Julie</p>
<h2>How to make steak</h2>
<p>You can make a steak by cooking it in the oven or on a pan.</p>
<p>Some people like to make steak on a BBQ outside.</p>
<img src="https://iamafoodblog.b-cdn.net/wp-content/uploads/2021/02/how-to-cook-steak-1061w.jpg" width="500">
<h3>Ingredients:</h3>
<ul>
<li>Steak</li>
<li>Salt</li>
<li>Pepper</li>
<li>Butter</li>
</ul>
<br>
<img src="https://www.simplyrecipes.com/thmb/rMQZ7dlF5MmhOmU3JHLmYvDGGZQ=/1777x1333/smart/filters:no_upscale()/__opt__aboutcom__coeus__resources__content_migration__simply_recipes__uploads__2019__05__Sous-Vide-Steak-LEAD-3-33b9edd4bc1c47faa86fd74e18b59cc8.jpg" width="700" >
</body>
</html>