@@ -24,13 +24,13 @@ <h3>Summary</h3>
2424 A README file is a simple text file (usually named README.md) that explains what your
2525 project about and how to use it. When someone opens a GitHub repo, the README is
2626 usually the first thing they see. It helps them quickly understand:
27- < ul >
28- < li > What the project does </ li >
29- < li > How to run it </ li >
30- < li > How to install it (if needed) </ li >
31- < li > Any important instructions or notes </ li >
32- </ ul >
33- </ p >
27+ </ p >
28+ < ul >
29+ < li > What the project does </ li >
30+ < li > How to run it</ li >
31+ < li > How to install it (if needed) </ li >
32+ < li > Any important instructions or notes </ li >
33+ </ ul >
3434 < a href ="https://en.wikipedia.org/wiki/README "> Read more</ a >
3535 </ article >
3636 < article >
@@ -42,12 +42,12 @@ <h3>Summary</h3>
4242 It shows the structure and layout of a screen or page without focusing on final
4343 colors, graphics, or detailed styling. Think of it like an architectural sketch
4444 for a building:
45- < ul >
46- < li > It outlines where things go</ li >
47- < li > It shows how users move through the interface</ li >
48- < li > It helps teams agree on functionality before design and development begin</ li >
49- </ ul >
5045 </ p >
46+ < ul >
47+ < li > It outlines where things go</ li >
48+ < li > It shows how users move through the interface</ li >
49+ < li > It helps teams agree on functionality before design and development begin</ li >
50+ </ ul >
5151 < p >
5252 Wireframes are usually made with boxes, lines, placeholders
5353 and labels instead of polished visuals.
@@ -62,19 +62,19 @@ <h3>Summary</h3>
6262 A branch in Git is an independent line of development.
6363 It lets you work on changes without affecting the main version of the project.
6464 You can think of a branch like a parallel workspace:
65- < ul >
66- < li > The main project stays stable </ li >
67- < li > You make changes safely in another branch </ li >
68- < li > Later, you can merge those changes back into the main project </ li >
69- </ ul >
70- </ p >
65+ </ p >
66+ < ul >
67+ < li > The main project stays stable </ li >
68+ < li > You make changes safely in another branch </ li >
69+ < li > Later, you can merge those changes back into the main project </ li >
70+ </ ul >
7171 < a href ="https://www.w3schools.com/GIT/git_branch.asp?remote=github "> Read more</ a >
7272 </ article >
7373 </ main >
7474 < footer >
75- < p >
75+ < p >
7676 Web Development Basics | README, Wireframe & Git Branches
77- </ p >
77+ </ p >
7878 </ footer >
7979 </ body >
8080</ html >
0 commit comments