HTML 5 ✷✷✷✷✷ RATING
| <! DOCTYPE html> <html>         <head> <title> RATING </title> </head> <body> <div class="rating"> 
 <input type="radio" id="1"> <label for="1">*</label><br> 
 <input type="radio" id="2"> <label for="2">**</label><br> <input type="radio" id="3"> <label for="3">***</label><br> 
 <input type="radio" id="4"> <label for="4">****</label><br> 
 <input type="radio" id="5"> <label for="5">*****</label><br> </div>         <body> <html> |