-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (32 loc) · 881 Bytes
/
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
<div>
<h1>First Web Page</h1>
Kindly do exactly what you see here as it would affect you score<br>
Whether it is your first webpage in life or not, use the heading above it won't bite..
</div>
<div>
<h2>H2 Heading</h2>
<p>As a best practice, your webpage should have just one</p>
<p>element</p>
</div>
<div>
<h3>h3 Heading</h3>
<p>This test is too simple to fail.
<br>It is simply a test of how much you have been following the course.</p>
<div>
<p>Thanks.. Wait..<br>
You will have to upload this project to github ..Yea.</p>
</div>
</div>
<div>
<h4>H4 Heading</h4>
<p>Use the file structure that will be shown here below</p>
<pre>
:::first_webpage:::
|
-------- :::index.html:::
|
-------- :::style.css:::
|
-------- :::script.js:::
</pre>
</div>