Format:
Recent snippets matching tags of web dev
body { background-color: #000000; } .MainTitle /* Class */ { font-family: Arial, Helvetica, sans-serif; font-size: xx-large; color: #0000CC;
106 Views
no comments
<!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>JQuery for Absolute Beginners</title> <script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.5.1.js" type="text/javascript"></script> <!--<script src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.5.1.min.js" type="text/javascript"></script>--> <link href="Content/Play.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> $(document).ready(function () {
226 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
