+ 2
<b><b/> in the paragraph text
How can I place "<b>Some text</b>" as a simple text between <p></p> tags? The output of code should be: <b>Some text</b>
4 Respostas
+ 4
how does it work? (link to net)
+ 4
@MemphisReigns I don't want to make text bold
+ 1
Just add the b open and closing tags around the words that you want to make bold
0
<p> "< b > Some text < /b > " </p>
--> Here you go. This will output as a string. Put some space between <b> element. Here is a link.
https://codepen.io/ndungur/pen/paELxb
Actually, the text turns bold.