Skip to content

Commit

Permalink
Class Activity 11 - Revision 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dDevAhmed committed May 31, 2024
1 parent d834d1f commit 8e6db0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions class_activity_11.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ <h3>Project Preview Links</h3>

<div class="page-container">
<h1>First Web Page</h1>
<!-- br tags are use to create a line break -->
<p>Kindly do exactly what you see as it would affect you score <br> Whether it is your first webpage in life or
not, use the heading above it wont't bite..</p>
<h2>H2 Heading</h2>
Expand All @@ -80,11 +81,14 @@ <h3>h3 Heading</h3>
<p>Thanks.. Wait.. <br>You will have to upload this project to github .. Yea.</p>
<h4>H4 Heading</h4>
<p>Use the file structure that will be shown here below</p>
<!-- &colon; is the html entity for (:) symbol -->
<p class="no-margin"><code>&colon;&colon;&colon;first_webpage&colon;&colon;&colon;</code></p>
<p class="no-margin margin-left">&vert;</p>
<!-- &dash; is the html entity for (-) symbol -->
<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>
<p class="no-margin margin-left">&vert;</p>
<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>
<!-- &vert; is the html entity for (|) symbol -->
<p class="no-margin margin-left">&vert;</p>
<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>
</div>
Expand Down

0 comments on commit 8e6db0b

Please sign in to comment.