Stacking formatting elements | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
- 1

Stacking formatting elements

Am I able to make a sentence bold and italicized? And if so how.

14th Aug 2018, 8:52 PM
Jacob Wilson
1 Respuesta
+ 1
Yes, in HTML, just nest one set of tags in the other. In CSS, is the font-weight property and the font-style property.
14th Aug 2018, 9:12 PM
Janning⭐
Janning⭐ - avatar