Example(s):,
Office 2010 Professional
In this illustration, we condense three policies with identical declarations
into 1. Hence,
h1 font-family: sans-serif
h2 font-family: sans-serif
h3 font-family: sans-serif
is equivalent to:
h1,
Windows 7 64 Bit, h2,
Microsoft Office 2010 Professional Plus, h3 font-family: sans-serif
Example(s):
The following rule matches all H1 factors from the
document tree:
h1 font-family: sans-serif
Example(s):
For instance,
Windows 7 64 Bit, think about the subsequent rules:
h1 color: red
em color: red
Although the intention of these guidelines is to add emphasis to text by
altering its shade,
Office 2010 Download, the result will likely be lost inside a situation these as:
<H1>This headline is <EM>very</EM> important</H1>
We address this scenario by supplementing the previous guidelines with a
rule that sets the text shade to blue whenever an EM occurs anywhere
within an H1:
h1 color: red
em color: red
h1 em color: blue
The third rule will match the EM from the subsequent fragment:
<H1>This <SPAN class="myclass">headline is <EM>very</EM> important</SPAN></H1>