https://www.webfx.com/blog/web-design/progressive-enhancement/

https://prod-files-secure.s3.us-west-2.amazonaws.com/b5aa5faa-b067-40c0-b605-c6ef061dc1ed/31f3f60e-4f6d-4017-a7f5-4e40ffd7b449/overall-best-practices.jpg

https://prod-files-secure.s3.us-west-2.amazonaws.com/b5aa5faa-b067-40c0-b605-c6ef061dc1ed/6b050cd7-18ff-49f8-96ca-d126fd9a0920/0029-01_progressive_enhancement_primer_thumbnail.png

With an ever-growing variety of browsing situations and platforms that must be supported, the concept of progressive enhancement has become a hot topic of conversation. Put simply, progressive enhancement is the technique of building websites with strong foundations so that it’s accessible to the wide range of browsing situations — from mobile devices and netbooks, to desktops and screen-readers.

What Is Progressive Enhancement?

In its simplest conceptualization, progressive enhancement is the separation of HTML, CSS and JavaScript.

That’s it, really. If you had to remember one thing about progressive enhancement, it should be that. Think of these web technologies as being in layers, with HTML as the first layer, CSS being the second, and JavaScript (and other client-side technologies that deal with site interactivity, such as Flash or Java applets) as being the third.

https://prod-files-secure.s3.us-west-2.amazonaws.com/b5aa5faa-b067-40c0-b605-c6ef061dc1ed/1ac1e9b2-92c6-4b24-8a6f-eff4e12a025b/0029-02_progressive_enhancement_layers.jpg

By compartmentalizing these website components, we more easily allow our sites the ability to become enhanced depending on the web browser’s capabilities. How would we pragmatically carry out progressive enhancement?

https://prod-files-secure.s3.us-west-2.amazonaws.com/b5aa5faa-b067-40c0-b605-c6ef061dc1ed/833c0742-5d09-4911-acaa-04779b3f522f/0029-03_progressive_enhancement_layers2.jpg

Benefits of Applying Progressive Enhancement Techniques

You should keep in mind that pragmatically implementing the separation of the markup, styling, and behavioral layers would give you many benefits in your site projects. These are the major reasons for embracing progressive enhancement: