renoirb / htmlcsstherightway

A spinoff on the "the right way" idea to explain the HTML/CSS basics for the self-taught. Idea coming from https://github.com/h5bp/lazyweb-requests/issues/73
http://htmlcsstherightway.com
57 stars 16 forks source link

I want something to be bold, do I use <b> or <em> or some css or what? #5

Open renoirb opened 12 years ago

renoirb commented 12 years ago

Source: https://github.com/h5bp/lazyweb-requests/issues/73

pankajparashar-zz commented 12 years ago

The best way to style text is by using CSS. Hence, style="font-weight:bold" is my recommendation.

renoirb commented 12 years ago

You realize that thee goal of that bug tracker list is to document things a person who wants to start would read and learn? If you want to suggest content, not only one liners ;)

viditvarshney commented 5 years ago

Yes as @pankajparashar-zz says best way to bold text is by CSS style = "font-weight: bold"

for a part of text you can also use or also