Change default HTML code from HTML 4.01 to HTML 5 in Eclipse EE

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?

+3
source share
1 answer

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.

enter image description here Patrick:)

+6
source

All Articles