-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1013 Bytes
/
index.html
File metadata and controls
29 lines (29 loc) · 1013 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Opener</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<center>
<div class="content">
<div class="header">
<h1>Web Technologies</h1>
</div>
<ol type="1">
<br>
<li><a href="Ex1/Ex1_Imagemap.html">Exercise 1 - Image Mapping</a></li>
<li><a href="Ex2/Ex2_CascadingSS.html">Exercise 2 - Cascading SS</a></li>
<li><a href="Ex3/Ex3_Bootstrap.html">Exercise 3 - Bootstrap </a></li>
<li ><span id="e1">Exercise 4 - Validation and Handling </span></li>
<ol type="a">
<li><a href="Ex4/Ex4_DataValidation.html">Exercise 4.1 - Form Validation </a></li>
<li><a href="Ex4/Ex4b_Eventhandling.html">Exercise 4.2 - Event Handlers</a></li>
</ol>
</ol>
</div>
</center>
</body>
</html>