Skip to content

Commit 81ee88b

Browse files
added description to alt attributes
1 parent e5b0ae8 commit 81ee88b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Wireframe/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>README Files</h1>
1212
</header>
1313
<main>
1414
<article>
15-
<img src="./images/readme.png" alt="">
15+
<img src="./images/readme.png" alt="README file displayed on a laptop screen">
1616
<h2>What is the purpose of a README file? </h2>
1717
<p>
1818
A README file is used to give information so a user can ascertain key details of a program such as its function, how it works, how to set it up and general updates.

Wireframe/branch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>Git Branches</h1>
1212
</header>
1313
<main>
1414
<article>
15-
<img src="./images/branch.png" alt="">
15+
<img src="./images/branch.png" alt="A computer screen showing a visual Git branch diagram">
1616
<h2>What is a branch in Git? </h2>
1717
<p>
1818
A branch in Git is a seperate workspace used to experiment or make changes without affecting the main project.

Wireframe/wireframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h1>Wireframes</h1>
1212
</header>
1313
<main>
1414
<article>
15-
<img src="./images/wireframes.png" alt="">
15+
<img src="./images/wireframes.png" alt="A paper website wireframe design on a desk">
1616
<h2>What is the purpose of a Wireframe?</h2>
1717
<p>
1818
A wireframe is used as a structural blueprint that allows a developer to envision how a project will look.

0 commit comments

Comments
 (0)