Status
Not open for further replies.

purnima

Honorable
Jun 12, 2012
7
0
10,510
Hello,
I HAVE TO DESIGN A WEB PAGE USING CSS AND JAVA SCRIPT,I KNOW SCRIPT BUT NOT CSS SO CAN YOU GIVE ME ANY SUGESSITION TO HOW TO START OR A SAMPLE CODE........... PLZZZZZ ITS URGENT FOR ME.......
 

purnima

Honorable
Jun 12, 2012
7
0
10,510
thakq. but me to folowing the same link ,but what my problem is how and wher to put the css code in between the js code... and i finding dificulty in understanding the menus to create and learn... plz clear my confusion and problem.........
 

randomizer

Distinguished
Keep the CSS on its own. Embedding it in your other files just makes them a mess. Create a new .css file and add this in between the <head> and </head> tags in your HTML (obviously setting the filename and path to whatever it is in your case):

[fixed]<link rel="stylesheet" type"text/css" href="/path/to/your/file.css">[/fixed]
 
Status
Not open for further replies.