What is the correct CSS syntax to make all <h1> elements bold?
h1 {font-weight: bold;}
h1 {font-style: bold;}
h1 {text-weight: bold;}
h1 {font: bold;}
This question is part of this quiz :