+ 5
How to set the style bold,italic
8 Answers
+ 2
use font-weight : bold
and font-style:italic
... hope you know how to put up all these
If no.. comment, i will explain
+ 10
This may help u Archana Berad :
https://www.sololearn.com/learn/CSS/1087/
+ 9
you can use the tags <i> and <b>. to give it a style. and <u> to underline.
+ 5
in HTML, you use tag
<b>
<i>
<u>
in CSS, you can use
font-weight : bold
font-weight : italic
etc
+ 1
ok
0
ok
ty
0
easy
<b>bold</b>
<i>italics</i>
<u>underline</u>
all this is for html and i noticed that people only put the tag and not what it standed for so here is what the tags stand for
hope it helps a bit
0
learn at sololearn