Untitled
2 years ago in HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<!-- sets the entire page background --></pre>
<ul class="products">
<li><img src="../catalog/sogod.jpg" />
<h4>North Sky Resort Sogod</h4>
<a style="color:white;" href="#"> Sogod, Cebu </a></li>
<li><img src="../catalog/rancho-cancio.jpg" />
<h4>Rancho Cancio</h4>
<a style="color:white;" href="#"> Busay, Cebu City </a></li>
<li><img src="../catalog/marriot.jpg" />
<h4>Marriot</h4>
<a style="color:white;" href="#"> Cebu Business Park </a></li>
<li><img src="../catalog/plantation-bay.jpg" />
<h4>Plantation Bay</h4>
<a style="color:white;" href="#"> Mactan, Cebu </a></li>
<!-- add more list items --></ul>
<pre>
</body>
</html>