Skip to content

Update debug-exercise-1.html #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 13 additions & 12 deletions web-academy/html-101/exercises/debug-exercise-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,20 @@
<h1>HTML Debugging: Close your Tags!</h>
<p>Here are a few reasons why you should learn to code:</p>
<ul>
<li>Computer programmers enjoy a high-paying career<li>
<li>You can work anywhere in the world
<li>Coding can help you think analytically and solve problems<li>
<li>Computer programmers enjoy a high-paying career</li>
<li>You can work anywhere in the world</li>
<li>Coding can help you think analytically and solve problems</li>
<ul>
<h2>What will you learn in Devslopes?<h2/>
<p>You will learn full stack development! This includes:<p>
<h2>What will you learn in Devslopes?</h2>
<p>You will learn full stack development! This includes:</p>
<ol>
<li>HTML<li>
<li>CSS<li>
<li>Javascript<li>
<li>React<li>
<li>NodeJs<li>
<li>API's
<li>MongoDB<li>
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>React</li>
<li>NodeJs</li>
<li>API's</li>
<li>MongoDB</li>
</ol>
</body>
</html>