programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
ProgrammingFAQs

How many ways we can apply styles to html page

Average: 4 (3 votes)

We can apply it in 3

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