Restaurant Menu


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <h1>Restaurant Menu List</h1>
  2. <dl class="menu-list">
  3. <dt>Menu Item 1</dt>
  4. <dd>description of item 1</dd>
  5. <dd class="price">$10</dd>
  6. <dt>Menu Item 2</dt>
  7. <dd>description of item 2</dd>
  8. <dd class="price">$10</dd>
  9. <dt>Menu Item 3</dt>
  10. <dd>description of item 3</dd>
  11. <dd class="price">$10</dd>
  12. <dt>Menu Item 4</dt>
  13. <dd>description of item 4</dd>
  14. <dd class="price">$10</dd>
  15. </dl>

URL: http://benackles.com/restaurant-menu

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.