Skip to content

Commit e5b0ae8

Browse files
added alt attributes to images
1 parent 7ea8995 commit e5b0ae8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>Web Development</h1>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="./images/branch.png" alt="">
18+
<img src="./images/branch.png" alt="A computer screen showing a visual Git branch diagram">
1919
<h2>Git Branches </h2>
2020
<p>
2121
In this article we will cover the purpose of a branch in git
@@ -24,14 +24,14 @@ <h2>Git Branches </h2>
2424
</article>
2525

2626
<article>
27-
<img src="./images/wireframes.png" alt="">
27+
<img src="./images/wireframes.png" alt="A paper website wireframe design on a desk">
2828
<h2>Wireframes</h2>
2929
<p>This article will cover the importance of a Wireframe</p>
3030
<a rel="html" href="wireframe.html">Read more</a>
3131
</article>
3232

3333
<article>
34-
<img src ="./images/readme.png" alt="">
34+
<img src ="./images/readme.png" alt="README file displayed on a laptop screen">
3535
<h2>README files</h2>
3636
<p>We shall look at the purpose of a README file</p>
3737
<a rel="html" href="README.html">Read more</a>

0 commit comments

Comments
 (0)