Click to See Complete Forum and Search --> : HTML and JavaScript


ngungo
02-11-2003, 12:03 AM
Is that true that:

0. Those who know JV has mastered HTML?

1. Anything that can be done by JV can also be done by HTML but much longer and clumsier?


.

pyro
02-11-2003, 12:12 AM
0. It is normally good to know how HTML works before delving into the more advanced JavaScript...

1. That depends on how you look at it. You can use document.write("...Anything here..."); to write out HTML, so I guess that the answer would be yes, you can do anything in JavaScript that you can do in HTML. But normally, JavaScript would be used to do more advanced things that HTML is not capable of.

ngungo
02-11-2003, 12:36 AM
Can you please look at the problem bellow:

audio/x-pn-realaudio-plugin (http://forums.webdeveloper.com/showthread.php?s=&threadid=3951)

Thanks!
ngungo

.

pyro
02-11-2003, 12:49 AM
Originally posted by ngungo
1. Anything that can be done by JV can also be done by HTML but much longer and clumsier?I miss read this the first time. I thought you asked if anything that can be done in HTML can be done in JavaScript. The answer to your question is no. HTML can't do the things that JavaScript can.