Style sheet external, internal and import ~ newbie webmaster

Monday, September 20, 2004

Style sheet external, internal and import

3 way to use cascading stylesheet would be :

Internal stylesheet, basically put your stylesheet in your html page, like :
<a style="cursor:arrow;cursor:hand">emulate a link</a>

External stylesheet, link your css to your html page
<head>
<link rel="stylesheet" href="yourstyle.css" type="text/css">
</head>

Import stylesheet, import a style from different url;
<style>
@import url(http://another-url.com/its-stylesheet.css);
</style>
________________________
stylesheet tutorials, free ebook webdesign, free ebook programming, free ebook html

1 comments:

John said...

Hi there irish, I am just passing through researching download free ebooks and spotted your post called Style sheet external, internal and import. I found it and interesting and informative read and I just though I'd say so. Catch you again another time go to go looking for download free ebooks as well. Enjoy blogging