CSS
Writing about web page http://www.w3schools.com/css/css_syntax.asp
This is the only CSS acknowledge I need to know :)
- Selectors: Any HTML element is a possible CSS1 selector
- Contextual Selectors: P EM { }
- Class selector : selectors.class i.e., p.right. the classes can be combined e.g class="classA, classB"
- ID selector : element.id i.e., p#right
- Without the prefix selector, it will allow to any element
- Contextual ID/Class : #form_properties table ??
- Inherentence:
- span.highlight {background–color–yellow} will only applied to span tags with a declard class attribute of hightlight.
Add a comment
You are not allowed to comment on this entry as it has restricted commenting permissions.