Hello
I want to know is it possible to use more than one css for the single html page? Or should I merge both of them in one?
Hello
I want to know is it possible to use more than one css for the single html page? Or should I merge both of them in one?
Hi......
Obviously you can cascade more then one stylesheet in html code.Only you merge stylesheet in to the body of html.you can also refer to the net or Google to get the inbuilt solutions.Well if get solutions, I will post it to you.
I am not talking abotu the inline css i am talking about two external css files.
Yes, that's completely fine.
However, take into consideration bandwidth and server usage.Code:<!-- HTML stuff --> <link rel="stylesheet" href="style1.css" type="text/css" media="screen" /> <link rel="stylesheet" href="style2.css" type="text/css" media="screen" /> <!-- more stuff -->
its completely fine for an HTML page to have 2 or more CSS.
if u still confuse about the CSS thing u should try to visit w3school<dot>com
i learn everyting about web and HTLM from those site
cheers
Bookmarks