Skip to content

Instantly share code, notes, and snippets.

@denk0403
Last active April 27, 2021 00:08
Show Gist options
  • Save denk0403/4720532 to your computer and use it in GitHub Desktop.
Save denk0403/4720532 to your computer and use it in GitHub Desktop.
<!-- Favorite Foods -->
<!DOCTYPE html>
<html>
<head>
<title>Favorite Foods</title>
<!-- A link to your CSS stylesheet would go here. -->
<!-- A link to your JavaScript files would go here. -->
</head>
<body>
<h1>My Favorite Foods<h1>
<h3>by Dennis Kats</h3>
<p>The <strong>Bold </strong>word indicates my most favorite food.<p>
<ul>
<li><strong> <a href="http://en.wikipedia.org/wiki/Pancake" title="PANCAKES!!!">PANCAKES!!!</a></strong>- They are delicious when eaten with apples <em>(which brings me to my next favorite)</em></li>
<li> Apples, oranges, and other <a href="http://en.wikipedia.org/wiki/Citrus" title="Citrus Wiki Link">citruses</a>- I like sweet things</li>
<li> All types of Chicken and Turkey- Meat with ketchup is good and it is why I love Mcdondalds</li>
<li> Bread with lox <em>(Wierd but tastey)- I don't know why I like it</em></li>
<li> FINALLY, <a href="http://en.wikipedia.org/wiki/Ice_cream" title="Ice cream Wiki Link">Ice cream</a>- I like sweet things.</li>
</ul>
<img src="http://www.umawylde.com/wp-content/uploads/2009/02/rolled_pancakes_jpg_949129a10414c31a3cd52f21d75fb2d0.jpg">
<h2>PANCAKES!!! (<em>rolled up</em>)</h2>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment