File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 < link rel ="stylesheet " href ="style.css " />
88 </ head >
99 < body >
10- < div class =' header ' >
10+ < header >
1111 < h1 > Web Development & Planning</ h1 >
1212 < p > Here are some useful steps & information to help you get started with web development.</ p >
13- </ div >
13+ </ header >
1414 < main >
1515 < article >
1616 < img src ="wireframe.png " alt ="wireframe " />
17- < h1 > Wireframe</ h1 >
17+ < h2 > Wireframe</ h2 >
1818 < p >
1919 What is the purpose of a wireframe? Think of "Wireframe" as the Architectural blueprint of a website or App.
2020 A visual guide that outlines the structure, layout and placement of elements on a website.
2121 </ p >
22+ < a href =""> Read more</ a >
2223 </ article >
2324 < section >
2425 < img src ="placeholder.svg " alt ="" />
25- < h2 > README File</ h2 >
26+ < h3 > README File</ h3 >
2627 < p >
2728 What is the purpose of a README file? It serves as the introductory guide and intruction manual for a project,
2829 explaining what the software does, how to install and run it, and how others can contribute to it.
2930 </ p >
3031 < a href =""> Read more</ a >
31- </ div >
32+ </ section >
3233 < section >
3334 < img src ="placeholder.svg " alt ="" />
34- < h2 > Branch in Git</ h2 >
35+ < h3 > Branch in Git</ h3 >
3536 < p >
3637 What is a branch in Git? A branch in Git is a seperate line of development that allows you to isolate your work,
3738 experiment with new features, fix bugs or make changes without affecting the main codebase.
3839 </ p >
3940 < a href =""> Read more</ a >
40- </ div >
41+ </ section >
4142 </ main >
4243 < footer >
4344 < p >
You can’t perform that action at this time.
0 commit comments