Hi
I'm trying to introduce HTML5 into my apps , but I'm struggling to find a way to use HtmlTextWriter with a new tag.
Would anyone be able to tell me how I can render an <aside>
or a <section>
tag using HtmlTextWriter and WriteFullBeginTag?
I'm using webforms - C# or VB solution accepted.
Thanks in advance
Sniffer