We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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>