2018-10-12 15:37:13 -04:00
|
|
|
---
|
|
|
|
title: Inform with the Paragraph Element
|
|
|
|
---
|
|
|
|
|
2019-07-24 00:59:27 -07:00
|
|
|
# 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!
|
|
|
|
|