What is the purpose of the strong tag in HTML?

What is the purpose of the strong tag in HTML?

Explanation

The <strong> tag in HTML is used to apply bold formatting to text, commonly for emphasizing key points or words.

It is different from the <b> tag, which only applies bold formatting without semantic meaning.