-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (18 loc) · 841 Bytes
/
index.html
File metadata and controls
23 lines (18 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html lang="en">
<head>
<title>Class Work</title>
<head>
<body>
<h1>First Web Page</h1>
<p>Kindly do exactly what you see here as it would affect your score. <br>Whether it is your first webpage in life or not, use heading above it won't bite</br></p>
<h2>H2 Heading</h2>
<p>As a best practice, your webpage should have just one <br>
element</p>
<h3>h3 Heading</h3>
This test is to simple to fail.<br> It is simply a test of how much you have been following the course<br>
<p>Thanks...Wait...<br>You will have to upload this project to bithub... Yea.</br></p>
<h4>H4 Heading</h4>
Use the file structure that will be shown here below</p>
<p>:::first_webpage:::</p> --------- :::index.html:::</br><br> --------- :::style.css:::</br><br> --------- :::script.js:::</br>
</body>
</html>