This Domain Name Is For Sale! Click Here For More Details
 

Help needed with HTML ?

holiday patterns
cmh asked:

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 !

Bookmark and Share

3 Comments

  1. Moe says:

    try looking here:
    html tutorials and stuff about what you need.

  2. Rockstar says:

    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.

  3. Grant M says:

    will help you alot :P

Leave a Reply