Wednesday, 9 November 2011

Attach CSS Style Sheet to page

First check out how we can add a CSS code inside HTML page.

To add CSS inside HTML page add  <STYLE type="text/css"> </style> tag and add your CSS code between <style> tag.

Example:

CSS code inside HTML Page


CSS code on CSS code file

CSS code



HTML Code



Result :



No comments:

Post a Comment