Skip to content

Tutorial layout html

marick edited this page Jul 11, 2011 · 2 revisions

This is HTML used in Table and layout tutorial, part 2: resources and selectors.

<!DOCTYPE html>
<html>
<head>
    <title>Critter4Us</title>
    <link href="/css/reset.css" rel="stylesheet" type="text/css">
    <script src="/js/jquery.js" type="text/javascript"></script>
    <script src="/js/c4.js" type="text/javascript"></script>
    <script id="jquery_code" type="text/javascript">
        <!--jquery-->
    </script>
</head>
<body>
    <div id="wrapper">
       <!--body-->
    </div>
</body>
</html>