applying css classes inside the HTML tag

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • localhost1
    New Member
    • Aug 2007
    • 11

    applying css classes inside the HTML tag

    hi
    i have writen a code like this

    <input type="text" name="recrut_mo bile" class="required _numeric" style=" height:15px; width:475px; border:1px solid #EB208D"/>

    does it work if i write class and syle inside same ag like above

    pls its urgent

    thnks in advance
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Yes but the inline style will take precedence.

    Comment

    Working...