题目详情
单选题 以下代码中,哪一个可以使用媒体查询判断宽度(768px-992px)并引入对应css文件( )
A. <link rel="stylesheet" href="one.css">
B. <link rel="stylesheet" media="screen and ( min-width:992px )" href="two.css">
C. <link rel "stylesheet" media-" screen and ( max-width:992px ) and ( min-width:768px )" href="three.css">
D. 〈link rel "stylesheet" media="screen and ( min-width:992px ) and ( max-width:768px )" href="three.css">

学科:Bootstrap框架设计
时间:2024-01-05 07:38:42
相关题目
相关作业
