Ticker

6/recent/ticker-posts

Header Ads Widget

Short Introduce About CSS STYLE,CSS WEIGHT,CSS SIZE class:9( WPD)

Hello friends in this blog post we will learn about web page development (CSS Font Style,CSS Font Weight,CSS Font Size) (CLASS:9) computer engineering students Now lets start.


                     CSS FONT STYLE
The font-style property sets the font style for the text content of an element.
The possible values for this property are:normal,italic or oblique.
 Example :
                  {
                       font-style:Italic;
                  }

                        
                  CSS FONT WEIGHT
The font-weight property specifies the weight or boldness of the weight.
  Example :
                   {
                       font-weight:bold;
                   } 
                        
                  CSS FONT SIZE
The font-size property sets the size of font for the text content of an element.
There are several ways to specify the font size values e.g with key words,pixels,percentage and em.
→ Keywords:xx-small,x-small,small,medium,large,xx-large.
→ Pixel: 12px,16px,50px .
Percentage: 100%,50% .
Em: 1em,2em;
     Example :

                       {
                          font-size:small
                       }



This blog is short so, I hope this blog is helpful for you in another post i will describe about UNIT:3 CSS Position,CSS Float,CSS Clear. please follow this blog.
Thanks for reading my blog #stay safe #stay home #stay healthy #stay cool.

Continue in another blog post so connected this blog for another post

 ***************Thanks for reading my blog**************
                     



Post a Comment

0 Comments

DESCRIBE ABOUT ANIMATION (Class:9) (WPD)