View Single Post
  #3 (permalink)  
Old 10-20-2007, 08:51 AM
Lazlow Lazlow is offline
Newbie
 
Join Date: Oct 2007
Posts: 1
Rep Power: 0
Lazlow is on a distinguished road
Default

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.
Reply With Quote