So with these 6 tags, there are no visible differences and I know 3 are deprecated.
+––––––––––––––––––––––––––+––––––––––––––––––––––––––––––––+
| | |
| i | em |
| | |
+–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––+
| | |
| b | strong |
| | |
+–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––+
| | |
| s | del |
| | |
+––––––––––––––––––––––––––+––––––––––––––––––––––––––––––––+
As of now, <i>, <b> and <s> are all deprecated however I have seen posts and sites saying use these instead of <em>, <strong>, and <del>
There is also the CSS methods of font-style:italic, font-weight:bold and text-decoration:line-through.
Should we still be using the HTML tags at all or completely move on to CSS? If we were to continue using the HTML tags. Which ones would we use?