<%@ page contentType="text/html;charset=WINDOWS-1252"%>
< HTML>
< HEAD>
< META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
< TITLE>Hello World< /TITLE>
< /HEAD>
< BODY>
< % out.println(" Hello World em JSP!"); % >
< /BODY>
< /HTML>