<!DOCTYPE html> <html> <head> <title> </title> <link rel="stylesheet" type="text/css" href="test"> </head> <body> <div id="check"> <p> hello <p> </div> </body> </html>
and my css file is...........
#check
{
color:red;
}
when i use internal style sheet it change the color but when i use external style sheet it dont perform any action please help me in that problem.......................
This post has been edited by Dormilich: 10 September 2012 - 01:01 AM
Reason for edit:: please use [code] [/code] tags when posting code

New Topic/Question
Reply


MultiQuote







|