Skip to content

Commit 828af8a

Browse files
committed
w3c error fixed
1 parent e76da36 commit 828af8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Wireframe/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ <h2>Purpose of ReadME</h2>
2020
<a href="">Read more</a>
2121
</article>
2222
<article>
23-
<img src="placeholder 2.png" alt="Wireframe image" />
23+
<img src="placeholder2.png" alt="Wireframe image" />
2424
<h2>Purpose of Wireframe</h2>
2525
<p>
2626
Wireframe serves as a foundational blueprint or mental image of a product, it has numerous functions and most importantly wireframe is often used in the early stages of web or app development to prevent future, costly redesigns.
2727
</p>
2828
<a href="">Read more</a>
2929
</article>
3030
<article>
31-
<img src="Branch.png" alt="" />
31+
<img src="Branch.png" alt="Branch image" />
3232
<h2>What is a branch in Git</h2>
3333
<p>
3434
A branch represents an independent line of development in a Git repository, allowing multiple developers to work on different features or bug fixes simultaneously without affecting the main codebase until changes are ready to be merged.

0 commit comments

Comments
 (0)