<hr />
<hr /> tag will be used for creating horizantal line.
Syntax:
<hr />
Example:
<html>
<head>
<title>HTML Tutorial</title>
</head>
<body>
<p>
After this paragraph I have added an horizantal line.</p>
<hr />
<p>
After this paragraph I have added two horizantal lines.</p>
<hr />
<hr />
</body>
</html>
Output:
After this paragraph I have added an horizantal line.
After this paragraph I have added two horizantal lines.
Useful Tools
Online Code Editor and Compiler
HTML Minifier
Online HTML Compiler/Preivew
Word Count Tool
Replace Text/Word tool
Latest Blogs
How to check if a canvas is empty or blank
Maintain div or panel scroll position after postback in asp.net update panel
Draggable button using jquery ui
Get total number of tables, views, stored procedures and functions count and names in sql server
JavaScript function to get date in mmddyyyy hhmmss ampm forma