Monday, June 8, 2015

How to write mandatory fields on html?


 <span class="compulsoryRed">*</span></td>
<tdheight="12" class="normalfnt">Confirm Password

This is the Mandatory html code.
<span class="compulsoryRed">*</span>

This is the Css style of compulsoryRed.

.compulsoryRed
{
color:#F00;
}


No comments:

Post a Comment