+ 6
how can i get 50% of horizontal line from left in output? why it is placed in center of the screen even there is no attribute in <hr width="50%" />?
4 Respuestas
+ 8
i got the answer. using align attribute in <hr width="50%" /> we can change the position of the horizontal line.
<hr align="left" width="50%" />
+ 1
align it to left
0
chng the direction of the align
0
<hr align="left" width="50%"/>