Home » Interview » Technology

What are different ways to integrate a CSS into a Web page?

Correct Answer: There are three ways to integrate CSS into a Web page 1 Inline: HTML elements may have CSS applied to them via the STYLE attribute 2 Embedded: By placing the code in a STYLE element within the HEAD element 3 Linked/ Imported: Place the CSS in an external file and link it via a link element

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion