You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.
I've attempted solving this exercise several times. The solution to solving this exercise is relatively simple, it just requires an <hr> tag to be placed between the <h4> title tag and the first <p> tag that follows it.
However, when submitting this solution, once of the tests fail:
"The hr tag should come between the title and the paragraph."
I've also attempted to take the following exercises code and paste it into the IDE as well, but it didn't work either.
Describe the bug
I've attempted solving this exercise several times. The solution to solving this exercise is relatively simple, it just requires an
<hr>
tag to be placed between the<h4>
title tag and the first<p>
tag that follows it.However, when submitting this solution, once of the tests fail:
"The hr tag should come between the title and the paragraph."
I've also attempted to take the following exercises code and paste it into the IDE as well, but it didn't work either.
I've included screen shots below
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Both tests should pass
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: