0
who can explain the external CSS well to me
11 Answers
+ 3
css is a link in your html file that contains all the "style imformation" of your html file..
+ 3
thanks sir I've studied it last night. I realised that you could style your text in the HTML file or in another .CSS file as well.. styling of texts in the HTML file is referred to as internal css, while styling outside separately is referred to external.
+ 2
when you write your program suppose it is more than one page or more instead of applying style separately with the help of link tag you can apply to all without writing separately,you can apply to all with the help of external style.. time is going to save you...
+ 2
You create a new file with .css (Example: main.css) and link it in the head tag(<head></head>) useing <link href= "main.css(or your css file name with .css)" rel="stylesheet"/>
+ 1
All you need to know is that you create a text file that you save like a .css file. For example in notepad: open notepad, then click file>save as>click type>select all types and write in the name: main.css and then write
your css code in there.
+ 1
the purpose of external css is reusing your style. imagine your website has 100 webpages and you only have to create your style only one time and apply it to all your pages.
+ 1
external CSS is mainly used in hiding your coding or syntax from viewers and else it is very easy
it is used in a manner or technique in other plain text file with the extension .css
0
I do not just everything about it
- 1
It depends on what you want to know.
- 1
its like a makeup man :P
- 1
yep thats it ... you are right...keep on and good luck