When I learned HTML there were no style sheets. Tags such as <b> <u> and <i> were common. <hx> tags were used to get a size you wanted. Then came CSS. HTML markup could become purely semantic. Now we could use <hx> to provide semantic information and leave formatting to the CSS. HTML for Semantics; …