Thursday, April 9, 2009

2. INTRODUCTION TO JSP TAGS

Another important syntax element of JSP are tags.A JSP tag is somewhat like an HTML tag. JSP tags can have a "start tag", a "tag body" and an "end tag". The start and end tag both use the tag name, enclosed in < and > characters. The end starts with a / character after the < character.