A.A:hover{text-decoration:none;} B.A:hover{text-decoration:underline;} C.A:hover{text-align:none;} D.A:hover{text-align:underline;}
多项选择题下列能够正确在一个htm页面中导入在同一目录下的“StyleSheet1.css”样式表的是()。
A、<style>@importStyleSheet1.css;</style> B、<link rel=”stylesheet”type=”text/css”href=”StyleSheet1.css”> C、<link rel=”StyleSheet1.css”type=”text/css”> D、<link rel=”stylesheet”type=”text/javascript”href=”../htm/StyleSheet1.css”>
单项选择题在HTML中,()可以在网页上通过链接直接打开客户端的发送邮件的工具发送电子邮件。
A、<A HREF="telnet:zhangming@aptech.com">发送反馈信息</A> B、<A HREF="mail:zhangming@aptech.com">发送反馈信息</A> C、<A HREF="ftp:zhangming@aptech.com">发送反馈信息</A> D、<A HREF="mailto:zhangming@aptech.com">发送反馈信息</A>
单项选择题HTML语言中,设置表格中文字与边框距离的标签是()。
A.<table boder=””> B.<table cellspacing=””> C.<table cellpadding=””> D.<table width=””>
单项选择题CSS样式表根据所在网页的位置,可分为()。
A.行内样式表、内嵌样式表、混合样式表 B.行内样式表、内嵌样式表、外部样式表 C.外部样式表、内嵌样式表、导入样式表 D.外部样式表、混合样式表、导入样式表
单项选择题HTML语言中的预格式文本标签是()。
A、<body> B、<nobr> C、<pre> D、<p>