We can apply it in 3 ways
Inline: here we apply the styles using style attribute within html tag.
test font size
Internal: here we add the styles in head tag, so that styles will be applied to all the html in that page.
external:
we create new file with extension .css there we write all the styles, we can add the css file to each page using
We can apply it in 3
Fri, 01/16/2009 - 17:40 — bandsbWe can apply it in 3 ways
Inline: here we apply the styles using style attribute within html tag.
test font size
Internal: here we add the styles in head tag, so that styles will be applied to all the html in that page.
external:
we create new file with extension .css there we write all the styles, we can add the css file to each page using