PDA

View Full Version : style attributes <strong>


iFid
06-26-2008, 08:33 AM
can u code for <strong> and <em> in your stylesheet like you can for <b> and <i>?

vasilios
06-26-2008, 11:42 AM
strong, b {
/* Styles */
}

em, i {
/* Styles */
}

Clare.
06-26-2008, 12:01 PM
yes you can but you can do it separatly too. you can also do <small>

vasilios
06-28-2008, 06:07 AM
You can style pretty much any HTML tag. iframe, br, hr, small, em, i, del, ins, strong, b, u, s etc.