COMPUTER06L23: 3 Ways to Insert CSS

Опубликовано: 21 Октябрь 2024
на канале: Academ-e
3
0

OBJECTIVES
❖ List and describe the 3 ways to insert CSS

LESSON PREREQUISITE
None

LESSON PROPER
Ways to Insert CSS

External CSS
An external style sheet lets you change the look of an entire website
by changing just one file. The style sheet file must be saved with a .css
extension.

An external style sheet can be written in any text editor. The file should not contain any html tag.

Meanwhile, on the HTML file, each page must include a reference to the external

The type attribute specifies the media type of the linked document. In our example,