Advertisement
Guest User

My website using w2schools

a guest
Jan 28th, 2020
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Information About Lithuania</title>
  5. <style>img {display: block;margin: auto;}</style>
  6.  
  7. <style>
  8. a:visited {
  9. color: #c72aa2;
  10. }
  11. </style>
  12.  
  13. <style>
  14. .center {
  15. text-align: center;
  16. border: 3px solid #5f5a5c;
  17. }
  18. </style>
  19.  
  20. <style>
  21. body {
  22. background-color: #7c677f;
  23. }
  24. .center {
  25. display: block;
  26. margin-left: auto;
  27. margin-right: auto;
  28. }
  29. ul {
  30. list-style-type: none;
  31. margin: 0;
  32. padding: 0;
  33. overflow: hidden;
  34. background-color: #333;
  35. }
  36.  
  37. li {
  38. float: left;
  39. }
  40.  
  41. li a {
  42. display: block;
  43. color: white;
  44. text-align: center;
  45. padding: 14px 16px;
  46. text-decoration: none;
  47. }
  48.  
  49. li a:hover {
  50. background-color: #111;
  51. }
  52. </style>
  53. </head>
  54. <body>
  55. <ul>
  56. <li><a href="information.html">Home Page</a></li>
  57. <li><a href="touristdestinations.html">Tourist Destinations</a></li>
  58. <li><a href="famousplaces.html">Famous Places</a></li>
  59. <li><a href="historicalsites.html">Historical Sites</a></li>
  60. </ul>
  61. <div class="center">
  62. <strong><h1><p>Information About Lithuania</p></h1></strong>
  63. </div>
  64. <p align="center">Lithuania, officially the Republic of Lithuania, is a country in the Baltic region of Europe.<br>
  65. Lithuania is considered to be one of the Baltic states.<br>
  66. The country is situated along the southeastern shore of the Baltic Sea, to the east of Sweden and Denmark.<br></p>
  67. <h1 align="center" style="font-family:verdana;">Language and Alphabet</h1>
  68. <p align="center">Only two Baltic languages have survived to modern times, and Lithuanian is one of them (Latvian is the other).<br>
  69. Although they seem similar in some aspects, they are not mutually intelligible. <br>
  70. Much of the population of Lithuania speaks Russian, but visitors should refrain <br>
  71. from using it unless it's absolutely needed - Lithuanians would rather hear someone attempt their language. <br>
  72. The Lithuanians also don't mind practicing their English. German or Polish may help in some areas.<br>
  73. Lithuanian language uses the Latin alphabet with some additional letters and modifications.<br></p>
  74. <h1 align="center" style="font-family:verdana;">Religion</h1>
  75. <p align="center">The majority religion of Lithuania is Roman Catholic at 79% of the population.<br>
  76. Other ethnicities have brought their religion with them,<br>
  77. such as the Russians with Eastern Orthodoxy and the Tatars with Islam.</p>
  78.  
  79.  
  80.  
  81. <img src="images/LithuaniaInformation.jpg" alt="Image" height="600" width="700">
  82. <p align="right">&copy;Copyright&copy Web Design 2019-2020 -All Rights Reserved.</p>
  83. <input type="button" name="b1" value="Back to Login Page" onclick="location.href='index.html'">
  84. <input type="button" name="b2" value="Next page" onclick="location.href='touristdestinations.html'">
  85.  
  86. </body>
  87. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement