+ 1
Can we use css in html body?
7 Answers
+ 3
You can use inlined css in the 'style' attribute of any html element (as <body>, as specifed by @Ipang), but even more, you can use any numbers of <style> elements inside <body>, even if we usually put them in the <head> part of the document ^^...
+ 6
Yes we can, use inline style for in-body styling, e.g <p style="text-align:justify;">This is a paragraph with inline style</p>
+ 6
You're welcome, glad to help : )
+ 1
helpful thnc
+ 1
thnx
+ 1
at very besic lvl.
+ 1
thnxx visph it hlps