where you should put the Horizontal rule in a HTML?

whenever i put </hr> i doesn't work

<html>
<head>
<title>Internet Concepts</title>
</head>

<body>
<h1 align="center">Internet Concepts<h1>
</hr>

<h2>Key Terms</h2>
<ol type="1">
<li>Internet</li>
<li>Network</li>
<li>World Wide Web</li>
</ol>
<h2>Web Page Elements</h2>
<ol type="1">
<li>Title</li>
<li>Body</li>
<li>Headings</li>
</ol>

</body>
</html>

<where should i put it?,i want to put it after the Internet Concepts>
 
Back
Top