| CSS Features |
| CSS | Using <link rel="stylesheet" and class attributes to style page elements |
| Inline CSS | Using "style" attributes to style page elements directly |
| JavaScript | Using <script src tags to use JavaScript located in another file |
| Static Variables | welcome.jsp |
| JavaBeans | welcome.jsp |
| Retrieving Session Attributes | welcome.jsp |
| Page includes | Using out.write to display Java output to the page directly |
| Page includes | Using <jsp:include to insert the contents of page directly inside another page |