Skip to content
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
24 changes: 12 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,19 @@
<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>
<ul>
<h2>What will you learn in Devslopes?<h2/>
<p>You will learn full stack development! This includes:<p>
<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>
<ol>
<li>HTML<li>
<li>CSS<li>
<li>Javascript<li>
<li>React<li>
<li>HTML</li>
<li>CSS</li>
<li>Javascript</li>
<li>React</li>
<li>NodeJs<li>
<li>API's
<li>MongoDB<li>
<li>API's</li>
<li>MongoDB</li>
</body>
</html>