I saw somewhere that there is a method to make a text much more readable by putting the keyword of a word in bold I'm looking for a bot that make bolder the keyletters of each word in a text
e.g. My Keyboard works -> My Keyboard works
I don't know if there is a library that does this
But if someone can find me the name of this method I would be happy, thank you
ps: I know how to make bold text in HTML / CSS
CodePudding user response:
You can simply add the text in a <b>
tag or you can set the font-weight:bold
in the css
CodePudding user response:
you have 3 options. you can use <b>
<bold>
also you can use <strong>
element which is better because text readers after reading <strong>
they highlight content and last option is that you can set font-weight in css. font-weight: bold