CSS stands for Cascading Style Sheets. CSS is used to format the layout of a webpage. CSS can be added to HTML in three ways:
style attribute<style> element in the <head>.css file (recommended)Edit the code below and click Run to see the result live.