How do I insert a horizontal line (rule) in html?



  • Using the <hr> tag

    <!DOCTYPE html>
    <html lang="en">
     
    <head>
      <meta charset="utf-8">
      <meta name="author" content="Goofy Bertwinkle">
      <meta name="description" content="List of movies"
      <meta name="keywords" content="movies, film, animation"
      <title>Horizontal line.</title>
    </head>
     
    <body>
      <hr>
    </body>
     
    </html>
    

    screenshot-horizonal-line.png


Log in to reply
 

© Lightnetics 2024