Skip to content

Commit c6988db

Browse files
committed
removed the <p> tag error
1 parent 3441f19 commit c6988db

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Wireframe/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="style.css" />
88
</head>
99
<body>
10-
<header>
10+
<header>
1111
<h1>Wireframe</h1>
1212
<p class="header_paragraph">
1313
A wireframe is a basic sketch of a webpage that helps plan the layout and organization of content before building the final design.
@@ -37,15 +37,15 @@ <h2>Purpose of a wireframe?</h2>
3737
<h2 class="git_header">What is a branch in Git?</h2>
3838
<p>
3939
A branch in Git is a separate line of development that lets you work on changes without affecting the main project.
40-
4140
Think of it like creating a copy of your project where you can safely:
41+
</p>
42+
4243
<ul>
4344
<li> Add new features</li>
4445
<li>Fix bugs</li>
4546
<li>Test ideas</li>
4647
</ul>
4748

48-
</p>
4949
<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</a>
5050
</article>
5151
</main>

0 commit comments

Comments
 (0)