Archives for: March 2012, 08

03/08/12

  12:02:02 pm, by Nimble   , 217 words  
Categories: Programming

JavaScript Script Tags Violate Normal Tag Rules

You know how you can - for just about every HTML tag - combine the start and end tags, XML-style, into just one node? For example, you need not go <img src="mypig.jpg"></img> - you can simply go <img src="mypig.jpg"/>. It turns out… more »