Computer Science, asked by dashsrirupa, 5 months ago

write any two ways to apply styles​

Answers

Answered by Anonymous
1

Answer:

Explain the various ways to apply CSS styles to a Web page?

  • Inline: by inserting a style attribute inside an <head> element.
  • Embedded/Internal: by putting all css inside head using <style> tags.
  • Linked/External: CSS is placed in an external . css file, and linked to the HTML document using a <link> tag.
  • Imported: Importing a CSS file using @import.

hopes it helps you

Similar questions