Skip to content

Instantly share code, notes, and snippets.

@marsrvr
Created January 27, 2019 00:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marsrvr/57b6016df2d580a25e6669993eb82497 to your computer and use it in GitHub Desktop.
Save marsrvr/57b6016df2d580a25e6669993eb82497 to your computer and use it in GitHub Desktop.
IvanOnTech Academy Smart Contract Programming Course HTML and Web Section Web Page with Image Homework
<html>
<head>
<title>This is a GREAT Website!</title>
</head>
<body>
<h1>This is the Title</h1>
<h2>This is a Smaller Title</h2>
<h3>This is an Even Smaller Title</h3>
<p> Welcome to Ivan on Tech coding course</p>
<h1> Our list!</h1>
<ul>
<li>Step one</li>
<li>Step two</li>
<li>Step three</li>
</ul>
<br>
<img src="https://cdn.pixabay.com/photo/2018/02/04/10/59/astronaut-3129587_960_720.jpg" >
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment