3 HTML and CSS Tips
The br tag
The <br>
tag inserts a single line break and is useful for writing addresses or poems.
The <br>
tag is an empty tag which means that it has no end tag . It looks like this:
A really long title that goes on forever
A really long title
that goes on forever
A really long title
than goes on forever
Using the Heading widget, place the <br> tag between the words you want to break to the next line.
The span tag
The <span> tag can be used to color words or letters of text.
A little more CSS code needs to be added inside of the opening <span> tag
A really long green title
that goes forever
A really long green title
that goes forever.