You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A wireframe is a visual guide that represents the skeletal framework
81
33
of a website or application. Its purpose is to outline the layout,
@@ -85,9 +37,9 @@ <h4>What is the Purpose of a Wireframe</h4>
85
37
experience is intuitive and effective.
86
38
</p>
87
39
<ahref="https://www.productplan.com/glossary/wireframe/">Read more about Wireframes</a>
88
-
</article><<!--What is a branch in Git-->
89
-
<h5>What is a branch in Git</h5>
90
-
</main>
40
+
</article>
41
+
<article>
42
+
<h2>What is a branch in Git</h2>
91
43
<p>
92
44
A branch in Git is a separate line of development that allows
93
45
multiple versions of a project to coexist. It enables developers to
@@ -97,6 +49,12 @@ <h5>What is a branch in Git</h5>
97
49
branch when ready.
98
50
</p>
99
51
<ahref="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches">Read more about Git branches</a>
52
+
</article>
53
+
</main>
54
+
<footer>
55
+
<p>
56
+
This is the default, provided code and no changes have been made yet.
</article> <<!--What is the purpose of a Wireframe-->
46
+
<h4>What is the Purpose of a Wireframe</h4>
47
+
</main>
48
+
<p>
49
+
A wireframe is a visual guide that represents the skeletal framework
50
+
of a website or application. Its purpose is to outline the layout,
51
+
structure, and functionality of a page before the actual design and
52
+
development process begins. Wireframes help stakeholders visualize
53
+
the user interface, plan content placement, and ensure that the user
54
+
experience is intuitive and effective.
55
+
</p>
56
+
<a href="https://www.productplan.com/glossary/wireframe/">Read more about Wireframes</a>
57
+
</article> <<!--What is a branch in Git-->
58
+
<h5>What is a branch in Git</h5>
59
+
</main>
60
+
<p>
61
+
A branch in Git is a separate line of development that allows
62
+
multiple versions of a project to coexist. It enables developers to
63
+
work on new features, bug fixes, or experiments without affecting the
64
+
main codebase. Branches facilitate collaboration, as team members can
65
+
work independently and later merge their changes back into the main
66
+
branch when ready.
67
+
</p>
68
+
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches">Read more about Git branches</a>
0 commit comments