What is the difference between <strong>, <b> tags and <em>, <i> tags?
Sandhya Answered question June 23, 2023
General consensus is that ’em’ and ‘strong’ should be used as they indicate semantic meaning (i.e. ‘This text or word is more important than the others’) as well as how the text should look (i.e. ‘This word should be bold or italic’), whereas ‘b’and ‘i’ only do the latter.
Sandhya Answered question June 23, 2023
