Html Mandatory Field Asterisk Code Example


Example 1: html5 astrix for absolutely required field inside a td tag


<label class="required">Name:</label>
<input type="text">

<style>
.required:after
{
content:" *";
color: red;
}
</style>

Example 2: red asterix css


<span style="color:#ff0000">*</span>

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable