0
what i have to do if i want bolt and italic for same sentence?
4 odpowiedzi
+ 6
<b><i>hello world</i></b>
+ 2
Just use the tag inside the <p> tag.
<p>This is a <strong>paragraph</strong></p>
+ 1
no..
if i write this the word paragraph alone will be changed to bolt alone.. if i want the same word paragraph as a italic and bolt both what can i do?
0
keep italic tag bold tag : <b><i>like this</i></b>