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
This page explains key concepts used in web development and version control.
14
-
</p>
15
-
</header>
16
-
<main>
17
-
<section>
18
-
<article>
19
-
<imgsrc="placeholder.svg" alt="Illustration of a README file" />
20
-
<h2>What is the purpose of a README file?</h2>
21
-
<p>
22
-
A README file explains what a project is, how to use it, and why it is useful.
23
-
It helps users and contributors understand how to get started and where to get help.
24
-
</p>
25
-
<ahref="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes">Read more about README files</a>
26
-
</article>
27
-
28
-
<article>
29
-
<imgsrc="placeholder.svg" alt="Illustration of a wireframe" />
30
-
<h2>What is the purpose of a wireframe?</h2>
31
-
<p>
32
-
A wireframe is a basic illustration of a website or app.
33
-
They are used to design the layout, showing all elements of the page without going into details such as fonts and colours.
34
-
</p>
35
-
<ahref="https://www.geeksforgeeks.org/blogs/what-is-wireframing/">Read more about Wireframes</a>
36
-
</article>
37
-
38
-
<article>
39
-
<imgsrc="placeholder.svg" alt="Illustration of a Git branch" />
40
-
<h2>What is a branch in Git?</h2>
41
-
<p>
42
-
A branch in Git is like a separate workspace where you can make changes and try new ideas without affecting the main project.
43
-
Creating a branch allows you to make changes without affecting the original version.
44
-
</p>
45
-
<ahref="https://www.w3schools.com/git/git_branch.asp?_gl=1*1pmlokl*_ga*NzI4ODc3OTYyLjE3NjkxMTc0MzI.*_ga_9YNMTB56NB*czE3NjkxMTc0MzEkbzEkZzEkdDE3NjkxMTc0MzIkajU5JGwwJGgw">Read more about Git branches</a>
0 commit comments