julianraven
New Member
why is using custom tags in HTML a bad practice?code here: http://jsfiddle.net/ZXr2L/1/ works just fine with browsers.if i have to style a 100 random words on a webpage, using \[code\]<hg></hg>\[/code\] would save lot of space and data instead of using \[code\]<span class="hg"></span>\[/code\] . CSS also works fine with these custom tags. Only issue would be W3 HTML validity.