cmh asked:
, I can’t think of any other answer. If you know more, please reply ! And thank you !
I have the following question in my holiday homework : How will you insert different pattern of horizontal line in web page?
Except mentioning the attributes of
, I can’t think of any other answer. If you know more, please reply ! And thank you !

try looking here:
html tutorials and stuff about what you need.
I often use CSS to create a bottom border for my DIVs, because there is no extra code to enter. I can apply this across the board, rather than having to add an HR in.
#section {
border-bottom: 1px #ccc dotted
}
That’s the code similar to what Yahoo Answers to put a horizontal line just above this section.
will help you alot