answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

Difference between HTML and dhtml - point wise?

Dynamic HTML is basically using HTML and some other things to enhance it, usually Javascript and Styles. All HTML really does is format your page. To get your page to do things, you need more than just plain HTML. The following code will create a button that you can click on and it will pop up a message. It uses Javascript. Copy and paste it or type it exactly as it is into your code and it will work.The onClick="alert('Hello');" piece is Javascript. Without it you would still have the button, but when it was clicked, it would not do anything. The Javascript makes your page come alive as it were. That is the idea of Dynamic HTML.


Is jQuery a high level language?

jQuery is like an advanced JavaScript code. jQuery is a JavaScript code library that gives you more features with less code that what Javascript would require. If you understand JavaScript, jQuery wouldn't be much of a change.


How is javascript used?

JavaScript is used to make HTML DHTML or Dynamic HTML. Provides a lot more interactivity between the web page and the browser provided JavaScript is not turned off.


What is javascript and how do you turn it on?

JavaScript is a computer scripting language used to make a website more versatile and interactive. Enabling JavaScript varies by browser.Mozilla FirefoxClick the Tools menu, or press Alt+T if you don't see a menu, and select Options \ Content \ Enable JavaScript. When you're finished click on OK to save changes.Internet ExplorerClick the Tools menu \ Internet Options \ Security \ Internet \ Custom Level. Scroll down to the Scripting section and click to Enable JavaScript. Do not choose the Prompt option, since you will be prompted every time a web site tries to use JavaScript. When you're finished click OK and then OK again.SafariGo to Edit \ Preferences \ Security \ Enable JavaScript. When you're finished simply close the window.OperaClick on the Opera button and choose Preferences \ Advanced \ Content \ Enable JavaScript. When you're finished click OK.


What is more complicated CSS or javascript?

Javascript is much harder. HTML doesn't have logic in it, it's more just a way to organize data. Javascript is a language with logic and many different levels of understanding. In web programming you use html to layout the page, make boxes, add images, etc. Javascript and CSS is then used when your page needs to get smarter and look better.It depends on what your are trying to do. Generally, JavaScript is more difficult than HTML.

Related Questions

Difference between HTML and dhtml - point wise?

Dynamic HTML is basically using HTML and some other things to enhance it, usually Javascript and Styles. All HTML really does is format your page. To get your page to do things, you need more than just plain HTML. The following code will create a button that you can click on and it will pop up a message. It uses Javascript. Copy and paste it or type it exactly as it is into your code and it will work.The onClick="alert('Hello');" piece is Javascript. Without it you would still have the button, but when it was clicked, it would not do anything. The Javascript makes your page come alive as it were. That is the idea of Dynamic HTML.


Why you use javascript with HTML?

JavaScript is a script which makes HTML more interactive and adds more functionality to HTML.


Why HTML is not dynamic?

