In how many ways can we specify the CSS styles for the HTML element?
Vishalini.R Answered question June 23, 2023
- 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.
Sandhya Answered question June 23, 2023
