This is an example of using the <span> tag
This is an example of a span tag nested inside a paragraph element.
<p>This is an example of a <span style="border:2px solid green;padding:3px;"> span tag nested inside</span> a paragraph element.</p>
To turn these elements into Block-Level Elements, use the CSS property display:block;
.
Click here to view the implementation of the display
property