Journal
CSS
Style with CSS turned off using the “hr” tag
Did you know that the "hr" tag is quite a useful tag? Let's say the user views your web site with the CSS styling off or they are viewing through a mobile device, by adding the code "hr" tag will help better visually organize your contents on your web page by having line dividers between each sections. However, you need to hide the the tag with CSS so that the line is hidden when the CSS is on and the line shows up when the CSS is off. See example below. Read on. >>










0