I need to draw a horizontal line after some block, and I have three ways to do it:
1) Define a class h_line and add css features to it, like
h_line
<
If you really want a thematic break, by all means use the tag.
If you just want a design line, you could use something like the css class
.hline-bottom { padding-bottom: 10px; border-bottom: 2px solid #000; /* whichever color you prefer */ }
and use it like
Cheese