This document was successfully checked as XHTML 1.0 Strict!

Result: Passed
:
: utf-8
: XHTML 1.0 Strict
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
Validators Donation 
Program LogoThe W3C validators rely on community support for hosting and development.
Donate and help us build better tools for a better web.
Options

Help on the options is available.

Congratulations

The document located at <http://www.bbk.ac.uk/~kmulle01/intma/index.html> was successfully checked as XHTML 1.0 Strict. This means that the resource in question identified itself as "XHTML 1.0 Strict" and that we successfully performed a formal validation using an SGML, HTML5 and/or XML Parser(s) (depending on the markup language used).

"valid" Icon(s) on your Web page

To show your readers that you have taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the HTML you could use to add this icon to your Web page:

Valid XHTML 1.0 
Strict
  <p>
    <a href="http://validator.w3.org/check?uri=referer"><img
        src="http://www.w3.org/Icons/valid-xhtml10"
        alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
  </p>
  

A full list of icons, with links to alternate formats and colors, is available: If you like, you can download a copy of the icons to keep in your local web directory, and change the HTML fragment above to reference your local image rather than the one on this server.

Linking to this result

If you would like to create a link to this page (i.e., this validation result) to make it easier to revalidate this page in the future or to allow others to validate your page, the URI is <http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bbk.ac.uk%2F~kmulle01%2Fintma%2Findex.html;ss=1> (or you can just add the current page to your bookmarks or hotlist).

Validating CSS Style Sheets

If you use CSS in your document, you can check it using the W3C CSS Validation Service.

↑ Top

Source Listing

Below is the source input I used for this validation:

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  5. <title>Aquatica Online Aquarium Supplies | Welcome</title>
  6. <meta name="Author" content="Kerry Mullenger" />
  7. <meta name="Keywords" content="aquatics, fish online, tropical fish, fancy fish, goldfish, marine fish" />
  8. <meta name="Description" content="Fancy Fish - Offers a wide range of cold water, tropical or marine fish for you to buy online and have delivered to your door." />
  9. <link rel="shortcut icon" type="image/ico" href="images/icon.ico" />
  10. <link rel="stylesheet" type="text/css" href="main.css" />
  11. <link rel="stylesheet" type="text/css" media="print" href="print.css" />
  12. </head>
  13. <!-- start of body -->
  14. <body id="container">
  15. <div id="wrap">
  16. <div id="header">
  17. <div id="logo">
  18. <a href="index.html"><img src="images/logo.jpg" alt="Fancy Fish Logo" width="250" height="81"/></a>
  19. </div>
  20. <div id="topnav">
  21. <a href="#" class="top">my basket</a> |
  22. <a href="jobs.html" class="top">jobs</a> |
  23. <a href="#" class="top">links</a> |
  24. <a href="sitemap.html" class="top">site map</a>
  25. </div>
  26. </div>
  27. <!-- start of main navigation -->
  28. <div id="global-nav">
  29. <ul>
  30. <li><a href="#" title="Home" id="current" class="active"><span>Home</span></a></li>
  31. <li><a href="#" title="About Us"><span>About Us</span></a></li>
  32. <li><a href="products.html" title="Our Products"><span>Our Products</span></a></li>
  33. <li><a href="#" title="Advice"><span>Advice</span></a></li>
  34. <li><a href="#" title="Contact Us"><span>Contact Us</span></a></li>
  35. </ul>
  36. </div>
  37. <!-- end of main navigation -->
  38. <!-- start of content -->
  39. <div id="content">
  40. <h1>Welcome to Aquatica Online Aquarium Supplies</h1>
  41. <p> Welcome to Aquatica, your first stop in online shopping for aquarium supplies.</p>
  42. <h2 class="title">What are we about?</h2>
  43. <img src="images/tank.jpg" alt="Marine Fish Tank" class="right" width="410" height="293" />
  44. <p>'Aquatica' was first established three years ago after a love for all things marine and tropical turned from a hobby to a profession for a small Surrey household. The founders of 'Aquatica', hope to share their love for aquatics by ensuring that all produce is affordable and delivered straight to your doorstep, whilst supplementing this service by offering helpful and easy-to-follow advice online.</p>
  45. <p>Click <a href="#">here</a> to read further about Aquatica Online Aquarium Supplies.</p>
  46. <h2 class="title">Why aquatics?</h2>
  47. <p>After years of owning pets of all shapes and sizes, the team at 'Aquatica' came to realise that fish of all varieties were the most relaxing and therapeutic of them all. These beautiful, cold-blooded, scaly vertebrates could not be further related from the average human, therefore providing a fascinating insight to a whole new world that can be enjoyed in the family home by both adults and children alike. </p>
  48. <p> Click <a href="#">here</a> to read more about what you should be considering when setting up an aquarium.</p>
  49. <br />
  50. </div>
  51. <!-- end of main content -->
  52. <div id="clear"></div>
  53. <!-- start of footer -->
  54. <div id="footer">
  55. <p><a href="#" class="foot">Home</a> | <a href="#" class="foot">About Us</a> | <a href="products.html" class="foot">Our Products</a> | <a href="#" class="foot">Advice</a> | <a href="#" class="foot">Contact Us</a> | <a href="jobs.html" class="foot">Jobs</a> | <a href="#" class="foot">Links</a> | <a href="sitemap.html" class="foot">Site map</a></p>
  56. <p>&copy; 2010 Aquatica</p>
  57. <p>Valid <a href="http://validator.w3.org/check?uri=referer" class="foot">XHTML Strict</a> &amp; <a href="http://jigsaw.w3.org/css-validator/check/referer" class="foot">CSS 2.1</a></p>
  58. </div>
  59. <!-- end of footer -->
  60. </div>
  61. </body>
  62. <!-- end of body -->
  63. </html>

↑ Top