• blog
  • Why you should avoid using deprecated HTML and CSS – Part One

October 7,2021

Why you should avoid using deprecated HTML and CSS – Part One

byIsev Team Isev Team

deprecated

Like everything else, syntax used in HTML and CSS has changed over the years. Code which would have been valid a couple of years ago is now a definite no-no. Why the change in syntax? The simplest answer is that more functional or flexible alternatives have been found and adopted.

Times change, you need to move on.

If you use deprecated HTML and CSS, the best case scenario is that your website will not validate, which hey, isn’t the worst thing in the world. However I do think that web standards are important, all developers that take pride in their work do.

That isn’t the worst case scenario. Browsers should support depreciated tags, but support cannot be guaranteed. This means that if you use deprecated syntax, your website could end up breaking on the next browser update.

Deprecated HTML Tags

Here are some deprecated HTML tags, which you should avoid at all costs.

Deprecated HTML tags Description Replacement
<applet> Inserts applet <object>
<basefont> sets font styles CSS
<center> centers elements <div style=”text-align:center”> / CSS
<dir> directory list <ul>
<font> applies font styles font stylesheets / CSS
<isindex> adds search field <form> with relevant <input>
<menu> menu list <ul>
<s> strike through CSS
<strike> strike through CSS
<u> underline CSS

Along with the above tags that are deprecated there are also attributes you should really try to stay away from. In part two we will consider which of these you should avoid.

Continue Reading

What is ecommerce? A Complete Guide for 2025

Ecommerce has completely changed the way we consume and sell. From browsing products on websites and apps to buying directly through social media, selling online makes it easier than ever for businesses to reach customers without the high costs of a traditional store. We’ll explore what e-commerce is, how it works, the different types of … Continued

Isev Team
Isev Team September 2nd, 2025
PPC in 2025: Why Your Business Should Consider Using Google Ads

Google Ads remains a powerful and constantly evolving solution. It's an great tool for businesses that want to be seen, stay competitive, and achieve tangible growth

Isev Team
Isev Team August 6th, 2025
Editing Magento 2 Mega Menu with Venustheme

To edit your the Mega Menu, using the Venustheme extension in Magento 2 To get to the menu, you will need to go to the lef thand navigation and Venustheme > Manage menus. Select menu you want to edit. If you have a separate mobile and desktop menu, they will both need to be updated. … Continued

Isev Team
Isev Team June 23rd, 2025
Upgrading Magento 2.4.5 to 2.4.6

Magento is one of the most powerful and flexible ecommerce platforms available. For store owners currently on Magento 2.4.4, moving to version 2.4.6 is more than just a recommended upgrade—it’s a necessary step to keep your business safe, compliant, and competitive in an evolving digital environment.

Isev Team
Isev Team June 11th, 2025