Those of you who are list-happy HTML authors know you have the ability to change the bullets and numbers that create those lovely <OL> and <UL> lists. But with HTML alone, you're pretty locked in once you make a decision to use numbers or to use a certain bullet. Well, not any more. CSS has really allowed Web page designers to be more free with what they have.
Some characters like the < character, have a special meaning in HTML, and therefore
cannot be used in the text. To display a less than sign (<) in HTML, we have to use a
character entity.
The <font> tag in HTML is deprecated. It is supposed to be removed in a
future version of HTML.Even if a lot of people are using it, you should try to avoid it, and use styles instead.