How can you make an option in a dropdown list selected by default?

  • By using the selected attribute. 
  • By setting value="default". 
  • By marking it as first-child. 
  • By using the checked attribute. 
The selected attribute can be added to an