-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWouter.html
More file actions
22 lines (22 loc) · 864 Bytes
/
Wouter.html
File metadata and controls
22 lines (22 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<title>Jeej, Workshop</title>
<link rel="stylesheet" type="text/css" href="https://github.com/uscki/uscki.github.io/blob/master/stijlWouter.css"/>
</head>
<body>
<h1>Awesomeness</h1>
Deze site awesome, maar nog in constructie<br>
<ul>
<li>< br > is een enter</li>
<li>< a href="http://www.google.com">Google< /a> is een link naar <a href="http://www.google.com" target=_blank>Google</a>
</ul>
<div> Ik zit in een divider </div> <div> Ik zit ook in een divider</div>
<div class = divnet>
<div> <a href="http://www.nu.nl"><img src="fractal.png" width = 300 height = 300></a> </div>
<div> <img src="fractalgif.gif" width = 300 height = 300> </div>
<div> <img src="weirdfractal.png" width = 300 height = 300> </div>
</div>
<p> Mooie css opmaak hoor!</p>
<span class="opvallend">Mooie opvallende tekst! Jeej</span>
</body>
</html>