Skip to content

Commit 55182d3

Browse files
committed
complete semantic html structure
1 parent aa3bfce commit 55182d3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Wireframe/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,31 @@ <h1>Developer Learning Basics</h1>
1616
</header>
1717
<main>
1818
<article>
19-
<img src="placeholder.svg" alt="" />
19+
<img src="placeholder.svg" alt="README file illustration" />
2020
<h2>README Files</h2>
2121
<p>
2222
A README file explains what a project does and helps developers
2323
understand how to use it.
2424
</p>
25-
<a href="">Read more</a>
25+
<a href="#">Read more</a>
2626
</article>
2727
<article>
28-
<img src="placeholder.svg" alt="" />
28+
<img src="placeholder.svg" alt="Wireframe illustration" />
2929
<h2>Wireframes</h2>
3030
<p>
3131
Wireframes are simple drawings that show how a website or app will
3232
look and work.
3333
</p>
34-
<a href="">Read more</a>
34+
<a href="#">Read more</a>
3535
</article>
3636
<article>
37-
<img src="placeholder.svg" alt="" />
37+
<img src="placeholder.svg" alt="Git branches illustration" />
3838
<h2>Git Branches</h2>
3939
<p>
4040
Git branches allow developers to work on different versions of a
4141
project simultaneously.
4242
</p>
43-
<a href="">Read more</a>
43+
<a href="#">Read more</a>
4444
</article>
4545
</main>
4646
<footer>

0 commit comments

Comments
 (0)