CodeClerks

What are different ways to apply styles to a Web page?



Write the reason you're deleting this FAQ

What are different ways to apply styles to a Web page?

Please explain the ways to apply styles to a Web page.

Comments

Please login or sign up to leave a comment

Join
josephinek1
They are,
>internal style
>inline style
>external style



Are you sure you want to delete this post?

Kashif4k
Your question is not complete.

However, for styling webpages, I suggest you learn some basic CSS with which you can customize and stylize your webpages with ease and according to your taste.

This should get you going : http://www.w3schools.com/css/



Are you sure you want to delete this post?

WebMania
You can apply CSS in three ways
  1. Inline style (CSS placed with element where you want to apply this)
  2. Internal style (Most often written in head section)
  3. External style (Written externally and invoked in head section of web page)

Note: But remember if your are designing a website which you want to promote online OR want to get good SERP position then please don't use inline css.



Are you sure you want to delete this post?

williamjohn
Three types of CSS:
Internal style sheet
Inline style sheet and
Inline style sheet



Are you sure you want to delete this post?