-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (92 loc) · 3.01 KB
/
index.html
File metadata and controls
94 lines (92 loc) · 3.01 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Learning HTML while staning MHA">
<meta name="description"content="This is an awesome website">
<meta name="author" content="Jeremiah">
<meta name="keywords" content="HTML, Tutorial, Jeremiah that nigga"
<meta name="viewport" content="width=device-width, initial-scale=1.0"
<title>Jeremiah's Website Plus Ultra!</title>
</head>
<header style="background-color: lightblue;">
<form>
<input type="text" value="Enter Username or Email"/>
<input type="password"/>
</form>
<ul>
<li style="display: inline;">Home</li>
<li style="display: inline;">About</li>
<li style="display: inline;">Sign Up</li>
<li style="display: inline;">Contact Us</li>
</ul>
</header>
<body style="background-color: lightblue; font-size: 20px;">
<a href="https://heroaca.com/" target="_blank">
<img width="500"src="https://pm1.narvii.com/7440/33529ce88fc6bce8a03521d7e73944a3cf60c453r1-750-741v2_hq.jpg" alt="Deku Looks at Phone Meme"/>
<h1> Lesss gooo its my boy baby deku!</h1>
</a>
<p>my boyyy dekuuuu</p>
<p>Deku finna <b>feen</b> on <i>shigarakiiiii</i> no capp</p>
<p><i>I lied Shigaraki caught that nigga lol</i></p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/7ez0AjMYvek" frameborder="0" allow="accelerometer;
autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<ol type="I" style>
<li style="display: inline;">Deku</li>
<ol type="i"><li>Has One For All</li></ol>
<li style="display: inline;">Bakugo</li>
<ol type="i"><li>Has Explosion</li></ol>
<li style="display: inline;">Endeavor</li>
<ol type="i"><li>Hellflame</li></ol>
<li style="display: inline;">Nine</li>
<ol type="i"><li>Nigga literally got nine quirks</li></ol>
</ol>
<table>
<thead>
<tr>
<caption><h4>MHA Character Info</h5></caption>
<th>Character</th>
<th>Quirk</th>
<th>Age</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bakugo</td>
<td>Explosion</td>
<td>IDK</td>
</tr>
<tr>
<td>Deku</td>
<td>One For All</td>
<td>IDK</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Row 1</th>
<th>Row 2</th>
<th>Row 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>Four</td>
<td>Five</td>
<td>Six</td>
</tr>
<tr>
<td>One</td>
<td>Two</td>
<td>Three</td>
</tr>
</tbody>
</table>
<span>item1</span>
<span>item2</span>
<div style="padding: 5px;"">
</div>
</body>
</html>