mirror of
https://github.com/moodle/moodle.git
synced 2025-03-15 05:00:06 +01:00
It is better to use <strong> instead of <b> for accessibility as <strong> is a semantic tag that convey to screen reader users that the Attachments text is important. <b> on the other hand just makes the text bold and is only for presentation and has no semantic meaning.