-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollage-churches.html
More file actions
31 lines (31 loc) · 1.43 KB
/
collage-churches.html
File metadata and controls
31 lines (31 loc) · 1.43 KB
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
<!doctype html>
<html lang="en">
<head>
<title>Collage of five churches with no gaps</title>
<meta charset="utf-8">
<!-- <meta details go here> -->
<meta name="google-adsense-account" content="ca-pub-9639638377144073">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-UA Compatible" content="ie=edge">
<meta name="author" content="Orris A BakerJr">
<meta name="description" content="HTML, Jquery, Javascript, Multimedia document">
<meta name="theme-color" content="#712cf9">
<meta name="keywords" content="HTML5, Node.js, Jquery">
<meta name="author" content="Ian Andolina">
<link rel="stylesheet" type="text/css" href="churches-style2.css">
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="collage-ie.css">
<![endif]-->
</head>
<body>
<div id="container">
<div id="collage">
<img title="Church 1" src="images/church1.jpg" alt="Church 1" width="220" height="165">
<img title="Church 2" src="images/church2.jpg" alt="Church 2" width="158" height="182">
<img title="Church 3" src="images/church3.jpg" alt="Church 3" width="220" height="172"><br>
<img title="Church 4" src="images/church4.jpg" alt="Church 4" width="213" height="170">
<img title="Church 5" src="images/church5.jpg" alt="Church 5" width="220" height="170">
</div>
</div>
</body>
</html>