1- <!DOCTYPE html>
1+ <!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 >
39
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+ < body >
11+ < header >
12+ < h1 > Web Development</ h1 >
13+ < p > A series of articles to help you on your journey of web development</ p >
14+ </ header >
15+ < main >
16+ < article >
17+ < img
18+ src ="./images/branch.png "
19+ alt ="A computer screen showing a visual Git branch diagram "
20+ />
21+ < h2 > Git Branches</ h2 >
22+ < p > In this article we will cover the purpose of a branch in git</ p >
23+ < a rel ="html " href ="branch.html "> Read more</ a >
24+ </ article >
1025
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 >
22- < p >
23- In this article we will cover the purpose of a branch in git
24- </ p >
25- < a rel ="html " href ="branch.html "> Read more</ a >
26- </ article >
27-
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 >
26+ < article >
27+ < img
28+ src ="./images/wireframes.png "
29+ alt ="A paper website wireframe design on a desk "
30+ />
31+ < h2 > Wireframes</ h2 >
32+ < p > This article will cover the importance of a Wireframe</ p >
33+ < a rel ="html " href ="wireframe.html "> Read more</ a >
34+ </ article >
3435
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 >
36+ < article >
37+ < img
38+ src ="./images/readme.png "
39+ alt ="README file displayed on a laptop screen "
40+ />
41+ < h2 > README files</ h2 >
42+ < p > We shall look at the purpose of a README file</ p >
43+ < a rel ="html " href ="README.html "> Read more</ a >
44+ </ article >
45+ </ main >
4246
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 >
47+ < footer >
48+ < hr />
49+ < p >
50+ © 2026: Contact us on telephone: 07489763234 or email:
51+ usersupport@hotmail.com
52+ </ p >
53+ </ footer >
54+ </ body >
55+ </ html >
0 commit comments