-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBritish.html
More file actions
51 lines (50 loc) · 1.97 KB
/
British.html
File metadata and controls
51 lines (50 loc) · 1.97 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang = "en-US">
<head>
<meta charset = "UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="stylesheet" href="Style.css">
<title>Classic British Cars</title>
</head>
<body>
<h1>American & British popular Classics</h1>
<div class="row">
Rectangle box
<h3>British Cars</h3>
<p>Welcome text. Click images to check out some cars etc.</p>
</div>
<div class="row">
<div class="column" style="background-color: lightblue;">
<div id="picAnchor">
<a href="index.html"><img src="images/bigBen.jpg" height="280px" width="340px"></a>
<div id="nav1">
<h2> Go Home </h2>
</div>
</div>
</div>
<div class="column" style="background-color: lightblue;">
<div id="picAnchor">
<a href="american.html"><img src="images/USA.jpg" height="280px" width="340px"></a>
<div id="nav1">
<h2> American Classics </h2>
</div>
</div>
</div>
<div class="column" style="background-color: lightblue;">
<div id="picAnchor">
<a href="British.html">
<img src="images/MINIUNIONJACKMAIN.png" height="280px" width="340px" alt="3 white mugs, each with a Mini printed on, with a Union Jack background"> </a>
<div id="nav1">
<h2><em>British Classics</em></h2>
</div>
</div>
</div>
<br>
<br>
</div>
</div>
Gallery
Information
</body>
</html>