About 60,800 results
Open links in new tab
  1. What is the right way to create a horizontal line with HTML and …

    Learn how to create a horizontal line in HTML and CSS effectively.

  2. Add centered text to the middle of a horizontal rule

    Add centered text to the middle of a horizontal rule [duplicate] Asked 15 years, 8 months ago Modified 4 years, 6 months ago Viewed 422k times

  3. html - CSS technique for a horizontal line with words in the middle ...

    HTML markup isn't as elegant top property on .line element needs to be half of line-height. So, if you have a line-height of 1.5em, then the top should be -.75em. This is a limitation because it's …

  4. html - How to adjust the width of a horizontal rule element - Stack ...

    This Stack Overflow thread discusses how to adjust the width of a horizontal rule element in HTML and CSS.

  5. How can I change the thickness of my <hr> tag - Stack Overflow

    I want to change the thickness of my horizontal rule (<hr>)in CSS. I know it can be done in HTML like so - <hr size="10"> But I hear that this is deprecated as mentioned on MDN here. ...

  6. Alternative to horizontal rule tag `<hr>` working in html5

    Feb 14, 2017 · I am currently working on some html for a calendar (in html5), and I am trying to add in a coloured horizontal line. I have been using the horizontal rule tag <hr> but I'm …

  7. Horizontal rule/line beneath each <h1> heading in CSS

    Jul 1, 2014 · In case, you want to use the float:left, float:right properties, then you have to use width:100% property also. padding-bottom is to optionally give some space between the text …

  8. html - <hr> not showing - Stack Overflow

    Sep 28, 2012 · If you intend to use border:0px;, then set height:1px; and set background:#FFFF00; (OR) border:1px solid #FFFF00; and height:0px; That might do the …

  9. Is there a vr (vertical rule) in html? - Stack Overflow

    Feb 21, 2009 · Explains the absence of a vertical rule tag in HTML and discusses alternatives for creating vertical lines in web design.

  10. html - Changing the color of an hr element - Stack Overflow

    Learn how to change the color of an hr element in HTML using CSS techniques and examples provided by the Stack Overflow community.