CSS

The impact of CSS on natural referencing

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 more

Why put JavaScript at the end and CSS at the beginning?

When 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 more

Why use CSS variables?

First 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 more

What is CSS (Cascading Style Sheets)?

Limitations 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

Plan du site