HTML by itself does not really get your pages to do anything. HTML is not a programming language. It helps lay things out and colour things and change sizes and so on, but not much more. You can create a button with HTML, but when you click on it nothing will happen. To get it and your page in general to really do things, you need some programming code, like Javascript. HTML is therefore static. It requires other things to work with it to make your webpage dynamic.HTML by itself does not really get your pages to do anything. HTML is not a programming language. It helps lay things out and colour things and change sizes and so on, but not much more. You can create a button with HTML, but when you click on it nothing will happen. To get it and your page in general to really do things, you need some programming code, like Javascript. HTML is therefore static. It requires other things to work with it to make your webpage dynamic.HTML by itself does not really get your pages to do anything. HTML is not a programming language. It helps lay things out and colour things and change sizes and so on, but not much more. You can create a button with HTML, but when you click on it nothing will happen. To get it and your page in general to really do things, you need some programming code, like Javascript. HTML is therefore static. It requires other things to work with it to make your webpage dynamic.HTML by itself does not really get your pages to do anything. HTML is not a programming language. It helps lay things out and colour things and change sizes and so on, but not much more. You can create a button with HTML, but when you click on it nothing will happen. To get it and your page in general to really do things, you need some programming code, like Javascript. HTML is therefore static. It requires other things to work with it to make your webpage dynamic.HTML by itself does not really get your pages to do anything. HTML is not a programming language. It helps lay things out and colour things and change sizes and so on, but not much more. You can create a button with HTML, but when you click on it nothing will happen. To get it and your page in general to really do things, you need some programming code, like Javascript. HTML is therefore static. It requires other things to work with it to make your webpage dynamic.HTML by itself does not really get your pages to do anything. HTML is not a programming language. It helps lay things out and colour things and change sizes and so on, but not much more. You can create a button with HTML, but when you click on it nothing will happen. To get it and your page in general to really do things, you need some programming code, like Javascript. HTML is therefore static. It requires other things to work with it to make your webpage dynamic.HTML by itself does not really get your pages to do anything. HTML is not a programming language. It helps lay things out and colour things and change sizes and so on, but not much more. You can create a button with HTML, but when you click on it nothing will happen. To get it and your page in general to really do things, you need some programming code, like Javascript. HTML is therefore static. It requires other things to work with it to make your webpage dynamic.HTML by itself does not really get your pages to do anything. HTML is not a programming language. It helps lay things out and colour things and change sizes and so on, but not much more. You can create a button with HTML, but when you click on it nothing will happen. To get it and your page in general to really do things, you need some programming code, like Javascript. HTML is therefore static. It requires other things to work with it to make your webpage dynamic.HTML by itself does not really get your pages to do anything. HTML is not a programming language. It helps lay things out and colour things and change sizes and so on, but not much more. You can create a button with HTML, but when you click on it nothing will happen. To get it and your page in general to really do things, you need some programming code, like Javascript. HTML is therefore static. It requires other things to work with it to make your webpage dynamic.HTML by itself does not really get your pages to do anything. HTML is not a programming language. It helps lay things out and colour things and change sizes and so on, but not much more. You can create a button with HTML, but when you click on it nothing will happen. To get it and your page in general to really do things, you need some programming code, like Javascript. HTML is therefore static. It requires other things to work with it to make your webpage dynamic.HTML by itself does not really get your pages to do anything. HTML is not a programming language. It helps lay things out and colour things and change sizes and so on, but not much more. You can create a button with HTML, but when you click on it nothing will happen. To get it and your page in general to really do things, you need some programming code, like Javascript. HTML is therefore static. It requires other things to work with it to make your webpage dynamic.


Is jQuery a high level language?

jQuery is like an advanced JavaScript code. jQuery is a JavaScript code library that gives you more features with less code that what Javascript would require. If you understand JavaScript, jQuery wouldn't be much of a change.


How is javascript used?

JavaScript is used to make HTML DHTML or Dynamic HTML. Provides a lot more interactivity between the web page and the browser provided JavaScript is not turned off.


Why is your website so slow to load. I have fibre broadband and between each Next it takes a minute or more to load?

It is probably the ads that are making it take a while to load. Create an account on the site and you can turn off ads.


How can you get an htmljavascript form to send the results to an email address when the submit button is pressed?

JavaScript (Nor HTML, at that) cannot send e-mails directly. You must use a more dynamic language, such as PHP or ASP.


What is javascript and how do you turn it on?

JavaScript is a computer scripting language used to make a website more versatile and interactive. Enabling JavaScript varies by browser.Mozilla FirefoxClick the Tools menu, or press Alt+T if you don't see a menu, and select Options \ Content \ Enable JavaScript. When you're finished click on OK to save changes.Internet ExplorerClick the Tools menu \ Internet Options \ Security \ Internet \ Custom Level. Scroll down to the Scripting section and click to Enable JavaScript. Do not choose the Prompt option, since you will be prompted every time a web site tries to use JavaScript. When you're finished click OK and then OK again.SafariGo to Edit \ Preferences \ Security \ Enable JavaScript. When you're finished simply close the window.OperaClick on the Opera button and choose Preferences \ Advanced \ Content \ Enable JavaScript. When you're finished click OK.


What is more complicated CSS or javascript?

Javascript is much harder. HTML doesn't have logic in it, it's more just a way to organize data. Javascript is a language with logic and many different levels of understanding. In web programming you use html to layout the page, make boxes, add images, etc. Javascript and CSS is then used when your page needs to get smarter and look better.It depends on what your are trying to do. Generally, JavaScript is more difficult than HTML.


What are javascript applications?

A web application is an application that runs in your internet browser. Javascript is a programming language that can help a webpage to become more interactive. As most applications are made to be interactive, you can also call them javascript applications.


Which programming language should I learn JavaScript or Python?

Javascript is more easier, while Python is more complex. So, maybe you should try Javascript.


What is the difference between javascript and java programming langugage?

JavaScript and java are 2 completely different things. JavaScript is in web pages to make it more interesting and java is a complex computing language devised from c + c++.