1111< body >
1212
1313 < header >
14- < h1 > Webpage Explanation for Key Concept Questions</ h1 >
14+ < h4 > Webpage Explanation for Key Concept Questions</ h4 >
1515 < nav >
1616 < ul >
17- < li > < a href =" #readme " > What is the purpose of a README file?</ a > </ li >
18- < li > < a href =" #wireframe " > What is the purpose of a wireframe?</ a > </ li >
19- < li > < a href =" #git-branch " > What is a branch in Git?</ a > </ li >
17+ < li > What is the purpose of a README file?</ li >
18+ < li > What is the purpose of a wireframe?</ li >
19+ < li > What is a branch in Git?</ li >
2020 </ ul >
2121 </ nav >
2222 </ header >
2323
2424 < main >
2525 < article id ="readme ">
26- < img src ="readme.svg " alt ="Illustration of a README markdown document " />
27- < h2 > What is the purpose of a README file?</ h2 >
26+ < img id =" readme-image " src ="readme.svg " alt ="Illustration of a README markdown document " />
27+ < h3 > What is the purpose of a README file?</ h3 >
2828 < p >
2929 A README file is the foundational documentation for a software, dataset, or coding project. It serves as a
3030 project's "front door," designed to help users quickly understand what the project does, how to install and use
@@ -36,8 +36,8 @@ <h2>What is the purpose of a README file?</h2>
3636 </ article >
3737
3838 < article id ="wireframe ">
39- < img src ="wireframe.svg " alt ="Illustration of a website user interface wireframe " />
40- < h2 > What is the purpose of a wireframe?</ h2 >
39+ < img id =" wireframe-image " src ="wireframe.svg " alt ="Illustration of a website user interface wireframe " />
40+ < h3 > What is the purpose of a wireframe?</ h3 >
4141 < p > Wireframes are the foundational blueprints of a website or app. Used early in the development process,
4242 they help teams visualize structure, map user flows, and establish content hierarchy before committing to costly
4343 colors, branding, or final UI design.
@@ -47,8 +47,8 @@ <h2>What is the purpose of a wireframe?</h2>
4747 </ article >
4848
4949 < article id ="git-branch ">
50- < img src ="branch.svg " alt ="Diagram showing Git branches diverging from a main commit history " />
51- < h2 > What is a branch in Git?</ h2 >
50+ < img id =" git-image " src ="branch.svg " alt ="Diagram showing Git branches diverging from a main commit history " />
51+ < h3 > What is a branch in Git?</ h3 >
5252 < p id ="branch "> A branch in Git is simply a lightweight movable pointer to one of these commits. The default branch
5353 name
5454 in Git is typically master or main.
0 commit comments