Created
August 23, 2017 21:42
-
-
Save courtney-scripted/fe24d428132ac9d2c43948b184b929fd to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=fe24d428132ac9d2c43948b184b929fd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
img { | |
height: 100px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment