CSS | Introduction | 6

Last Updated :
Discuss
Comments

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;}

Share your thoughts in the comments