Watch the video and follow along with the written guide
Now that we have discussed structural tags we can now discuss text content tags. These tags provided significance and meaning to the text on your webpages.
In addition to the
In the browser you will notice that these tags come with default styles.
When you want to write a paragraph use the
tag. In some cases I have seen the use of the
tag for blocks of text particularly in blog posts.
The
tag is used to set text on a new line also known as a line break. One example would be when formatting a title and youâd like the text to fall to a newline for aesthetics. The break tag is only one tag and does not have an opening and closing tag.
The
Write, run, and test your code in real-time