Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Assignment 7</title>
  5. </head>
  6. <body>
  7. <style>
  8. body {background-color: powderblue;}
  9. h1 {color: blue;}
  10. p {color: red;}
  11. li {color:white;}
  12. u {color:#861224;}
  13. .P1-style: {color:rgba(0,124,240,1.00);background-color:red;
  14. width: 100px;
  15. height: 100px;}
  16.  
  17. </style>
  18. <h1>River</h1>
  19. <hr>
  20. <div class="P1-style">A river is a natural flowing <a href="https://www.google.com/">watercourse</a>,usually <a href="https://www.google.com/">freshwater</a>,flowing towards an <a href="https://www.google.com/">ocean</a>,
  21. <a href="https://www.google.com/">sea</a>, <a href="https://www.google.com/">lake</a> or <br>another river.In some cases a river flows into the ground and becomes dry at the end of its course<br>
  22. without reaching another body of water .<em> Small rivers can be referred to using names such<br> as </em> <a href="https://www.google.com/">steam</a>, <a href="https://www.google.com/">creek</a>, <a href="https://www.google.com/">brook</a>, <a href="https://www.google.com/">rivulet</a>, and <a href="https://www.google.com/">rill</a>. there are no official definition for the generic term river as <br>
  23. applied to <a href="https://www.google.com/">geographic</a> <a href="https://www.google.com/">features</a>.</div>
  24. <br>
  25. <br>
  26. <img src="http://www.worldbank.org/content/dam/Worldbank/Feature%20Story/Africa/Programs/Cooperation%20in%20International%20Waters%20in%20Africa/ciwa-collaborative-management-of-the-zambezi-river-basin-ensures-greater-economic-resilience-780x439.jpg" alt="river">
  27. <br>
  28. <br>
  29.  
  30. <p>A river is a natural flowing <a href="https://www.google.com/">watercourse</a>,usually <a href="https://www.google.com/">freshwater</a>,flowing towards an <a href="https://www.google.com/">ocean</a>,
  31. <a href="https://www.google.com/">sea</a>, <a href="https://www.google.com/">lake</a> or <br>another river.In some cases a river flows into the ground and becomes dry at the end of its course<br>
  32. without reaching another body of water .<em> Small rivers can be referred to using names such<br> as </em> <a href="https://www.google.com/">steam</a>, <a href="https://www.google.com/">creek</a>, <a href="https://www.google.com/">brook</a>, <a href="https://www.google.com/">rivulet</a>, and <a href="https://www.google.com/">rill</a>. there are no official definition for the generic term river as <br>
  33. applied to <a href="https://www.google.com/">geographic</a> <a href="https://www.google.com/">features</a>.</p>
  34. <br>
  35. <br>
  36. <p>A river is a natural flowing <a href="https://www.google.com/">watercourse</a>,usually <a href="https://www.google.com/">freshwater</a>,flowing towards an <a href="https://www.google.com/">ocean</a>,
  37. <a href="https://www.google.com/">sea</a>, <a href="https://www.google.com/">lake</a> or <br>another river.In some cases a river flows into the ground and becomes dry at the end of its course<br>
  38. without reaching another body of water .<em> Small rivers can be referred to using names such<br> as </em> <a href="https://www.google.com/">steam</a>, <a href="https://www.google.com/">creek</a>, <a href="https://www.google.com/">brook</a>, <a href="https://www.google.com/">rivulet</a>, and <a href="https://www.google.com/">rill</a>. there are no official definition for the generic term river as <br>
  39. applied to <a href="https://www.google.com/">geographic</a> <a href="https://www.google.com/">features</a>.</p>
  40. <br>
  41. <br>
  42. <u> This is a sample of lists of river in the world:</u>
  43. <br>
  44. <ol>
  45. <li>River of Europe:</li>
  46. <ul>
  47. <li>Volga</li>
  48. <li>Danube</li>
  49. <br>
  50. </ul><li>River of Africa</li>
  51. <ul>
  52. <li>Lomami</li>
  53. <li>Nile</li>
  54. <li>Moa</li>
  55. <br>
  56. </ul>
  57. <li>Rivers of North America:</li>
  58. <ul>
  59. <li>Okanagan</li>
  60. <li>Willameatte</li><br>
  61. </ul>
  62. <li>Rivers of Asia:</li>
  63. <ul>
  64. <li>Nan</li>
  65. <li>Pearl</li><br><br></ul></ol>
  66. <p>If you have a question,<a href="mailto:oma20180406@std.psut.edu.jo"> send me a message</a></p>
  67. </body>
  68. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement