-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (91 loc) · 2.2 KB
/
index.html
File metadata and controls
94 lines (91 loc) · 2.2 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<head>
<title>Webpage</title>
</head>
<body>
<h1>Webpage!</h1>
</body>
</html>
<h1>This is heading 1</h1>
<p>This is a paragraph.</p>
<a href="http://www.riddles.com">This is a link</a>
<ul>nothing</ul>
<ul>nothing</ul>
<u1>nothing</u1>
<u1>nothing</u1>
<u1>nothing</u1>
<h1> my website </h1>
<body>
<p> this is my amazing website</p>
<ol>
<li> random</li>
<li> color</li>
<li> color code </li>
</ol>
<p>This is another paragraph.</p>
<table>
<table border="1">
<tr>
<th>rgnrbgiu3bg</th>
<th>ginrbgu34bug</th>
<th>fgn3rgbugb3ui4g</th>
</tr>
<tr>
<td>gingu3bgubg</td>
<td>f2b2fb9u2bfu932</td>
<td>9000000000000</td>
</tr>
<tr>
<td>Evf2inf2buobfu24bug</td>
<td>fn2fh02hbf2oufh</td>
<td>748134987398479324</td>
<td>hebvubvbrebvubvberb</td>
<td>???????????????^^^**(((>/td>
</tr>
</table>
<input type="checkbox" name="checkbox" value="checkbox">
<button type="submit" value="Submit">Submit</button>
<fieldset>rfbkwebfkhbewfkhb</fieldset>
<legend>inqfjbfhwefub</legend>
<fieldset>rfbkwebfkhbewfkhb</fieldset>
<legend>inqfjbfhwefub</legend>
<video loop alt="alphabet video" src="movie.ogg" controls>
</video>
<audio src="horse.ogg" controls>
</audio>
<label>fwejfbwejbfhkwbfkwef</label>
<input type= step=”15” min="0 max="101>
<select>
<option value=uknown>unknown
<option value=uknown>unknown
<option value=uknown>unknown
<option value=uknown>unknown
<optgroup label=math>math
</select>
<form>
<textarea rows:"100" cols:"2000"> </textarea>
</form>
<fieldset>
<label>First Name: </label>
</fieldset>
<legend>hufwfhwgfjhwehjfvwjgevfgjwe</legend>
<!doctypehtml>
<html>
<head>
<title> my amazing website </title>
<style>
h1{ color: blue;
font-style: bold;
background-color: dark blue;
font-size: 12px;
}
li{ width:50px;
font-family: sans-serif;
font-weight: 800;
}
inscribed-circle{border: 2px solid black;
border-radius: 50%;
outline: 1px solid red;
width: 50%;
border-radius: 1px;
}
</style>