ElementID with TWebHTMLDiv

Is it possible to link Form1.btnAdd.ElementID to an element contained in WebHTMLDiv.HTML?

If there is a HTML element with a unique ID in the WebHTMLDiv, it should be possible to map a button on that element with

button := TWebButton.Create('id');

Thanks Bruno