Question d’entretien chez Jun Group

How do you use Cascading Style Sheet?

Réponses aux questions d'entretien

Utilisateur anonyme

9 mars 2013

CSS You dont need to use the Tags in all pages , for example, font, size, color, style. Just place a cascading style reference in the Header.

Utilisateur anonyme

21 sept. 2022

CSS can be added to HTML documents in 3 ways: Inline - by using the style attribute inside HTML elements. Internal - by using a element in the section. External - by using a element to link to an external CSS file.