-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchal.html
41 lines (35 loc) · 846 Bytes
/
chal.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h2 style="font-size:250%;"><b><em>HTML Challenge</em></b></h2>
<br>
<br>
<hr width="2">
<br>
<br>
<p style="font-size:160%;">Write some HTML in the index.html file below</p>
<br>
<br>
<br>
<a href="https://www.w3schools.com/html/html_forms.asp" style="font-size:160%;">Link to MDN Documentation</a>
<table cellspacing=20>
<font size=50 >
<tr >
<td><b>ONE</b></td>
<td>TWO</td>
</tr>
<tr>
<td>THREE</td>
<td>FOUR</td>
</tr>
</b>
</font>
</table>
</body>
</html>