Advertisement
rootUser

test

Jul 19th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.24 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.    
  4.     <head>
  5.        
  6.         <title>
  7.             Bangladesh Highlights
  8.         </title>
  9.        
  10.     </head>
  11.    
  12.     <body bgcolor="#000000">
  13.        
  14.         <header>
  15.             <h1 style="color:red;">
  16.                 Bangladesh Highlights :
  17.             </h1>
  18.             <h2 style="color:orange;">
  19.                 GEOGRAPHY :
  20.             </h2>
  21.         </header>
  22.        
  23.         <img src="map.jpg" alt="BANGLADESH MAP" style="color:green;" />
  24.        
  25.         <p align="justify" style="color:red;background-color:white;font-style:italic">
  26.  
  27.             Bangladesh, on the northern coast of the Bay of Bengal, is surrounded by India, with a small common border with Myanmar in the southeast. The country is low-lying riverine land traversed by the many branches and tributaries of the Ganges and Brahmaputra rivers. Tropical monsoons and frequent floods and cyclones inflict heavy damage in the delta region.
  28.  
  29.            
  30.             <br/>
  31.         </p>
  32.        
  33.     </body>
  34.    
  35. </html>
  36.  
  37. <!--
  38. http://www.w3schools.com/html/html_styles.asp
  39. Use the style attribute for styling HTML elements
  40. Use background-color for background color
  41. Use color for text colors
  42. Use font-family for text fonts
  43. Use font-size for text sizes
  44. Use text-align for text alignment
  45.  
  46. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement