|
|
Tag Conventions in JSP |
|
|
Tag Conventions in JSP |
|
|
Java / Development |
|
|
Click to Visit |
|
|
13 |
|
Java Server Pages (JSP) contains two primary tag conventions: scripting-oriented tags inspired by ASP, and a full set of tags based on the Extensible Markup Language, (XML). In Scripting-Oriented Tags, the individual tags include within themselves all information relevant to the tag, and all of the data it will act on. The XML Based Tags use XML syntax and is very similar to HTML, but is very advanced and improved as it adds a few rules, which remove some of the problems in HTML.
|