Saturday, October 20, 2012

one by one

Madam was calling us one by one in front to present our AJAX and JQUERY.
Part of the coding that I used in my AJAX and JQUERY
<!doctype html>
<html>
<head>
<title>my website</title>
<link rel="stylesheet" href="css/styles.css"/>
<script src="js/jquery.js"></script>
<script src="js/general.js"></script>
</head>
<table border="1">
<tr>
<body>
<td><ul id="nav">
<li><a href="index">Home</a></li>
<li><a href="about">About me</a></li>
<li><a href="contact">Contact</a></li>
</ul></td>
</tr>
        </table>
<table border="1">
<tr>
<td><div id="content"></div></td>
</tr>
    </table>
</body>
</html>

No comments:

Post a Comment