Dear Readers,
During my spring term of college I decided I'd enroll in a Dreamweaver class. I pretty much know how to design websites but I started when I was 16 and needed to brush up my skills. I also wanted to learn how to use this Dreamweaver. So my first day and I already learned a few things.
For Bold you no longer use the < b > < /b> tags. it is now < strong > < /strong >. However, you only really want to use this on the actual webpage if it is seriously important. Otherwise it is best to bold text via CSS.
For Italics < i > < /i > is also no longer in use. You now use - < em > < /em >. This too is better to use in a CSS.
As for the Underline tag. It is recommended you don't use it at all unless it's for a link. The reason for this is because most web users associate an underline with a link. So underlining something that is not a link is generally just a bad thing to do.
Well, that is all for now. :)