-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (47 loc) · 1.24 KB
/
index.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="Brandon-Monroe">
<title>Brandon Monroe</title>
<h1>Brandon Monroe<hr></h1>
<h2>Information Technology</h2>
<h3>Senior</h3>
<h4>Fayetteville Arkansas</h4>
<style>
h1 {text-align: center;}
hr {width: 75%;}
</style>
<style>
blockquote{
display: block;
font-size: x-large;
font: bolder;
}
</style>
</head>
<body>
<p>My name is Brandon Monroe I from Fayetteville Arkansas. Currently majoring in Information Technology. I'm ready to graduate so I can get back to my hometown. </p>
<!--
Testing comments syntax
-->
<div>
Testing <del>out</del> the divider <ins>element</ins>
</div>
<blockquote>Testing the blockquote element</blockquote>
<p>This will be to show the use of the wbr element Pneumonoultra<wbr>microscopicsilicovolcanoconiosis
</p>
<pre>
The pre element
Makes it pretty easy to make
Write exactly how I want it too
</pre>
<p>
Testing out the <strong>strong</strong> element
</p>
<ul>
<li></li>
</ul>
</body>
</html>