如果在HTML页面中包含如下图片标签,则选项中的()语句能够实现隐藏该图片的功能
举一反三
- 如果在HTML页面中包含如下图片标签,则选项中的()语句能够实现隐藏该图片的功能 <imgid=”pic”src=”Sunset.jpg”width=”400”height=”300”>
- 201.如果在HTML页面中包含如下图片标签,则在下划线处添加()代码能够实现隐藏该图片的功能
- 如果在HTML页面中包含如下图片标签,则选项中的()语句能够实现隐藏该图片的功能 A: document.getElementById(“pic”).style.display=”visible” B: document.getElementsByName(“pic”).style.display=”none” C: document.getElementById(“pic”).style.display=”block” D: document.getElementById(“pic”).style.display=”none”
- 17d60e9079d9aa7.png如果在HTML页面中包含如下图片标签,则选项中的( )语句能够实现隐藏该图片的功能。 A: document.getElementById(“pic”).style.display=”none”; B: document.getElementById(“pic”).style.display=”visible”; C: document.getElementById(“pic”).style.display=”disvisible”; D: document.getElementById(“pic”).style.display=”block”;
- <img src="https://image.zhihuishu.com/zhs/doctrans/docx2html/202107/2471926ff36e456ab8bb4adb9c3557ea.png" />如果在HTML页面中包含如下图片标签,则选项中的( )语句能够实现隐藏该图片的功能。 A: document.getElementById(“pic”).style.display=”none”; B: document.getElementById(“pic”).style.display=”visible”; C: document.getElementById(“pic”).style.display=”disvisible”; D: document.getElementById(“pic”).style.display=”block”;