Styles in HTML

App Styles in HTML ke maddat se kisi bhi element ko stylish bana sakte ho, jaise color, font, size, alignment, etc. Matlab plain text ko thoda aacha dekhana ho toh styles in HTML use karo. 

Example:

Styles in HTML


The HTML Style Attribute

Kisi bhi HTML element ka styleStyle set karne ke liye style attribute use hota hai.

Syntax:

The HTML Style Attribute

  • property → CSS property
  • value → us property ki value

Background Color

background-color property element ka background color set karti hai.

Syntax:

Background Color

 

Background Color


Text Color

Text color property text ka color change karti hai.

Example:

Text Color


Fonts

font-family property se font change kar sakte ho.

Example:

Fonts


Text Size

font-size property se text ka size set hota hai.

Example:

Text Size


Text Alignment

text-align property text ko left, right, ya center align karti hai.

Example:

Text Alignment

 

Leave a Comment