intégrer HTML
<!-- For an embed you use the iframe tag, which is a closed tag -->
<iframe></iframe>
<!-- and then for attaching websites or cloud videos, audios etc you use the src attribute -->
<iframe src="https://mywebsite.com"></iframe>
Yasin