|
The fonts weight could be among the CSS scripts sometimes added to
MySpace layouts pages structures and then the written parts could be
displayed in some bold or lighter formats. Although the effects could also
get activated using some other scripts types and programming elements, but
we are going to take a look at a sort of web shortcut that can enable some
cool styles on the net. As you can guess, like the older scripts and effects
we evaluated, this style too is added to the text paragraphs and is
introduced as one of the CSS made styles across the internet.
Please take a look at this example code: p.write {font-weight:900;} and
then by beginning a new text paragraph and setting its style according to
this script feature, the words or sentences written in the middle of that
block would be displayed using the bold or strong option. If your second
paragraph has also been created and you would like some normally displayed
text messages become visible as it loads over the net, you could use the
normal option: p.second {font-weight:normal;} and of course as you can guess
you can name the paragraphs anyway you prefer online.
It could sound like a great idea from time to time accessing the codes
panels and pages of the websites and then evaluate their paragraph related
CSS effects to see which solutions the admins and webmasters have been using
in development of their portals as well as editing their written sections.
The greatest feature of CSS compared with the HTML program is exactly the
solution we are touching which involves applying changes to the paragraphs
and web elements just one by one or case by case without the need to
renovate or edit the whole websites structures.
|