Comment Re:HTML is not code (Score 1) 393
HTML is absolutely code. Or what do you think is telling the Web Browser what to do? No, it does't compile to machine language or intermediary byte code, but don't penalize it because its readable by humans. True, it lacks many things that javascript, vbscript and whatnot fill in the gaps.
But I find making an HTML page look and behave as I want just as daunting as making an application built in C++ look and behave as I want.