Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4
Here is a minimal example: <html> <head> <style type="text/css"> .bold{ font-weight: bold; } .blue{ color: #0000ff; } </style> </head> <body> <p class = "bold blue " >test</p> </body> </html> separate classes by space makes it possible. try it out and hopefully it helped.
19th May 2019, 12:09 PM
Axel Gottwald
Axel Gottwald - avatar