SEE: Round corners and Box shadow under Category CSS.
Using Inline Style Sheets
The appearance of text within a paragraph can be changed using inline style sheets.
Span Tag
The span tag <span></span> is a useful tool for changing font appearance within a paragraph. The span tag should only be used as an inline tag.
This code would produce the results shown here, when using the span tag to change the size of the text to 28px.
<p>This code would produce <span STYLE="font-size :28px">the results shown here</span>, when using the span tag to change the size of the text to 28px.</p>
It could also be used to change the color of the text.
<p>It could also be used to change the <span STYLE="color :#FF0000">color</span> of the text.</p>
Other inline tags that can be used to change text within a paragraph are:
🔵 <em></em> This is emphasized text.
🔵 <strong></strong> (to emphasize importance of text)
🔵 <b></b> (to thicken text to draw attention)
🔵 <sub></sub> This is subscript text.
🔵 <sup></sup> This is superscript text.
🔵 <i></i> This is italic text.
🔵 <u></u> This is underlined text.
Free Tools and Resources
Have you found Thiings yet?.
Over 6000 Free 3D images that you can download (individually or the complete set) and use for personal or commercial projects. You have got to SEE this!!