answersLogoWhite

0


Best Answer

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

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between an HTML page and a dhtml page?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Algebra

What is difference between java Front end developer and Back End developer?

An example of a back-end language is PHP, which is a scripting language. When a PHP page is requested, the server reads any PHP code and renders the markup. The result is HTML that is sent to you. You, the web page viewer, never see one line of PHP code. Assuming that the web server administrator has done his or her job correctly, the server would and could never show you the actual PHP code. It is parsed when the page is served up and the result of that code are turned into HTML.Front End Programming LanguagesJavaScript is probably the most commonly used front-end web development language. It is a scripting language and unless you explicitly have JavaScript disabled in your browser, you see and interact with JavaScript every day. When you request a web page, the JavaScript is either in the page, or is downloaded in a separate file. JavaScript runs in your browser. Most associate JavaScript with the annoying pop-up ads that we all find very annoying. This was true in the past, but today, JavaScript plays an integral part in creating rich user experiences.


Did you hear about the page 15.11?

I did not hear about the page 15.11!


What is the answer for Page in algebra with pizazz?

You need to name a specific page in that book.


If Lynn can type a page in p minutes what piece of the page can she do in five minutes?

you mama


The sum of the page numbers on the facing pages of a book is 89. What are the page numbers?

They are 44 and 45.

Related questions

Differences between DHTML and XML?

HTML and its derrivative DHTML is used to position information in a web page, and XML is used to describe that information.


Why you save the file as HTML and why don't you save as dhtml for both HTML and dhtml files?

Though they are standards XHTML and DHTML both save as HTML or HTM files. It is a browser thing. Newer browsers will save the files associated with the page either in a separate directory or as a unified page, an interpretation of the copyright issues involved.


What does DHTML means?

DHTML stands for Dynamic HTML, wherein HTML stands for HyperText Markup Language. DHTML means a collection of technologies for creating interactive and dynamic web pages. For more information you might wish to refer to its wikipedia page.


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.


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 HTML static or dynamic in nature?

ANSWER Definition of DHTML An extension of the HTML language that enables the creation of presentation effects for text and objects. DHTML Stands for Dynamic HTML and it utilizes CSS (cascading style sheets) and JavaScript to allow developers more leverage in building web based applications and layouts. A small example of DHTML is a simple mouseover where when you hover over a link with your cursor, two images swap and then go back to normal when your mouse leaves the link. A better example of DHTML is when you can submit a form without having to reload the entire page.


How do you get an HTML link that just shows more info on a page but doesn't take you to a different page or site?

You would need to make the target of the HTML link to be a Java Script rather than a web page. The java script can then hide/show parts of a page (using DHTML) or even go off to the Internet to download information and then display it on the same existing web page (using AJAX). The "A" tag would look something like this: <a href="javascript:revealAnswer()">Click to see the answer</a> Here is a good web site that explains DHTML: http://www.w3schools.com/dhtml/dhtml_examples.asp


What are DHTML and ASP pages?

DHTML means the web page or web application uses JavaScript and HTML DOM (Document Object Model) and possibly CSS. A programmer can create dynamic web pages using these technologies. For example when I move the mouse over a image link, I can change the image. ASP and ASP.NET pages are converted to HTML by a server.


What is the difference between HTML and DHTML?

HTML (Hyper Text Markup Language) is the most widely accepted language used to build websites. It is the main structure of a website. It builds tables, creates divisions, gives a heading message (In the title bar of programs), and actually outputs text. XHTML (eXtensive Hyper Text Markup Language) is the same as HTML, except it has a cleaner syntax. XHTML uses the same tags as HTML, so people who know HTML know messy XHTML. New rules apply in XHTML, such as tags always needing to be ended; Tags need to be "Nested" properly, and such. dHTML (Dynamic Hyper Text Markup Language) is not a language, but the art of using HTML, JavaScript, and CSS together to create dynamic things, such as navigation menus.


What is web 2.0 HTML?

In truth, there's almost no difference between the HTML used in web 2.0 applications, and the HTML used in all other HTML applications. The difference is mainly in the way that the user interacts with the page, and this is provided mainly by the tighter coupling of JavaScript and backend programming like PHP, as well as the ability to transfer data between both using asynchronous calls (AJAX.)


Difference between home page and effective home page?

difference between home page and effective home page


What is the language used for creating webpages?

Web pages are written in HTML, which stands for HyperText Markup Language.The opening part of a web address is usually HTTP... which stands for HyperText Transfer Protocol, and many web pages addresses end in .htm..... which indicates that the page is a hypertext page.