HTML:- style Tag


  • <!DOCTYPE html> 

    1. <html> 
    2.  
    3. <head> 
    4.  <meta name="viewport" content="width=device-width, initial-scale=1"> 
    5.  
    6.  <style> 
    7.   .clsname { 
    8.    color: green; 
    9.    font-size: 40px; 
    10.   } 
    11.  </style> 
    12.  
    13. </head> 
    14.  
    15. <body> 
    16.  
    17.  <div class="clsname"> 
    18.   Network security
    19.  </div> 
    20.  
    21. </body> 
    22.  
    23. </html>



    24. Used of:-

    25. style tag


      • In <style> tag we specify the CSS style properties.
      • Each html page can have more than one <style> tag.
    HTML:- style Tag HTML:- style Tag Reviewed by Network security on May 02, 2019 Rating: 5

    No comments:

    Useful Information

    Powered by Blogger.