Exercise: Horizonatal Rule


1. Open Notepad and type the following text:


<!DOCTYPE html>
<html>
<head>
<title>Horizontal Rule</title>
<head/>
<body>
<p>Section One: Cascading Style Sheet</p>
<p>Section Two: HTML</p>
</body>
</html>


2. Add a horizontal line for section one and section two.

3. Once you have typed the hr tags save the file as Hr.html.

4. Click the Answer button to check your work.











Website Displays

Section One: Cascading Style Sheet



Section Two: HTML