PDA

View Full Version : In how many ways can a CSS be integrated as a web page?



Lucasjack
12-30-2017, 07:07 AM
In how many ways can a CSS be integrated as a web page?

davidweb09
02-11-2018, 01:00 PM
You can include CSS in two types - inline & outline.

praveenitech1
02-26-2018, 07:10 AM
Css can be integrated into three ways , Inline: Style attribute can be used to have CSS applied HTML elements. Embedded: The Head element can have a Style element within which the code can be placed. Linked/ Imported: CSS can be placed in an external file and linked via link element.

sinelogixtech
07-26-2018, 07:32 AM
Inline: Style attribute can be used to have CSS applied HTML elements.
Embedded: The Head element can have a Style element within which the code can be placed.
Linked/ Imported: CSS can be placed in an external file and linked via link element.