-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeAsia1.html
More file actions
43 lines (37 loc) · 838 Bytes
/
CodeAsia1.html
File metadata and controls
43 lines (37 loc) · 838 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Bryan. David </title>
<!--<style type="text/css">
body{
background-color: linen;
}
h1{
color:blue;
margin:50px;
}
</style>-->
<link rel="stylesheet" type="text/css" href="CodeAsia1.css">
</head>
<body>
<h1>#PhangArt</h1>
<p>Being different from others makes you a unique individual</p>
<div class="Flavour">About</div>
<div class="Flavour">Achievements</div>
<div class="Flavour">Plans</div>
<div class="capitals">
<h2>London</h2>
<p>London is the capital of England</p>
</div>
<br>
<div class="capitals" id="special1">
<h2>Paris</h2>
<p>Paris is the capital and most populous city of France</p>
</div>
<br>
<div class="capitals" id="special">
<h2>Tokyo</h2>
<p>Tokyo is the capital of Japan</p>
</div>
</body>
</html>