What's wrong with this code?

Both h3 and p elements have the same IDThe ID should be text not "text"Only same-type elements can have the same ID

What's wrong with this code is that both h3 and p elements have the same ID.