Skip to content
Foxipa
Code Completion 4 Challenges

Complete the paragraph

Type the missing HTML directly into each code example. Complete all four challenges, then check your answers.

Beginner ~4 min read

Challenge %d

Close the paragraph element.

html Your answer
<p>Foxipa helps you learn the web.

Type the missing code

Challenge %d

Add the opening paragraph tag.

html Your answer
Foxipa makes web concepts easier to understand.</p>

Type the missing code

Challenge %d

Add the missing paragraph closing tag so the markup has a complete element.

html Your answer
<p>Semantic HTML gives content meaning.

<p>CSS controls presentation.</p>

Type the missing code

Challenge %d

Complete the paragraph so the link is valid content inside it.

html Your answer
<p>Learn more on </a>.</p>

Type the missing code