CSS (Cascading Style Sheets) is used to work on the design of a page and more broadly a website. And as in any good SEO strategy, CSS and other factors must be worked on so as not to slow down…
Read moreWhen creating web pages, we often read that you have to put the CSS files in head, at the beginning of the HTML document and that you have to put JavaScript at the end. On the other hand, it is…
Read moreFirst of all, the use of CSS variables makes it easier to read. Who knows what “#3f6aea” means? Not many people! On the other hand, if I record this hexadecimal value in a variable called “royal blue”, it is much…
Read moreLimitations of HTML In the HTML language is used to present the content in such a way that it is adapted for the Web without being able to give it a good design. Although there are tags, associated with some…
Read more