Skip to content

Instantly share code, notes, and snippets.

@marsrvr
Created January 26, 2019 18:53
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/bb5b60a502b1347d78fe02e746156cf3 to your computer and use it in GitHub Desktop.
Save marsrvr/bb5b60a502b1347d78fe02e746156cf3 to your computer and use it in GitHub Desktop.
IvanOnTech Academy Smart Contract Programming Course HTML and Web Section Webpage with List Assignment.
<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>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment