JS

HTML Code Quiz - HTML horizontal rule code

24.

What HTML element will add a horizontal rule between the <h1> and <h2> headings?

<h1>Hello, World!</h1>

<h2>Say hello to the world of computer science.</h2>

<h1><hr/><h2>

<h1></h1><h2></h2>

<h1></h2>

<hr>