[www-validator] <none>

Not sure why this validated. It's quite a mess of missing tags.

<!DOCTYPE html>
<html>
<head>
  <!--
   Margaret Awan
   Date: 09/19/2017
   Filename: ct_menu.html
   -->
   <title>Menu</title>
   <meta charset="utf-8">
   <link href="ct_base.css" rel="stylesheet" />
     <link href="ct_layout2.css" rel="stylesheet" />
   </head>
   <header>
    <a href="ct_start.html"><img src="ct_logo2.png" alt="Curbside Thai"></a>
    <nav>
    <ul>
    <li><a href="ct_about.html">About</a></li>
  <li><a href="ct_locations.html">Locations</a></li>
  <li><a href="ct_menu.html">Menu</a></li>
  <li><a href="ct_reviews.html">Reviews</a></li>
  <li><a href="ct_catering.html">Catering</a></li>
  <li><a href="ct_contact.html">Contact</a></li>
    </ul>
</nav>


    </header>
     <article>
     <h1>Mobile Menu</h1>

     <dl>
     <dt>Basil Beef Sesame Salad</dt>
  <dd>Spicy Angus beef and sweet basil on top of fresh spring mix,
  red cabbage, carrot, cucumber and tomatoes; served with
  sesame vinaigrette ($9.95)</dd>
<dt>Curbside Rice</dt>
  <dd>Stir-fried rice with onions, red bell peppers, peas and
  carrots, garnished with red cabbage, cucumbers, scallions,
  and fried garlic ($6.50); add chicken ($8.50)
  or shrimp ($9.50)</dd>
<dt>Garlic Pepper Pork</dt>
  <dd>Marinated pork stir-fried with fresh garlic and pepper;
  served with steamed Jasmine rice, red cabbage, carrot,
  cucumbers, scallions, and fried garlic ($8.50)</dd>
<dt>Pad Thai</dt>
  <dd>Stir-fried rice noodles with bean sprouts and chives,
  garnished with red cabbage, carrot,
  scallions, lime, and crushed peanuts ($7.50);
  add chicken ($8.50) or shrimp ($9.50)</dd>
<dt>Thai Red Curry</dt>
 <dd>Traditional red curry sauce cooked in coconut milk with
  bamboo shoots, fresh basil, lime, and Thai chili and
  served on a bed of steamed Jasmine rice ($7.50); add
  chicken ($8.50) or shrimp ($9.50)</dd>
   </dl>

  </article>

Received on Thursday, 21 September 2017 08:29:48 UTC