Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
 
PREVIOUS NEXT
Tagged: #astrix #absolutely #required #field #td #tag
ADD COMMENT
Topic
Name
6+3 =