Home | Computer Science

What is CSS?

1. CSS stands for Cascading Style Sheets 2. CSS saves a lot of work. There are three types of CSS which are given below: 1.Inline CSS 2. Internal or Embedded CSS 3. External CSS CSS can be added to HTML documents in 3 ways: 1. Inline - by using the style attribute inside HTML elements 2. Internal - by using a <style> element in the <head> section 3. External - by using a <link> element to link to an external CSS file.