Pergunta de entrevista da empresa Jun Group

How do you use Cascading Style Sheet?

Respostas da entrevista

Sigiloso

9 de mar. de 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.

Sigiloso

21 de set. de 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.