Any text I type here will appear inside of a box that has a colorful background and text, a 2-pixel wide borders on all sides.
I surrounded this paragraph with a regular paragraph tag, so any text I type here should appear around the text box, not inside it. For example: the following text is from one of my classes lessons just to show you how it wraps around the box.
"Classes and Tables
Creating a table can be one of the most time-consuming, tedious, and error-prone activities any HTML developer can perform.
For example, suppose you wanted to create a two-column table.
Suppose further that you'd like all the cells in the first column to have a background color of #96B566. You'd also like all of the text in this column to be left-aligned and bolded.
Suppose also that all the cells in the second column should have a background color of #BCE27F, and all the text in this column should be right-aligned.
And finally, suppose you want to specify the exact font size and font face to be used on any text that appears in any cell of your table."