type MIME_type 规定被链接文档的 MIME 类型。 实例 构建两个css格式的文件 style_1 body{ background-image:url("https://www.mxyn.com/mimg/aimg/2007/2-200FQ61R5220.jpg") } <!--设置背景图片--> h1{ text-align:center; color:red; } p{ text-align:32px; color:blue; } a{ color:yell...
<styletype="text/css"> h1 {color: red} <!--设置h1标签为红色--> p {color: blue} <!--设置p标签为蓝色--> a { color: yellow; background: black; <!--设置a标签的背景为黑色--> } </style> </head> <body> <h1>Hello World</h1> <p>I love FishC.com!</p> <a href="http:/...
百度试题 结果1 题目在HTML页面中,CSS样式的属性名为background-image对应的style对象的属性名是( )。 A. background B. backgroundImage C. image D. background 相关知识点: 试题来源: 解析 B 反馈 收藏
<style type="text/css"> body{ background:#f3f3f3 url('img_tree.png'); } </style> <script> function displayResult(){ document.body.style.backgroundRepeat="repeat-y"; } </script> </head> <body> <button type="button" onclick="displayResult()">垂直重复背景图像</button> <br> <h1...
百度试题 题目在HTML页面中,CSS样式的属性名为background-image对应的style对象 A.backgroundB.backgroungImageC.image相关知识点: 试题来源: 解析 B 反馈 收藏
css: *{padding:0; margin:0;} body{font-family:Microsoft YaHei; } a:link,a:visited{text-decoration: none} .main{width:1000px height:500px; overflow: hidden; } .nav{width: 1000px; height: 50px; background: #FFF; border:dashed #666; ...
在HTML页面中,CSS样式的属性名为background-image对应的style对象的属性名是()。 Abackground BbackgroungImage Cimage 正确答案 答案解析 略 真诚赞赏,手留余香 小额打赏 169人已赞赏
在HTML页面中,CSS样式的属性名为background-image对应的style对象的属性名是 *A.backgroundB.backgroungImageC.i
ResourceType ResourceView Перезагрузить RestoreDefaultView RestoreImage RestoreLocalServer RestoreMTR RestoreServiceDependencies RestoreServiceDependenciesWarning RestoreSnapshot ResultsToGrid ResultsToRuleFile ResultsToTextFile ResumePhone Rethrow Получение Возвращает Ret...
<style type="text/css"> body{ background:#f3f3f3 url('img_tree.png'); } </style> <script> function displayResult(){ document.body.style.backgroundRepeat="repeat-y"; } </script> </head> <body> <button type="button" onclick="displayResult()">垂直重复背景图像</button> <br> <h1...