SyntaxFix
Write A Post
Hire A Developer
Questions
Yes you can add text inside <span> and override css. jsfiddle
<span>
html:
<h1>**This text should be bold**, <span>but this text should not</span><h1>
css:
span{ font-weight: normal; }