Skip to content

Commit e28a917

Browse files
authored
adding comments in the HTML to aid
1 parent e88bd79 commit e28a917

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<link href="CSS/style.css" rel="stylesheet" type="text/css" />
66
</head>
77
<body>
8+
<!-- This is a comment. Add your "Hello, World" here! -->
89
<div class="wrap">
910
<div class="section sTop">
1011
<div class="inner">
@@ -24,6 +25,7 @@ <h2 class="subtitle">This is a subtitle!</h2>
2425
</div>
2526

2627
<div class="section s1" id="s1">
28+
<!-- Add your anchor link around some content here. -->
2729
<div class="inner ">
2830
<h1>This goes to Link #1</h1>
2931
<h2>Can you change the image below?</h2>
@@ -34,6 +36,7 @@ <h2>Can you change the image below?</h2>
3436
</div>
3537

3638
<div class="section s2" id="s2">
39+
<!-- Add your animated GIF here within the img tag -->
3740
<div class="inner">
3841
<h1>This goes to Link #2</h1>
3942
<h2>Can you change the link to this image?</h2>

0 commit comments

Comments
 (0)