How to Draw a Horizontal Row below a Text in CSS.

Questions by vijenjoy2k2

Showing Answers 1 - 31 of 31 Answers

jaswant

  • Aug 10th, 2007
 

We can use text-decoration : underline for this

  Was this answer useful?  Yes

Paul

  • Sep 14th, 2011
 

Use the <u> </u>(underline) HTML tag.

  Was this answer useful?  Yes

Carol Lawrence

  • Nov 13th, 2011
 

How do you modify the horizontal rule tag, hr, in CSS?

  Was this answer useful?  Yes

Anis

  • Nov 23rd, 2011
 

Use the text-decoration:underline this way is correct.

Code
  1.  

  Was this answer useful?  Yes

Vinay Sankarasetty

  • Mar 14th, 2012
 

Please use

Code
  1.  

  Was this answer useful?  Yes

rakesh

  • Sep 18th, 2014
 

put< hr>there

  Was this answer useful?  Yes

Roy

  • Jan 10th, 2015
 

Code
  1.  

  Was this answer useful?  Yes

Asfath Ahamed

  • Apr 10th, 2015
 

This is the best way to put a line below the paragraph text in CSS.

Code
  1.  

  Was this answer useful?  Yes

kk

  • Jul 14th, 2015
 

Create a table for "code" or for "number" and specify the border (based on the Code / Number) with dotted-line.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions