
复制
纠错
➡️如需代学继续教育,联系微信:yizhituziang
【单选题】
造成损失小的风险,有利的风险应对措施是()。
【单选题】
数据安全风险应对措施中,以下哪项措施属于主动防御策略( )
【单选题】
能够从sessionStorage对象中读取数据的方法是( )。
①
sessionStorage.setItem(key,value)
②
sessionStorage.key(index)
③
sessionStorage.removeItem(key)
④
sessionStorage.getItem(key)
【单选题】
下列CSS规则中能够让图层div不显示的选项是( )。
【单选题】
下列CSS规则中能够让图层div隐藏的选项是( )。
②
div{ visibility: visible;}
③
div{visibility:hidden;}
【单选题】
在 HTML5 中,onblur 和 onfocus 是( )
【单选题】
下列选择器,能够设置鼠标悬停状态下的样式的是( )
【单选题】
下列CSS规则中能够使超链接在盘旋时产生上画线效果的选项是( )。
①
a:hover{text-decoration:none;}
②
a:hover{text-decoration:underline;}
③
a:hover{text-decoration:line-through;}
④
a:hover{text-decoration:overline;}
【单选题】
下列选项中能够实现两个图层div同时向右浮动的是( )。
【单选题】
能够保存localStorage对象数据的方法是( )。
①
localStorage.setItem(key,value)
②
localStorage.getItem(key)
③
localStorage.removeItem(key)
④
localStorage.key(index)
【单选题】
在设置线性渐变时至少需要指定( )次颜色停止。
【单选题】
HTML5 Canvas对象的默认宽度为300px,默认高度是( )