I have an ASP.NET 2.0 application. I would like to start enhancing it with HTML5 specific tags/features. Does it mean that the first step is to change the line:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
at the top of each .ASPX file with
<!DOCTYPE html>
And then any HTML5 specific tag I use will be ok?