Jun Group Interview Question

How do you use Cascading Style Sheet?

Interview Answers

Anonymous

Mar 9, 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.

Anonymous

Sep 21, 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.