Conflict Styles
- You can use any or all types of styles in a single web pages
- If multiples style instructions exist, they will "cascade" into a single set of instruction, with some instructions
taking priority over others
- Modern browser display the CSS attribute of the innermost style which means the browser will display the style that is closet
to the element or text itself
- The priority is INLINE then EMBEDDED and EXTERNAL and lastly the brower default
HTML Tutorials