Return to Snippet

Revision: 36577
at November 23, 2010 13:11 by vedgiee


Initial Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title></title>
		<link rel="stylesheet" type="text/css" href="main.css" />
		<style type="text/css">
		body {
			
		}
		#wrapper{
		
		}		
		</style>		
		<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
		<script type="text/javascript">
			$(document).ready(function () {
				
			});
		</script>
		
		
	</head>
	<body>
	
	<div id="wrapper">
	
	</div>
	
	</body>
</html>

Initial URL


Initial Description


Initial Title
BLANK HTML with Inline CSS and Jquery

Initial Tags


Initial Language
HTML