Skip to content

Instantly share code, notes, and snippets.

@courtney-scripted
Created August 23, 2017 21:42
Show Gist options
  • Save courtney-scripted/fe24d428132ac9d2c43948b184b929fd to your computer and use it in GitHub Desktop.
Save courtney-scripted/fe24d428132ac9d2c43948b184b929fd to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=fe24d428132ac9d2c43948b184b929fd
<!DOCTYPE html>
<html>
<head>
<title>HTML Links and Images</title>
</head>
<body>
<h1>Best Webpage of 2016</h1>
<img src="http://www.arborbrothers.org/wp-content/uploads/2016/08/scripted_primary_mark_orange.png" >
<a href="https://scripted.org/">ScriptEd.org</a>
<h1>Best Webpage of the Year</h1>
<img src="https://image.freepik.com/free-icon/question-mark_318-52837.jpg" >
<a href="???">And the winner is...</a>
</body>
</html>
img {
height: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment