Horje

Tips and Notes for HTML <b> Tag

Note: According to the HTML5 specification, the <b> tag should be used as a LAST resort when no other tag is more appropriate. The specification states that headings should be denoted with the <h1> to <h6> tags, emphasized text should be denoted with the <em> tag, important text should be denoted with the <strong> tag, and marked/highlighted text should be denoted with the <mark> tag. Tip: You can also use the following CSS to set bold text: "font-weight: bold;".




Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin