Advertisement
epicshawty

Untitled

Sep 7th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Tourism/Culture/Health</title>
  5. </head>
  6. <body>
  7. <font face="Arial">
  8. <center>
  9.     <br>
  10.     <br>
  11.     <br>
  12.     <br>
  13.     <br>
  14.     <br>
  15.     <font size="50">
  16.     <span style="color: #006A4E; font-weight: bolder;">B</span><span style="color: #006A4E; font-weight: bolder;">a</span><span style="color: #006A4E; font-weight: bolder;">n</span><span style="color: #F42A41; font-weight: bolder;">g</span><span style="color: #F42A41; font-weight: bolder;">l</span><span style="color: #F42A41; font-weight: bolder;">a</span><span style="color: #F42A41; font-weight: bolder;">d</span><span style="color: #006A4E; font-weight: bolder;">e</span><span style="color: #006A4E; font-weight: bolder;">s</span><span style="color: #006A4E; font-weight: bolder;">h</span>
  17.     </font>
  18.     <br>
  19.     <br>
  20.     <br>
  21.     <br>
  22.     <br>
  23.     <br>
  24.     <br>
  25.     <br>   
  26.     <a href="tourismpage.html"><input type="button" value="Tourism" class="button"></a>
  27.     <a href="culture.html"><input type="button" value="Culture"></a>
  28.     <a href="https://en.wikipedia.org/wiki/Health_in_Bangladesh"><input type="button" value="Health"></a>
  29.     <br>
  30.     <br>
  31.     <br>
  32.     <br>
  33.     <br>
  34.     <br>
  35. <style type="text/css">
  36.     button {
  37.         background-color: #4584EE;
  38.         color:#ffffff;
  39.         font-family: Arial;
  40.         padding: 5px 10px;
  41.         outline: 0px;
  42.         font-size: 14px;
  43.         text-decoration: none;
  44.         cursor: pointer;
  45.         margin: 0px;
  46.         background: -webkit-gradient(linear, left top, left bottom, from(#28bbe0), to(#10aad1));
  47.         background: -moz-linear-gradient(top, #28bbe0, #10aad1);
  48.         border: solid 1px #0076a3;
  49.         border-bottom-right-radius: 5px 5px;
  50.         border-bottom-left-radius: 5px 5px;
  51.         border-top-right-radius: 5px 5px;
  52.         border-top-left-radius: 5px 5px;
  53.     }
  54.     input {
  55.         background-color: #4584EE;
  56.         color:#ffffff;
  57.         font-family: Arial;
  58.         padding: 5px 10px;
  59.         outline: 0px;
  60.         font-size: 14px;
  61.         text-decoration: none;
  62.         cursor: pointer;
  63.         margin: 0px;
  64.         background: -webkit-gradient(linear, left top, left bottom, from(#28bbe0), to(#10aad1));
  65.         background: -moz-linear-gradient(top, #28bbe0, #10aad1);
  66.         border: solid 1px #0076a3;
  67.         border-bottom-right-radius: 5px 5px;
  68.         border-bottom-left-radius: 5px 5px;
  69.         border-top-right-radius: 5px 5px;
  70.         border-top-left-radius: 5px 5px;
  71.     }
  72. </style>
  73. <script type="text/javascript">
  74.     function play() {
  75.         var audio = document.getElementById('audio')
  76.         audio.play()
  77.     }
  78. </script>
  79. <button onclick="play()">Bangladesh SONG</button>
  80. <audio id="audio" src="banglaanthem.mp3"></audio>
  81.  
  82. </body>
  83. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement