font-style: italic : font « XML « HTML / CSS

HTML / CSS » XML » font 
font-style: italic
 

<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<?xml-stylesheet type="text/css" href="xml-inline.css"?>
<MyRoot>
    T<MyElement>d</MyElement> a.
</MyRoot>

MyElement {
    display: inline;
    font-weight: bold;
    font-style: italic;
    color: red;
}

 
Related examples in the same category
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.