Skip to content

Commit 9519a85

Browse files
committed
ma me
1 parent b5f8c29 commit 9519a85

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

sanele/index.html1

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<body>
4+
5+
<div id="header">
6+
<h1>My pictures</h1>
7+
</div>
8+
</body>
9+
10+
<body>
11+
12+
<img src="Mina lo.jpg" alt="Mountain View" style="width:304px;height:228px">
13+
14+
<img src="Khesa2.jpg" alt="Mountain View" style="width:304px;height:228px">
15+
16+
<img src="Qumba's @ PE.jpg" alt="Mountain View" style="width:304px;height:228px">
17+
18+
<img src="Kerk.jpg" alt="Mountain View" style="width:304px;height:228px">
19+
<style>
20+
#header {
21+
background-color:black;
22+
color:white;
23+
text-align:center;
24+
padding:5px;
25+
}
26+
#nav {
27+
line-height:30px;
28+
background-color:#eeeeee;
29+
height:300px;
30+
width:100px;
31+
float:left;
32+
padding:5px;
33+
}
34+
#section {
35+
width:350px;
36+
float:left;
37+
padding:10px;
38+
}
39+
#footer {
40+
background-color:display;
41+
color:white;
42+
clear:both;
43+
text-align:center;
44+
padding:5px;
45+
}
46+
47+
48+
p.inline {
49+
display: inline;
50+
}
51+
52+
<styles>
53+
54+
body {background-colour: red}
55+
56+
</styles>
57+
58+
59+
<div id="header">
60+
<h1>My pictures</h1>
61+
</div>
62+
63+
<p>This is another paragraph</p>
64+
65+
<a href="test.html">link</a>
66+
67+
68+
<img src="Chris4_001.jpg" alt="Mountain View" style="width:304px;height:228px">
69+
70+
<img src="Mr.jpg" alt="Mountain View" style="width:304px;height:228px">
71+
72+
<img src="Sannie1.jpg" alt="Mountain View" style="width:304px;height:228px">
73+
74+
</html>
75+
76+
77+
78+
79+
80+

0 commit comments

Comments
 (0)