Computer Science, asked by Purujeet7413, 1 year ago

How to implement CSS in HTML coding?

Answers

Answered by neha303
1
Chapter Summary

Use the HTML style attribute for inline styling.Use the HTML <style> element to define internal CSS.Use the HTML <link> element to refer to an external CSS file.Use the HTML <head> element to store <style> and <link> elements.Use the CSS color property for text colors.

Answered by VISHALKUMARV22
9

Answer:

CSS is basically a Cascading Style Sheet it is basically used to make attractive and colourful view pages of web we implement this into HTML pages by three types :

  1. Internal CSS
  2. External CSS
  3. Inline CSS

Similar questions