+ 3
Why when i try to code like that, the line of <hr> is moved to the right, not left
<p align="center"> This is a text. <hr width="30px" align="right" align="left" /> </p>
4 Réponses
+ 2
I think it should be read from left to right and the attribute align ="left" must be apply to html. Anyone think so.
+ 2
I"ll try it on pc once again. I'm not sure how it work.
0
Because you put align="right" first then align="left" and program is confused then. You must delete align="right".
0
No, it is reading from left line 30 pixels if you delete align="right, otherwise it is reading from right line 30 pixels