Source Editor showing default JSP page code. The first line is a page directive with contentType as text/html. The second line is an opening HTML tag. Third line is an opening HEAD tag, followed by an opening TITLE tag with JSP Page as text. This line ends with TITLE and HEAD closing tags. Fourth line is an opening BODY tag. Fifth line is empty. Sixth and seventh lines are jsp usebean and getProperty tags that are commented out. Eighth line is empty. Ninth line is a closing BODY tag. Tenth line is a closing HTML tag.