0
How do you allign a paragraph in html5 if you cannot use it with <p> ?
6 Respuestas
+ 1
You can put them in a table and set it's border to zero.
+ 1
Using CSS:
<p style="text-align:right">
+ 1
It seems to me that Kishalaya Saha you forget to add semi colon at the end of CSS property!!😆😆
Using CSS:
<p style="text-align:right;">
I noticed that in another answer also 😂😂😊😊
+ 1
If there is only one property and value pair, the semicolon is optional. (Same goes for the last pair.)
0
you can of course do it with css but since this is an html only course, i’ll suggest to use <span>.
That’s an inline tag and should solve your problem.
- 1
Node.Config can you please provide a link to your relevant Code Playground project? I'm not sure I have a precise understanding of your issue.
The Code Playground should be relatively easy to find in the website version of SoloLearn, but if you are in the app version, it can be accessed via the curly braces, green circle with plus sign to add a new project, then select the project type.
Looking forward.