Skip to content

Instantly share code, notes, and snippets.

@rssilva
Last active December 11, 2015 12:28
Show Gist options
  • Select an option

  • Save rssilva/4600801 to your computer and use it in GitHub Desktop.

Select an option

Save rssilva/4600801 to your computer and use it in GitHub Desktop.
Post number 22 on dailydevtips.com!
<html>
<head>
<link rel="stylesheet" type="text/css" href="callback.css">
<script type="text/javascript" src="callback.js"></script>
</head>
<body>
<div id="mainDiv">
<button>Botao 1</button>
<button>Botao 2</button>
<button>Botao 3</button>
<ul>
<li>Elemento List 1</li>
<li>Elemento List 2</li>
<li>Elemento List 3</li>
</ul>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment