Let’s decorate the page a little.
Make the first separator line red.
And make the second line green.

This task is part of the Full-Stack JavaScript Course
If you have any issues with it, you can ask for community help below the post
Feel free to help others if you’ve already solved the task

index.html

<p>JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions.</p>
<hr>
<p>JavaScript is a scripting or programming language that allows you to implement complex features on web pages</p>
<hr>
<p>Do not confuse JavaScript with the Java programming language. The two programming languages have very different syntax, semantic, and use.</p>