Advertisement
Guest User

my html

a guest
May 14th, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.60 KB | None | 0 0
  1. <nav>
  2.     <a href="index.html">
  3.         <img class="menu_button" src="images/home_button.jpg" width="233" height="50" alt="home button">
  4.     </a>
  5.     <a href="overview.html">
  6.         <img class="menu_button" src="images/overview_button.jpg" width="233" height="50" alt="overview button">
  7.     </a>
  8.     <a href="tools.html">
  9.         <img class="menu_button" src="images/tools_button.jpg" width="233" height="50" alt="tools button">
  10.     </a>
  11.     <a href="tutorials.html">
  12.         <img class="menu_button" src="images/tutorials_button.jpg" width="233" height="50" alt="tutorials button">
  13.     </a>
  14. </nav>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement