I am not getting style tag | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I am not getting style tag

26th Mar 2017, 3:43 AM
Shubham Dharpude
2 Answers
+ 13
style tag is for using css inline in html tag. if you want to understand more, learn css course in this Sololearn.
26th Mar 2017, 5:31 AM
Agus Mei
Agus Mei - avatar
+ 2
use css, or use style attribute in a html tag with css properties ex. <div style="font-weight:bold">
26th Mar 2017, 4:47 AM
William La Flamme
William La Flamme - avatar