Skip to content

Commit 051d836

Browse files
committed
improved img alt text
1 parent 50259d1 commit 051d836

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>Wireframe</h1>
1515
</header>
1616
<main>
1717
<article>
18-
<img src="https://docs.github.com/assets/cb-69181/images/help/repository/headings-toc.png" alt="read.md img"/>
18+
<img src="https://docs.github.com/assets/cb-69181/images/help/repository/headings-toc.png" alt="Read me file GitHub Doc image"/>
1919
<h2>Read Me File</h2>
2020
<p>
2121
A README file explains what a project is and how to use it. It’s usually the first file people read when they open a
@@ -24,7 +24,7 @@ <h2>Read Me File</h2>
2424
<a href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more</a>
2525
</article>
2626
<article>
27-
<img src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/02-newspaper-site-wireframe-example.png" alt="wireframe img"/>
27+
<img src="https://cdn-images.visual-paradigm.com/handbooks/agile-handbook/wireframe/02-newspaper-site-wireframe-example.png" alt="Wireframe showing head line,top story,other top stories,news and buzz,featured,add "/>
2828
<h2>Purpose of a wireframe?</h2>
2929
<p>
3030
A wireframe is a simple visual layout of a website, app, or software interface. Its purpose is to show the structure and
@@ -33,7 +33,7 @@ <h2>Purpose of a wireframe?</h2>
3333
<a href="https://balsamiq.com/blog/what-are-wireframes/">Read More</a>
3434
</article>
3535
<article>
36-
<img src="https://nulab.com/static/2b1b3450c0069d0cbd97d70e48c7a81c/5a190/02.png" alt="Git Branch img"/>
36+
<img src="https://nulab.com/static/2b1b3450c0069d0cbd97d70e48c7a81c/5a190/02.png" alt="Git branch diagram"/>
3737
<h2 class="git_header">What is a branch in Git?</h2>
3838
<p>
3939
A branch in Git is a separate line of development that lets you work on changes without affecting the main project.

0 commit comments

Comments
 (0)