• 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

WordPress Security Checklist for UK Businesses (2026)

Your WordPress site went down last Tuesday at 2pm. You don’t know why, and neither does the person who built it three years ago. By the time it comes back, you’d missed four enquiries and your email had bounced for six hours. This happens to UK businesses every week. WordPress powers around 40% of all … Continued

Isev Team
Isev Team June 10th, 2026
Do businesses need video marketing?

If you aren’t using video, you’re missing out on a target audience discovery and engagement channel. These days, social media platforms tend to push video far more than static posts, so it’s easy to get overlooked without it. The same goes for your website: most people would rather watch a quick video than scroll through … Continued

Isev Team
Isev Team April 29th, 2026
AI Optimisation: An in-depth guide to AEO, LLMO, and GEO

AI optimisation is a digital process that requires websites to be read and understood by AI models. If the content on your site is optimised, AI may quote, reference and link back to your website.

Leanne March 5th, 2026
Magento 2 Guide: Attributes & Attribute Sets

Here we’re going to look at an important, but sometimes overlooked part of Magento – Attributes. You are able to create custom attributes and use these improve the information you show for a product and offer more website navigation options, helping to improve user experience, but before we get into that…. What are attributes? Attributes … Continued

Tim February 16th, 2026