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