HTML CSS


CSS can be added to HTML documents in 3 ways:

HTML INLINE CSS-- TEXT COLOR = GOLD

This is a heading

This is a paragraph.


HTML INTERNAL CSS - with body color - aqua ; heading color- blue ; para color- red

This is a heading

This is a paragraph.