[PLUG-TALK] HTML5: <hr> not working
Paul Heinlein
heinlein at madboa.com
Wed Aug 17 22:11:41 UTC 2022
On Wed, 17 Aug 2022, Rich Shepard wrote:
> This is a web page issue, not specifically linux.
>
> I'm trying to use the <hr> tag in html5 to separate paragraphs into groups.
> For example:
>
> <p>This is some text.</p>
>
> <hr>
>
> <p>This is some more text.</p>
The follow brief html document shows up with a full horizonal rule
between the two paragraphs. In other words, I'm not sure how to
duplicate your results.
<html>
<head>
<title>Test Page</title>
</head>
<body>
<h2>Test Page</h2>
<p>paragraph one</p>
<hr>
<p>paragraph two</p>
</body>
</html>
--
Paul Heinlein
heinlein at madboa.com
45°22'48" N, 122°35'36" W
More information about the PLUG-talk
mailing list