There are many ways to write CSS in Squarespace. In this article, we will focus on how to use the <p>, <b> and <u> tags to style text in HTML.
First, let’s cover the <p> tag. The <p> tag is used to create a paragraph.
By default, paragraphs have a margin above and below them, and they are often indented. To create a paragraph in Squarespace, simply add the <p> tag before the text you want to turn into a paragraph. For example:
This is a paragraph.
This is another paragraph.
Now let’s look at the <b> tag. The <b> tag is used to bold text.
To use the <b> tag, simply add it before the text you want to bold. For example:
This text is bold.
The <u> tag is used to underline text. To use the <u> tag, simply add it before the text you want to underline. For example:
This text is underlined.
These are just a few of the many ways you can style text using HTML tags in Squarespace. With a little practice, you’ll be able to style your text exactly how you want it!