+ 2
<hr width="50px" /> why this line don't print from left side
why this horizontal line starts from middle of the screen
4 Respuestas
+ 4
<hr width="50" align="left" />
+ 3
Because center is the default value of the aliggn attribute.
Which means if you never set the align attribute it automatically aligns to center
+ 3
ok now i got it thanks @$Vengat and Calviղ
+ 2
but we have align=center then also it print to center why