Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rssilva
Last active December 11, 2015 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rssilva/4600801 to your computer and use it in GitHub Desktop.
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