Skip to content

Commit d55e3bf

Browse files
Replace section element with div
1 parent bfbe904 commit d55e3bf

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

Wireframe/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h2> What is a README File?</h2>
3434

3535
</article>
3636

37-
<section>
37+
<div>
3838

3939
<article>
4040

@@ -49,7 +49,8 @@ <h2>What is a Wireframe?</h2>
4949
It helps designers and developers organize content and user experience.
5050
</p>
5151

52-
<a href="https://www.productplan.com/glossary/wireframe/" target="_blank" rel="noopener noreferrer">Read more</a>
52+
<a href="https://www.productplan.com/glossary/wireframe/" target="_blank" rel="noopener noreferrer">Read
53+
more</a>
5354

5455
</article>
5556

@@ -63,11 +64,12 @@ <h2>What is a Git Branch?</h2>
6364
project. It
6465
helps teams collaborate safely and manage changes more effectively.</p>
6566

66-
<a href="https://www.atlassian.com/git/tutorials/using-branches" target="_blank" rel="noopener noreferrer">Read more</a>
67+
<a href="https://www.atlassian.com/git/tutorials/using-branches" target="_blank" rel="noopener noreferrer">Read
68+
more</a>
6769

6870
</article>
6971

70-
</section>
72+
</div>
7173
</main>
7274
<footer>
7375
<p>

0 commit comments

Comments
 (0)