Jump to content

DHTML? What is it?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
GMailGuy

GMailGuy

    Learning Programmer

  • Members
  • PipPipPip
  • 60 posts
Well I have heard a lot about DHTML.. what exactly is it? I know it id Dynamic Hypertext markup language (or something similar) but what has it different from HTML and when should it be used?

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
I'm no expert on the subject, but it seems like a fusion between HTML and JavaScript. I'm not sure when it should be used, because in my short four years of web development, I've never used it. If I needed something "dynamic" I used JavaScript and PHP, now I take advantage of the new AJAX technology.

#3
Lazlow

Lazlow

    Newbie

  • Members
  • Pip
  • 1 posts
Hi GMailGuy!

As you know HTML is a markup language. You can use it to create webpages. You can format texts, use images, links and so on. By the way nowadays the proposed formatting technique is CSS. There are many HTML versions (for example 2.0, 3.2, 4.0 és a 4.01).
---
The newest version is XHTML. It is based on the "classic" HTML, but it has more strict rules. So when we want to create a XHTML page we have to follow the XML rules as well. For example all tags must be terminated.
---
In a DHTML page you can use many dynamic content generator devices, for example JavaScript. You can create many interesting effects (with JS and CSS).

I think thats all in a nutshell.

#4
DevilsCharm

DevilsCharm

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
Just a DHTML have an extension on the end, such as .dhtml? I don't think XHTML has that, at least I've never seen it.

#5
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
No, they still have the same .html extension, the code is different.