Skip to content

Instantly share code, notes, and snippets.

@juliocc
Last active August 29, 2015 14:10
Show Gist options
  • Save juliocc/ba0179b8b1cc73520b57 to your computer and use it in GitHub Desktop.
Save juliocc/ba0179b8b1cc73520b57 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>My first web page</title>
</head>
<body>
<p id="p1">Paragraph 1</p>
<p id="p2" class="a">Paragraph 2</p>
<p id="p3" class="a">Paragraph 3</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment