JSTL Java Tutorial

<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>

  
    Query String Example
  
  Your favorite color is: 
  
    
  

  
  
  Choose your favorite color:
  
  
    href="?color=red">
  red
  
    href="?color=blue">
  blue
  
    href="?color=green">
  green
  
    href="?color=yellow">
  yellow
  
    href="?color=other">
  other