Skip to content

Commit 8e6db0b

Browse files
committed
Class Activity 11 - Revision 1
1 parent d834d1f commit 8e6db0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

class_activity_11.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ <h3>Project Preview Links</h3>
7171

7272
<div class="page-container">
7373
<h1>First Web Page</h1>
74+
<!-- br tags are use to create a line break -->
7475
<p>Kindly do exactly what you see as it would affect you score <br> Whether it is your first webpage in life or
7576
not, use the heading above it wont't bite..</p>
7677
<h2>H2 Heading</h2>
@@ -80,11 +81,14 @@ <h3>h3 Heading</h3>
8081
<p>Thanks.. Wait.. <br>You will have to upload this project to github .. Yea.</p>
8182
<h4>H4 Heading</h4>
8283
<p>Use the file structure that will be shown here below</p>
84+
<!-- &colon; is the html entity for (:) symbol -->
8385
<p class="no-margin"><code>&colon;&colon;&colon;first_webpage&colon;&colon;&colon;</code></p>
8486
<p class="no-margin margin-left">&vert;</p>
87+
<!-- &dash; is the html entity for (-) symbol -->
8588
<p class="no-margin margin-left"><strong>&dash;&dash;&dash;&dash;&dash;&dash;&dash;&dash;&nbsp;&nbsp;&colon;&colon;&colon;</strong>index.html<strong>&colon;&colon;&colon;</strong></p>
8689
<p class="no-margin margin-left">&vert;</p>
8790
<p class="no-margin margin-left"><strong>&dash;&dash;&dash;&dash;&dash;&dash;&dash;&dash;&nbsp;&nbsp;&colon;&colon;&colon;</strong>style.css<strong>&colon;&colon;&colon;</strong></p>
91+
<!-- &vert; is the html entity for (|) symbol -->
8892
<p class="no-margin margin-left">&vert;</p>
8993
<p class="no-margin margin-left"><strong>&dash;&dash;&dash;&dash;&dash;&dash;&dash;&dash;&nbsp;&nbsp;&colon;&colon;&colon;</strong>script.js<strong>&colon;&colon;&colon;</strong></p>
9094
</div>

0 commit comments

Comments
 (0)