• 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 tagsDescriptionReplacement
<applet>Inserts applet<object>
<basefont>sets font stylesCSS
<center>centers elements<div style=”text-align:center”> / CSS
<dir>directory list<ul>
<font>applies font stylesfont stylesheets / CSS
<isindex>adds search field<form> with relevant <input>
<menu>menu list<ul>
<s>strike throughCSS
<strike>strike throughCSS
<u>underlineCSS

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

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
Can You Build a Website with Magento?

Magento is a powerful and flexible platform that allows businesses to create online stores tailored to their businesses. So, can you build a website with Magento? Absolutely. The more important question should instead be: what does it take to build one? Whether you’re a developer planning to work with Magento or a business owner considering … Continued

Isev Team
Isev Team May 14th, 2025
What Does a Magento Developer Do?

A Magento developer is more than just a coder — they’re a critical piece in building a successful ecommerce store.

Isev Team
Isev Team April 29th, 2025