Valid HTML tags and attributes

Follow this HTML reference material to help guide you in using the HTML attributes as they are used by the application.

Note: You can also use any other HTML attributes, as long as you devise your own set of standards.

The following table lists the recommended standard HTML tags and their attributes. For each HTML tag, use only the attributes listed in the Tag Attribute column.

HTML Tag Tag Attributes
<% %> keep at the top of the JSP wherever possible
<a> href
<imp> alt
  border
  name
  src
  style
<input> class
  maxlength
  name
  onblur
  style
  value
<option> binding
  selected
  type
  value
<select> class
  name
<table> editable
  cellPadding
  cellspacing
  class
  style
<tbody> N/A
<td> class
  colspan
  nowrap
  onclick
  rowspan
  sortable
  sortValue
  style
<tfoot> N/A
<thead> N/A
<tr> style
  templateRow (true/false)