Materiale: attiva / disattiva le icone

Questo capitolo spiega l'uso delle icone di commutazione (materiale) di Google. Assumilocustom è il nome della classe CSS in cui abbiamo definito la dimensione e il colore, come mostrato nell'esempio riportato di seguito.

<!DOCTYPE html>
<html>
   <head>
      <link href = "https://fonts.googleapis.com/icon?family=Material+Icons" rel =  "stylesheet">
		
      <style>
         i.custom {font-size: 2em; color: green;}
      </style>
		
   </head>
	
   <body>
      <i class = "material-icons custom">accessibility</i>
   </body>
	
</html>

La tabella seguente contiene l'utilizzo e i risultati delle icone di commutazione (materiale) di Google. Sostituisci il tag <body> del programma precedente con il codice fornito nella tabella per ottenere i rispettivi output -

Utilizzo Risultato
<i class = "material-icons custom"> check_box </i> check_box
<i class = "material-icons custom"> check_box_outline_blank </i> check_box_outline_blank
<i class = "material-icons custom"> indeterminate_check_box </i> indeterminate_check_box
<i class = "material-icons custom"> radio_button_checked </i> radio_button_checked
<i class = "material-icons custom"> radio_button_unchecked </i> radio_button_unchecked
<i class = "material-icons custom"> star </i> stella
<i class = "material-icons custom"> star_border </i> star_border
<i class = "material-icons custom"> star_half </i> star_half