Creating Inline Spans
Inline spans are use to apply formatting styles to a chunk text or elements on your web page. It can be helpful if you just want to apply formatting to a several chunks of text on your web page. The code for inline spans are as follow:
<span type in whatever formatting codes you want here>
</span>
Whatever is contained between the opening and closing span tags will be affected by the formatting codes that you specified.
Next: Beginning CSS