I just started learning Java EE and I use Eclipse as an IDE.
When I create a new JSP file, I get HTML code for HTML 4.01.
Is there no way to change the default HTML code from HTML 4.01 to HTML 5?
For the reason, click “Window” => “Settings” and scroll down to “Web” in the left frame, then select “JSP Files” => “Editor” => “Templates” and edit your JSP template.
Patrick:)