Computer Science, asked by ahmadixd8, 3 months ago

which is the best way to implement CSS in a HTML file.​

Answers

Answered by Anonymous
0

\huge\mathbb\purple{A}\mathbb\blue{N}\mathbb\red{S}\mathbb\green{W}\mathbb\pink{E}\mathbb\purple{R}\blue{:-}

The most common way to add CSS, is to keep the styles in external CSS files.

...

CSS can be added to HTML documents in 3 ways:

Inline - by using the style attribute inside HTML elements.

Internal - by using a <style> element in the <head> section.

External - by using a <link> element to link to an external CSS file.

\bold{\underline\purple{Hope \: that \: helps}}

Answered by Anonymous
1
  • CSS can be added to HTML documents in 3 ways:

Inline - by using the style attribute inside HTML elements.

Internal - by using a <style> element in the <head> section.

External - by using a <link> element to link to an external CSS file.

ItzTragicGirl❣️

Similar questions