Skip to content

Instantly share code, notes, and snippets.

@sarahzinger
Created May 8, 2017 22:16
Show Gist options
  • Save sarahzinger/ad3650a15468a0490720430d515176ea to your computer and use it in GitHub Desktop.
Save sarahzinger/ad3650a15468a0490720430d515176ea to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=ad3650a15468a0490720430d515176ea
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Best song of 2016</h1>
<img src="http://www.thesetonian.com/wp-content/uploads/2016/02/beyonce.jpg" >
<a href="https://www.youtube.com/watch?v=40020b94Avk">Beyonce - Formation</a>
<h1>Best song of 2017</h1>
<img src="https://image.freepik.com/free-icon/question-mark_318-52837.jpg" >
<a href="???">Artist - Song Name</a>
</body>
</html>
img {
height: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment