How would i mix the bold and italic together? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How would i mix the bold and italic together?

9th Feb 2016, 3:20 AM
adam noah
adam noah - avatar
2 Answers
+ 6
p. { font-style: italic; font-weight: bold; }
9th Feb 2016, 4:13 PM
Jeff Pinney
Jeff Pinney - avatar
0
in Html : <div id="intro"><p class="italic">This is a paragraph in italic and bold style.</p></div> in Css : p.italic { font-style: italic; } #intro { font-weight:bold }
9th Feb 2016, 7:10 PM
Assem Hamdi Elsayed Mohamed Abduo
Assem Hamdi Elsayed Mohamed Abduo - avatar