JSP 1.0 specification defines five main tag types: Directives (page, include, taglib), Declarations (declare variables/methods), Scriptlets (Java code blocks), Comments (hidden notes), and Expressions (output values). These form the foundation of JSP programming.