Skip to content

Instantly share code, notes, and snippets.

@arunpjohny
Created September 13, 2012 09:33
Show Gist options
  • Save arunpjohny/3713202 to your computer and use it in GitHub Desktop.
Save arunpjohny/3713202 to your computer and use it in GitHub Desktop.
HTML markup samples
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/themes/redmond/jquery-ui.css" />
<link rel="stylesheet" type="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.js"></script>
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/js/bootstrap.min.js"></script>
</head>
<body>
</body>
<script>
$(document).ready(function(){
});
</script>
</html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/themes/redmond/jquery-ui.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.js"></script>
</head>
<body>
</body>
<script>
$(document).ready(function(){
});
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment