Say i want a big, strong italic text... how to do so ? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

Say i want a big, strong italic text... how to do so ?

28th May 2017, 9:16 PM
Yaman
Yaman - avatar
2 Réponses
+ 7
HTML: <span class="bigstrongitalic">your text</span> CSS: .bigstrongitalic { font-weight: bold; font-size: 18pt; font-style: italic; }
28th May 2017, 10:28 PM
Mario L.
Mario L. - avatar
+ 4
So we can mix tags together, exactly what i wanted to know. Sorry to bother you but im still a fresh learner..Thanks a lot man.
28th May 2017, 9:47 PM
Yaman
Yaman - avatar