Attach HTML5 Audio to form or layout

Goodmorning you wonderful people!
Is there anyway I can attach a HTML5 Audio control to a form or layout?
Thank you

You may define an html container in your form:
https://docs.dhtmlx.com/form__controls_list.html#container
or in the layout cell.
https://docs.dhtmlx.com/layout__attach_html.html

Thanks Sematik!
Do i have to make little html page with just the audio control and put it into the container, or can I put the audio control directly into the container, and, if so, how?