Instead, use the <b> tag or a <span> element and CSS to make the font bold. Use <strong> to imply importance, urgency, or seriousness. .bold{font-weight: bold;} ...
確定! 回上一頁