In the below following HTML the <b> is not working for making the “6” bold. any ideas why?
<h2 style="margin:1px;padding:0;color:#333333;font-family:verdana;font-size:85%"> I am <b> 6 </b> years old today </h2>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct bold tag is
<strong>not<b>. But h2 are bold on most browsers by default, which means you should make your h2 non bold first.