Perl CGI Programming
HTML Elements: Rules
- The <HR> tag allows you to insert an HTML element (Horizontal
Rule) that denotes a break within a page.
- Note that these tags have been used throughout this document, and
even on this page.
- The Perl CGI construct for creating a horizontal rule would be:
print $query->hr();
- Note that the HTML 4.0 standard defines many controllable aspects
of horizontal rules that we will not cover here.
Back to Syllabus
Previous: HTML Elements: Text Modifiers
Next: HTML Elements: Images