CSS Properties: How to defines no rule?
Solution:
HTML Code:
Explanation:
- This HTML document demonstrates how to define no rule between columns in a CSS layout.
- The CSS style block defines rules for elements with the class "xyz".
- Various -webkit prefixed properties are used for WebKit browsers (like Chrome and Safari), while non-prefixed properties are used for other browsers.
- -webkit-column-rule-style: none; sets no rule between columns for WebKit browsers.
- column-rule-style: none; sets no rule between columns for all browsers.
Live Demo:
See the solution in the browser
Supported browser
![]() |
![]() |
![]() |
![]() |
![]() |
Yes | Yes | Yes | Yes | Yes |
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.
- Weekly Trends and Language Statistics
- Weekly Trends and Language Statistics