77 < link rel ="stylesheet " href ="Untitled-1.css " />
88 </ head >
99 < body >
10+
1011 < header >
1112 < h1 > Wireframe</ h1 >
12-
1313 < h2 > Exploring the Basics of Web Design</ h2 >
1414 </ header >
1515
1616 < main class ="article-container ">
1717 < article class ="featured-article ">
1818 < img
1919 src ="https://images.unsplash.com/photo-1555066931-4365d14bab8c?auto=format&fit=crop&w=600&q=80 "
20- alt ="Office corridor layout graphic "/>
20+ alt ="Office corridor layout graphic " />
2121 < h2 > Purpose of a README File</ h2 >
2222 < p >
2323 A README file is a document that provides information about a project,
2424 including its purpose, how to use it, and any other relevant details.
2525 It serves as a guide for users and developers who may be interested in
2626 the project.
2727 </ p >
28- < a
29- href ="https://www.freecodecamp.org/news/how-to-write-a-good-readme-file/ "
30- target ="_blank " class ="read-more-btn "> Read more</ a >
28+ < a href ="https://www.freecodecamp.org/news/how-to-write-a-good-readme-file/ " target ="_blank " class ="read-more-btn "> Read more</ a >
3129 </ article >
3230
3331 < article >
@@ -40,15 +38,13 @@ <h2>Purpose of a Wireframe</h2>
4038 Wireframes are used to plan and communicate the basic structure and
4139 functionality of a product before development begins.
4240 </ p >
43- < a
44- href ="https://www.freecodecamp.org/news/how-to-create-a-wireframe/ "
45- target ="_blank " class ="read-more-btn "> Read more</ a >
41+ < a href ="https://www.freecodecamp.org/news/how-to-create-a-wireframe/ " target ="_blank " class ="read-more-btn "> Read more</ a >
4642 </ article >
4743
4844 < article >
4945 < img
5046 src ="https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&w=1200&q=80 "
51- alt ="Hands typing code layout graphic "/>
47+ alt ="Hands typing code layout graphic " />
5248 < h2 > What Is a Branch in Git?</ h2 >
5349 < p >
5450 A branch in Git is a separate line of development that allows you to
@@ -57,15 +53,13 @@ <h2>What Is a Branch in Git?</h2>
5753 simultaneously and helps manage changes effectively. Branches can be
5854 merged back into the main branch once the work is complete and tested.
5955 </ p >
60- < a
61- href ="https://www.freecodecamp.org/news/what-is-a-git-branch/ "
62- target ="_blank " class ="read-more-btn "> Read more</ a >
56+ < a href ="https://www.freecodecamp.org/news/what-is-a-git-branch/ " target ="_blank " class ="read-more-btn "> Read more</ a >
6357 </ article >
6458 </ main >
6559
6660 < footer >
6761 < p > © 2026 Professional Web Developer Assignment</ p >
6862 </ footer >
69- </ body >
7063
64+ </ body >
7165</ html >
0 commit comments