HTMLの対話型コンテンツ (インタラクティブ・コンテンツ) は、Webページを閲覧するユーザーとやり取りをする(ユーザーの操作に反応する)ことができます。この区分はHTML5で登場しました。詳しくはMDNの解説が参考になります。
aタグ
select/optionタグ
labelタグ
buttonタグ
formタグ
<input type="color">
<input type="date">
<input type="file">
<input type="month">
<input type="time">
inputタグ・コンプリートガイド
<input type="checkbox">
<input type="email">
<input type="number">
<input type="password">
<input type="radio">
<input type="range">
<input type="tel">
<input type="text">
<input type="url">
textareaタグ
audioタグ
videoタグ
iframeタグ
details/summaryタグ