Skip to content

Commit 0daa25e

Browse files
authored
Improve image alt text for accessibility
Updated the alt attribute of an image to provide a description.
1 parent 9c843d1 commit 0daa25e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Wireframe/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h2>What is a Wireframe?</h2>
3232
</article>
3333

3434
<article>
35-
<img src="https://i0.wp.com/digitalvarys.com/wp-content/uploads/2019/06/image-6.png?fit=640%2C257&ssl=1" alt="" />
35+
<img src="https://i0.wp.com/digitalvarys.com/wp-content/uploads/2019/06/image-6.png?fit=640%2C257&ssl=1" alt="Diagram showing Git branches diverging from the main branch" />
3636
<h2>What is a Branch in Git?</h2>
3737
<p>
3838
In Git, a branch is an independent line of development that allows you to work on new features or fixes without affecting the main codebase.

0 commit comments

Comments
 (0)