The reachability of a website and its contents from search engines has become essential nowadays. To help search engines understand what our content can offer and what added value it can give, SEO meta tags come to our rescue. To do this we will add meta information within our page […]
HTML
HTML is a formatting language. It is the fundamental building block for the creation of websites.
Mastering responsive images: srcset, picture, WebP
In today’s diverse device landscape, delivering optimized images for optimal performance and user experience is crucial. This article delves into the world of responsive images, equipping you with the knowledge and code examples to implement efficient solutions using srcset, sizes, the <picture> tag, and the versatile WebP format. Understanding the […]
Native lazy loading for images
An excellent new attribute has been added that will avoid a series of problems of loading. For example, you are in a scrolling SPA (Single Page Application) with many background images. The browser will gradually download them when it needs. I’m talking about native lazy loading for images and usually […]
Bootstrap 5 coming soon
It is finally about to arrive. I’ve been waiting for it almost always. I’m talking about the new version of the bootstrap graphics library (Bootstrap 5). One of my favorites is definitely the first. Removed JQuery The improvements of this new version will be aimed at making it “future-proof”, especially […]
Optimization of HTML code
Let’s make HTML code optimization. A faster site means more views and more satisfied users, who will reach the content they want faster. As a site grows, it can be increasingly difficult to maintain acceptable performance. What I propose today are a series of useful rules to pursue this purpose: […]