Which of the following is an example of generic font family value that can be assigned to the font-family property?
Example: sans serif font family css
<style>
.sansserif {
font-family: Arial, Helvetica, sans-serif;
}
</style>
<style>
.sansserif {
font-family: Arial, Helvetica, sans-serif;
}
</style>