Advertisement
Guest User

Md Sujan Hossain

a guest
Aug 20th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.77 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>assignment5</title>
  5.         <link rel="stylesheet" type="text/css" href="style.css">
  6.     </head>
  7.     <body>
  8.         <div class="main_menu">
  9.             <ul>
  10.                 <li><a href="#"><span><img src="home.png"></span>Home</a></li>
  11.                 <li>
  12.                     <a href="#"><span><img src="c.png"></span>Video</a>
  13.                     <ul>
  14.                         <li><a href="#">Fun video</a></li>
  15.                         <li><a href="#">Islamik video<span><img src="4.png"></span></a>
  16.                             <ul>
  17.                                 <li><a href="#">Hamnth</a></li>
  18.                                 <li><a href="#">Oyaj</a></li>  
  19.                                 <li><a href="#">Quran</a></li> 
  20.                             </ul>
  21.                         </li>
  22.                     </ul>  
  23.                 </li>
  24.                 <li><a href="#"><span><img src="photo-camera.png"></span>Image</a>
  25.                     <ul>
  26.                         <li><a href="#">Natural Picture</a></li>
  27.                         <li><a href="#">Animals Picture</a></li>
  28.                         <li><a href="#">Birds picture</a></li>
  29.                     </ul>
  30.                 </li>
  31.                 <li><a href="#"><span><img src="speaker.png">Audio Song</a></li>
  32.                 <li><a href="#"><span><img src="cogwheel-outline(1) - Copy.png"></span>Register</a></li>
  33.             </ul>
  34.         </div>
  35.         <p>
  36.             I have a little problem with the menu, when I resize the window it just disappears, I have submitted a support ticket with a link to where I encountered the problem.I have a little problem with the menu, when I resize the window it just disappears, I have submitted a support ticket with a link to where I encountered the problem.I have a little problem with the menu, when I resize the window it just disappears, I have submitted a support ticket with a link to where I encountered the problem.
  37.             Also, to mention, online menu creator is nice, saves a lot of time .
  38.             Also, to mention, online menu creator is nice, saves a lot of time .
  39.             Also, to mention, online menu creator is nice, saves a lot of time .
  40.         </p>
  41.     </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement