Skip to content

Instantly share code, notes, and snippets.

@jackrr
Last active October 14, 2017 18:11
Show Gist options
  • Select an option

  • Save jackrr/05851ef2f694b1a714a144f199cd3fba to your computer and use it in GitHub Desktop.

Select an option

Save jackrr/05851ef2f694b1a714a144f199cd3fba to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=05851ef2f694b1a714a144f199cd3fba
<!DOCTYPE html>
<html>
<head>
<title>IDs Practice</title>
</head>
<body>
<p id="one">one</p>
<p id=" ">two</p>
<p id=" ">three</p>
<p id=" ">four</p>
<p id=" ">five</p>
</body>
</html>
#one {
background-color: red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment