1111< body >
1212
1313 < header >
14- < h1 style =" text-align: center " > Webpage Explanation for Key Concept Questions</ h1 >
14+ < h1 > Webpage Explanation for Key Concept Questions</ h1 >
1515 < nav >
16- < ul style =" justify-content: center; display: flex; gap: var(--space); " >
17- < li > < a href =" #readme "> What is the purpose of a README file?</ a > </ li >
16+ < ul >
17+ < li > < a href ="#readme "> What is the purpose of a README file?</ a > </ li >
1818 < li > < a href ="#wireframe "> What is the purpose of a wireframe?</ a > </ li >
1919 < li > < a href ="#git-branch "> What is a branch in Git?</ a > </ li >
2020 </ ul >
@@ -38,21 +38,20 @@ <h2>What is the purpose of a README file?</h2>
3838 < article id ="wireframe ">
3939 < img src ="wireframe.svg " alt ="Illustration of a website user interface wireframe " />
4040 < h2 > What is the purpose of a wireframe?</ h2 >
41- < p >
42- Wireframes are the foundational blueprints of a website or app. Used early in the development process,
41+ < p > Wireframes are the foundational blueprints of a website or app. Used early in the development process,
4342 they help teams visualize structure, map user flows, and establish content hierarchy before committing to costly
4443 colors, branding, or final UI design.
4544 </ p >
46- < a class ="hyperlink " href ="https://www.productplan.com/glossary/wireframeFilter/ " target ="_blank "
47- rel =" noopener " > Read more</ a >
45+ < a class ="hyperlink " href ="https://en.wikipedia.org/wiki/Website_wireframe " target ="_blank " rel =" noopener " > Read
46+ more</ a >
4847 </ article >
4948
5049 < article id ="git-branch ">
5150 < img src ="branch.svg " alt ="Diagram showing Git branches diverging from a main commit history " />
5251 < h2 > What is a branch in Git?</ h2 >
53- < p >
54- A branch in Git is simply a lightweight movable pointer to one of these commits. The default branch name
55- in Git is typically master or main.< br > < br > </ br >
52+ < p id =" branch " > A branch in Git is simply a lightweight movable pointer to one of these commits. The default branch
53+ name
54+ in Git is typically master or main.
5655 </ p >
5756 < a class ="hyperlink " href ="https://www.w3schools.com/GIT/git_branch.asp?remote=github " target ="_blank "
5857 rel ="noopener "> Read more</ a >
0 commit comments