• JSPs look like HTML, but they are code that gets compiled into Java servlets
  • Resulting servlet generates a user page
  • That page will be a combination of the HTML from the JSP file with embedded dynamic content specified by the new tags