Web Designing...

Web Designing...

Wednesday, February 10, 2016

HTML Styles

HTML Styles


The HTML style attribute has the following syntax:
  style="property:value;"
 
  <!DOCTYPE html>
     <html>
        <body>
           <h2 style="color:red;">I am red</h2>
           <h2 style="color:blue;">I am blue</h2>
        </body>

    </html>

No comments:

Post a Comment