How to implement CSS in HTML coding?
Answers
Answered by
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.
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
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 :
- Internal CSS
- External CSS
- Inline CSS
Similar questions