---
# System prepended metadata

title: HTML Paragraphs​Paragraphs are

---

This is everything i learned last week at blockfuse labs 

HTML Paragraphs

​Paragraphs are the most basic part of a webpage. You start a paragraph with a p tag and end it with a closing p tag. This tells the browser to group your words together. It also adds a little bit of space above and below your text so everything does not look crowded. This makes your writing much easier for people to read on a screen.

​HTML Styles

​Styles let you change the way your text looks. You add a style attribute inside your tag to change things like color or size. You can make your text red or blue or green by using the color setting. You can also make your words very large or very small with the font size setting. Using styles is the best way to make your simple text look more interesting and professional.