Just a note: The <p> is not required as the <hr> will automatically place a space before and after the tag.
You can also change the width of the line by designating percentage. <hr width=40%>
<hr width=40% align=left>
<hr width=40% align=right>
is not required as the
Thanks for the details. I got into the habit of using the paragraph tag on the horizontal rule tag because it makes for a greater spacing between the HR and the next line.
is not required as the
Thanks for the details. I got into the habit of using the paragraph tag on the horizontal rule tag because it makes for a greater spacing between the HR and the next line.