who can explain the external CSS well to me | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

who can explain the external CSS well to me

30th Jun 2016, 3:05 PM
Nwenyi Blessed Onyinyechi
Nwenyi Blessed Onyinyechi - avatar
11 Answers
+ 3
css is a link in your html file that contains all the "style imformation" of your html file..
1st Jul 2016, 1:13 PM
Pedro Quicuca
+ 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.
2nd Jul 2016, 9:59 AM
Nwenyi Blessed Onyinyechi
Nwenyi Blessed Onyinyechi - avatar
+ 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...
2nd Jul 2016, 3:42 PM
Manmari Ravi
Manmari Ravi - avatar
+ 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"/>
3rd Jul 2016, 4:35 PM
Victor Stamoff
Victor Stamoff - avatar
+ 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.
30th Jun 2016, 4:06 PM
Patrick van de streek
Patrick van de streek - avatar
+ 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.
12th Jul 2016, 8:19 PM
Hainguyen
Hainguyen - avatar
+ 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
16th Aug 2016, 9:29 AM
TEJAS KHURANA
TEJAS KHURANA - avatar
0
I do not just everything about it
30th Jun 2016, 4:03 PM
Nwenyi Blessed Onyinyechi
Nwenyi Blessed Onyinyechi - avatar
- 1
It depends on what you want to know.
30th Jun 2016, 3:56 PM
Patrick van de streek
Patrick van de streek - avatar
- 1
its like a makeup man :P
2nd Jul 2016, 9:55 AM
B.M. ASHIK MAHMUD
B.M. ASHIK MAHMUD - avatar
- 1
yep thats it ... you are right...keep on and good luck
2nd Jul 2016, 10:58 AM
Pedro Quicuca