How To Put Bold Letters On A Website Using HTML Code
- Forums
- HTML
- How To Put Bold Letters On A Website Using HTML Code
hi, i m kinda new to html and i really like your tutorials, but i need to know how to put bold letters on a website. i started to use my own, but it doesnt work [762], Last Updated: Sat May 18, 2024
soliar65
Mon Dec 20, 2010
1 Comments
971 Visits
hi, i m kinda new to html and i really like your tutorials, but i need to know how to put bold letters on a website. i started to use my own, but it doesnt work
1. <b>BOLD LETTERS</b>
2. <strong>BOLD LETTERS</strong>
3. <span style="font-weight: bold">BOLD LETTERS</span>