-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseregion.html
40 lines (40 loc) · 1.99 KB
/
seregion.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>S & E Region</title>
<link rel="stylesheet" href="css/home.css">
</head>
<body>
<div class="header">
<div class="headerfin">
<a href="index.html" id="home">Home</a>
<a href="puertoricotoday.html" id= "prt">Puerto Rico Today </a>
<a href="nwregion.html" id="nw">N & W Region</a>
<a href="seregion.html" id="se">S & E Region </a>
<a href="sitemap.html" id="se">Sitemap</a>
<a href="contactus.html" id="feedback">Contact Us</a>
</div>
</div>
<div>
<img id="map" src="images/regions3.png">
<table>
<tr>
<td style="text-align: center; font-weight: bold;" colspan="3">The Truth About Elephants</td>
</tr>
<tr>
<td class="seventy" colspan="2" ><img id="ponce" src="images/ponce.jpg"></td>
<td id="thirty" rowspan="3"><b>Fun Fact:</b><br>Ponce was founded in 1692 by Juan Ponce de León's great-grandson - Loíza Ponce de León. Ponce de Leon was one of Puerto Rico's early colonizers. Ponce is also known as the Ciudad Señorial(Majestic or Noble City), because of its many beautiful neoclassical buildings and facades.</td>
</tr>
<tr>
<td class="seventy" colspan="2">This photo is the corner of the building of the old musuem of art of Ponce.</td>
</tr>
<tr>
<td class="bottom">The south and east region of the island offer many unique cultural experiences such as the famous Ponce’s Museum, the Yaucono Coffee Factory and the Yacromatic2 Village. These key locations are cultural gems of Puerto Rico, resembling what the island was built on and the creativity that inhabitants have.</td>
</tr>
</table>
</div>
</body>
</html>