HTML CSS examples for HTML:Line Break
Style horizontal line <hr> with css background style
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <!--from w ww . j av a 2 s . c om--> <body> <hr style="background: red; border: none; height: 5px;"> </body> </html>