Forum : HTML Rules(Lines)
Brief description  about Online courses   join in Online courses
View Sai Naren  Kondisetty 's Profile

HTML Rules(Lines)

Hi all,

I have a question...When we give <hr/>, a line is created. It is generated for the full page width. How can we restrict its length? Is there any way?

Thanks...
Naren
Asked by Sai Naren Kondisetty | Nov 16, 2009 |  Reply now
Replies (3)
View aman b 's Profile
Hey try this

<hr width="(width in percentage)" />

EX:- <hr width="50" />


This is flexible not fixed.

- Aman B
Dec 3, 2009
View sai-naren kondisetty 's Profile
Thanks Alka...
Nov 17, 2009
View alka purwar 's Profile
Hi Naren,

You can change the width of line by adding width property...
<hr width=200 align=left>

Cheers!
Alka
Nov 17, 2009