How can implement inline CSS ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can implement inline CSS ?

17th Aug 2017, 6:44 AM
Raj kumar Singh
Raj kumar Singh - avatar
3 Answers
+ 3
implement like this <html> <body> <p style="color:blue;font-size:46px;"> hello world </p> </body> </html>
17th Aug 2017, 6:53 AM
Deepesh
Deepesh - avatar
+ 3
thanks deepesh
17th Aug 2017, 6:57 AM
Raj kumar Singh
Raj kumar Singh - avatar
+ 3
Using style attribute...
17th Aug 2017, 9:28 AM
Ekansh