-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasics.html
40 lines (38 loc) · 836 Bytes
/
basics.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
<html>
<head>
<meta charset ="utf-8">
<title>my html</title>
</head>
<body>
<h1>
Heading 1
</h1>
<h2>
Heading 2
</h2>
<h3>
Heading 3
</h3>
<h4>
Heading 4
</h4>
<h5>
Heading 5
</h5>
<h6>
Heading 6
</h6>
and this is normal text btw
<br>
<b>this is bold</b><br>
<i>this is italic</i><br>
<u>this is underlined</u>
<p><b>this is a paragraph</b></p>
<p>this is another paragraph</p>
><br>
<<br>
""<br>
&<br>
<a href = "index.html#newsection">Go To New Section</a>
</body>
</html>