Posts Tagged ‘ adding css ’
Inline Styles: An example of an inline style is below: <div name=”myDiv” style=”background-color:black;”></div> The css property “background-color” is only applied to the div “myDiv”. Inline styles should be used only when the more conventional methods (below) will not help. Internal Style Sheet When you have a page which has a unique style, using an internal style sheet may be the [ READ MORE ]