- 1
Stacking formatting elements
Am I able to make a sentence bold and italicized? And if so how.
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.
Am I able to make a sentence bold and italicized? And if so how.