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
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
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