Skip to content

Instantly share code, notes, and snippets.

@outoftime
Last active September 23, 2017 20:46
Show Gist options
  • Save outoftime/bb9e6571170515dbe3b489c60af04b64 to your computer and use it in GitHub Desktop.
Save outoftime/bb9e6571170515dbe3b489c60af04b64 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=bb9e6571170515dbe3b489c60af04b64
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My favorite musicians</h1>
<h2>Justin Bieber</h2>
<p><img src="https://www.fuse.tv/image/544533319a9551c444000080/316/316/justin-bieber.jpg"></p>
</body>
</html>

Images Practice

  1. Edit the HTML so that the heading and image are for your favorite musician
  2. Add two more musicians to the page (name and image)

If you finish early:

  • Make it so that each image links to a video of one of the musician’s popular songs (cliking on the picture should take you to the video)
  • Make it so that clicking the image opens the video in a new tab (you will need to Google this).
{"hiddenUIComponents":["editor.css","editor.javascript"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment