Which set of definitions, HTML attributes or CSS properties, take precedence?


CSS properties take precedence over HTML attributes. If both are specified, HTML attributes will be displayed in browsers without CSS support but won’t have any effect in browsers with CSS support.



Explore posts in the same categories: CSS Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • Diff. between VAT and Property Class?
  • Named visual attributes define only font, color, and pattern attributes; property classes can contain these and any other properties.You can...
  • How you will make available any Message Resources Definitions file to the Struts Framework Environment?
  • Message Resources Definitions file are simple .properties files and these files contains the messages that can be used in the...
  • Was XML created to replace HTML? Or will XML ever replace HTML?
  • It is a fact that the problem with HTML is that combines "data" with the "presentation" details, but XML was...
  • Why do style sheets exist?
  • SGML (of which HTML is a derivative) was meant to be a device-independent method for conveying a document's structural and...
  • What are order of precedence and associativity, and how are they used?
  • Order of precedence determines the order in which operators are evaluated in expressions. Associatity determines whether an expression is evaluated...
  • What are order of precedence and associativity, and how are they used?
  • Order of precedence determines the order in which operators are evaluated in expressions. Associatity determines whether an expression is evaluated...
  • What is a visual attribute?
  • Visual attributes are the font, color, and pattern properties that you set for form and menu objects that appear in...
  • What is a visual attribute?
  • Visual attributes are the font, color, and pattern properties that you set for form and menu objects that appear in...
  • What is an HTML tag?
  • An HTML tag is a syntactical construct in the HTML language that abbreviates specific instructions to be executed when the...
  • What is an HTML tag?
  • An HTML tag is a syntactical construct in the HTML language that abbreviates specific instruction to be executed when the...

    Comment:

    You must be logged in to post a comment.