Skip to content

Commit 02e5d18

Browse files
committed
Nav Links
1 parent 363a99d commit 02e5d18

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

class_activity1.html

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<body>
1616
<h1>Class Activity 1</h1>
1717
<p>This is a class activity to list out my favorite foods and drinks using my skills in html 😊</p>
18+
19+
<h3>Class Activities</h3>
20+
<a href="index.html">Home page</a>
21+
1822
<!-- Question 1 -->
1923
<h3>List of foods I like</h3>
2024
<ol type="A">

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
<body>
2121
<h1>Welcome to Frontend Development Class</h1>
2222
<p>Go from zero to hero</p>
23+
24+
<h3>Class Activities</h3>
25+
<a href="class_activity1.html">Class Activity 1</a>
26+
2327
<img src="image/ales-krivec-QnNqGoCnBg0-unsplash.jpg" alt="Bakery Image" height="250px">
2428
<h5>Below is an online image reference</h5>
2529
<img src="https://media.geeksforgeeks.org/wp-content/cdn-uploads/20220416200936/Top-10-Front-End-Developer-Skills-That-You-Need-in-2022.png"

0 commit comments

Comments
 (0)