Files

16 lines
307 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: Inform with the Paragraph Element
---
# Inform with the Paragraph Element
---
## Problem Explanation
2018-10-12 15:37:13 -04:00
You are asked to create another HTML element. A brief recap on how to achieve that:
- Create an opening tag.
- Write some content (usually plain text)
- Create a closing tag.
Good luck!