answersLogoWhite

0

CSS (Cascading Style Sheets) is used to make your site look better by for example positioning your content and giving it a nice layout.

Javascript is used for creating a dynamic website. You can make interaction with it, like for example an alert that pops up when pressing a button, a question prompt that asks you what your name is to set a cookie after that so the site remembers what your name is, creating a small game... There is a very large variation of things you can do with Javascript.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the difference between an HTML page and a dhtml page?

DHTML combines HTML, JavaScript, the HTML DOM, and CSS.


What languages can a browser understand?

HTML, CSS, & JavaScript.


What is the difference between single quotes and double quotes?

in programming, single quotes are for characters, and double quotes are for string, but in php, javascript, html, css i don't see any difference between the two.


What is the difference between css HTML and dhtml?

* HTML is used to actually build the structure of a webpage. The text, tables, divisions, links, images, and so on. * CSS takes what HTML gives a browser, and makes it look nicer by adding color, borders, and perhaps even hiding things a user shouldn't see. * dHTML isn't a language, but a combination of HTML, CSS, and JavaScript working together. HTML builds the actual element(s), JavaScript uses scripts that makes things happen (Such as changing the colour of the background when you click a button), and CSS makes things such as changing colours actually happen (JavaScript must change the CSS, though).


How do you use javascript in css document?

You cannot use javascript in a css (cascading style sheets) file. You can only write javascript in javascript files (js extension) or in html files inside of <script type="text/javascript"></script> tags.


What programming language is used for webOS applications?

HTML5, JavaScript, CSS


How does you call javascript file in css?

In your HTML add in the tags


Is it necessary to learn css to learn javascript?

yes its necessarry to learn css basis .... refer w3c shool css tutorials.. all the best


Can I use a css div layout on my MySpace and let users switch between two totally different styles using buttons on my MySpace using css?

You'll need to use JavaScript to do something like that. And unfortunately, at the time of writing this, MySpace won't allow JavaScript on profiles.


Html css javascript php etc charts and cheat sheets. Linkz please?

HTML: http://www.w3schools.com/tags/default.asp CSS: http://www.w3schools.com/css/css_reference.asp JavaScript: http://www.w3schools.com/jsref/default.asp PHP: http://www.php.net/manual/en/


Difference between inline and internal css?

Inline CSS sits within the HTML tag.For example: your text hereWhen using Internal CSS, all the CSS instructions sit in the section between your css here tags.To use Internal CSS you have to tell the page that you want it to use the css whilst Inline CSS is run automatically as the page is read.


How do you create a registration form using css and javascript in HTML?

Form is an HTML construct. The first part tells the server to Get or Post. To format with CSS is one thing, to make it interactive, use JavaScript. I will give a URL below: