HTML Tutorial

The language for building web pages.

HTML Styles

HTML Styles

The HTML style attribute is used to add styles to an element, such as color, font, size, and more.

CSS Properties via style attribute:

  • color - Text color
  • background-color - Background color
  • font-family - Font type
  • font-size - Font size
  • text-align - Text alignment

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics