back to home

"b" & "strong" tag

  1. The HTML < b> element defines bold text, without any extra importance
  2. < b>This text is bold< /b>
  1. The HTML < strong> element defines strong text, with added semantic "strong" importance.
  2. < strong>This text is strong< /strong>