Files

12 lines
243 B
Markdown
Raw Normal View History

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