+ 4
Why wonât this align to the right
(Using CSS) https://code.sololearn.com/W7QVnktGcFtz/?ref=app
7 Answers
+ 5
INCREDIBLE
Using CSS?
+ 5
OK. Thanks.
+ 4
Because you need to write it like this:
<p align ="right">
Can someone please tell me why this isn't aligned to the right?'
</p>
Just like INCREDIBLE told you.
+ 3
<p align ="right">
Can someone please tell me why this isn't aligned to the right?'
</p>
+ 3
Toni Isotalo
I donât understand. I would like to use CSS.
+ 2
Make it displayed as block element with css
display: block;
You should follow html standards and be using div or paragraph tag with class "right"
+ 1
sorry, it as Toni said