You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Wireframe/index.html
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ <h2>What is wireframe?</h2>
24
24
</article>
25
25
26
26
<article>
27
-
<imgsrc="readme.jpg" alt="" />
27
+
<imgsrc="readme.jpg" alt="Readme is a file with instructions for the project"/>
28
28
<h2>What is an readme file</h2>
29
29
<p>
30
30
The purpose of a readme file is to primarily serve as an official document with instructions and user manual for project, dataset and software repository
@@ -33,17 +33,13 @@ <h2>What is an readme file</h2>
33
33
</article>
34
34
35
35
<article>
36
-
<imgsrc="branchgit.jpg" alt="" />
36
+
<imgsrc="branchgit.jpg" alt="A branch in Git is an indicator to an individual commit"/>
37
37
<h2>What is an branch in Git</h2>
38
38
<p>
39
39
A branch in Git is a seperate workspace where you can make changes and try new ideas withou affecting the main project
0 commit comments