Réalisez le tableau suivant en HTML. Pour améliorer le rendu de votre tableau, vous pouvez copier/coller le code suivant dans votre balise “head”

<style>
			  th{
           background: #adadad;
            padding:16px !important;
        }
        td{
            background: #e1e1e1;
            padding:16px !important;
        }
 
</style>

Résultat attendu.png