Help:Cascading Style Sheets: Difference between revisions

Content deleted Content added
m Reverted edit by Andres.developer (talk) to last version by WOSlinker
Non-print: this parenthetical was pertinent in 2002, maybe
Line 128:
=== Non-print ===
 
One can exclude content from being printed (if the browser supports CSS) by declaring the content to be of the "noprint" class:
<syntaxhighlight lang="html">
<div class="someclass noprint">This will not appear in the print version.</div>