Skip to content

Instantly share code, notes, and snippets.

@sarahzinger
Created November 10, 2016 01:38
Show Gist options
  • Save sarahzinger/70a221c28b0f835f3435b8857085f78a to your computer and use it in GitHub Desktop.
Save sarahzinger/70a221c28b0f835f3435b8857085f78a to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=70a221c28b0f835f3435b8857085f78a
<!DOCTYPE html>
<html>
<head>
<title>Spot the Bug!</title>
<!--
There are 3 problems with this code, can you find them?
-->
<img class="bugclass" src="http://img.xcitefun.net/users/2010/02/150372,xcitefun-cute-colorful-bug-and-its-face-14.jpg"/>
</head>
<body>
<h4>The best ranked bugs in the whole world</h4><h4>
<ol>
<li>
This one
</li>
<li>
Really? There is no competition
</li>
</ol>
</body>
</html>
.bug {
width: 500px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment