11<!DOCTYPE html>
22< html lang ="en ">
3- < head >
4- < meta charset ="UTF-8 " />
5- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6- < title > Wireframe</ title >
7- < link rel ="stylesheet " href ="style.css "/>
8- </ head >
9- < body >
10- < header >
11- < h1 > Web Development</ h1 >
3+
4+ < head >
5+ < meta charset ="UTF-8 " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7+ < title > Wireframe</ title >
8+ < link rel ="stylesheet " href ="style.css " />
9+ </ head >
10+
11+ < body >
12+ < header >
13+ < h1 > Web Development</ h1 >
14+ < p >
15+ A series of articles to help you on your journey of web development
16+ </ p >
17+ </ header >
18+ < main >
19+ < article >
20+ < img src ="./images/branch.png " alt ="A computer screen showing a visual Git branch diagram ">
21+ < h2 > Git Branches </ h2 >
1222 < p >
13- A series of articles to help you on your journey of web development
23+ In this article we will cover the purpose of a branch in git
1424 </ p >
15- </ header >
16- < main >
17- < article >
18- < img src ="./images/branch.png " alt ="A computer screen showing a visual Git branch diagram ">
19- < h2 > Git Branches </ h2 >
20- < p >
21- In this article we will cover the purpose of a branch in git
22- </ p >
23- < a rel ="html " href ="branch.html "> Read more</ a >
24- </ article >
25+ < a rel ="html " href ="branch.html "> Read more</ a >
26+ </ article >
2527
26- < article >
27- < img src ="./images/wireframes.png " alt ="A paper website wireframe design on a desk ">
28- < h2 > Wireframes</ h2 >
29- < p > This article will cover the importance of a Wireframe</ p >
30- < a rel ="html " href ="wireframe.html "> Read more</ a >
31- </ article >
28+ < article >
29+ < img src ="./images/wireframes.png " alt ="A paper website wireframe design on a desk ">
30+ < h2 > Wireframes</ h2 >
31+ < p > This article will cover the importance of a Wireframe</ p >
32+ < a rel ="html " href ="wireframe.html "> Read more</ a >
33+ </ article >
3234
33- < article >
34- < img src ="./images/readme.png " alt ="README file displayed on a laptop screen ">
35- < h2 > README files</ h2 >
36- < p > We shall look at the purpose of a README file</ p >
37- < a rel ="html " href ="README.html "> Read more</ a >
38- </ article >
39- </ main >
35+ < article >
36+ < img src ="./images/readme.png " alt ="README file displayed on a laptop screen ">
37+ < h2 > README files</ h2 >
38+ < p > We shall look at the purpose of a README file</ p >
39+ < a rel ="html " href ="README.html "> Read more</ a >
40+ </ article >
41+ </ main >
4042
41- < footer >
42- < hr >
43- < p >
44- © 2026: Contact us on
45- telephone: 07489763234 or
46- email: usersupport@hotmail.com
47- </ p >
48- </ footer >
49- </ body >
50- </ html >
43+ < footer >
44+ < hr >
45+ < p >
46+ © 2026: Contact us on
47+ telephone: 07489763234 or
48+ email: usersupport@hotmail.com
49+ </ p >
50+ </ footer >
51+ </ body >
52+
53+ </ html >
0 commit comments