-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFourcan.html
More file actions
36 lines (35 loc) · 1.62 KB
/
Fourcan.html
File metadata and controls
36 lines (35 loc) · 1.62 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/css/Fourcan_style.css">
<title>Fourcan Abdullah</title>
</head>
<body class="bod">
<div>
<h1>Student: Fourcan Abdullah</h1> <!--header-->
</div>
<div>
<ul> <!--navigation to go to each page-->
<li><a href="https://therealarthur.github.io/PracticalWebDev.github.io/">Home</a></li> <!--homepage-->
<li><a href="https://therealarthur.github.io/PracticalWebDev.github.io/arthur">Arthur Mouradian</a></li> <!--Arthurs page-->
<li><a href="https://therealarthur.github.io/PracticalWebDev.github.io/Fourcan">Fourcan Abdullah</a></li><!-- Fourcans page-->
<li><a href="https://therealarthur.github.io/PracticalWebDev.github.io/saiman">Saiman Tamang</a></li><!--Saimons page-->
</ul>
<div class="master"> <!--div that contains information related to student-->
<div class="color_sec"> <!--For the color section-->
<p>Favorite Color: <b style="color:Blue">Blue</b></p>
<img class="blue"src="images/blue.jpg" alt=""> <!--image for the color-->
</div>
<div class="cat_sec"> <!--for the animal section-->
<p>Favorite Animal: Cat</p>
<img class="cat" src="images/cat.jpg" alt=""> <!--image for animal-->
</div>
<div class="four_sec"> <!--for the number section-->
<p>Favorite Number: 4</p>
<img class="four"src="images/four.png" alt=""> <!--image for the number-->
</div>
</div>
</div>
</body>
</html>