PDA

View Full Version : [Tutorial - HTML] Basic knowledge



.fnhvmnvmv
07-07-2009, 07:18 AM
I've been requested to do this.

IFS
07-07-2009, 07:37 AM
Whats the main difference between DHTML and HTML? it all looks the same to me

FlashD
07-07-2009, 07:44 AM
This doesn't really belong here. :P
We will see where we can move it.

BTW: Your HTML tutorial is missing a few things. The <IMG> tag needs an "ALT" attribute by standard. It can be blank, but it must be defined. Also it is wise to add the HTML header to define the type of the HTML, so the browser knows which standards to use. The last thing is that basic HTML uses the tags in uppercase.

To validate your HTML code you can use this: http://validator.w3.org

.fnhvmnvmv
07-08-2009, 03:08 AM
This doesn't really belong here. :P
We will see where we can move it.

BTW: Your HTML tutorial is missing a few things. The <IMG> tag needs an "ALT" attribute by standard. It can be blank, but it must be defined. Also it is wise to add the HTML header to define the type of the HTML, so the browser knows which standards to use. The last thing is that basic HTML uses the tags in uppercase.

To validate your HTML code you can use this: http://validator.w3.org

Right, but I learned it this way and the part with "ALT" I wanted to show in my next tutorial. I wanted to let the reader know some small markups. Without any attribute etc.

But of course you are right. :3

FlashD
07-21-2009, 07:29 AM
This doesn't really belong here. :P
We will see where we can move it.

Got a forum for the tutorial, so we are moving this there. :D


Whats the main difference between DHTML and HTML? it all looks the same to me
There is not really much of a difference. The D in front just means Dynamic which tells you it's not predefined but changes while browsing the site. In order to get this you mix JavaScript to HTML. In other words DHTML is HTML + JavaScript.