解析:在<HEAD></HEAD>之间加上一段代码 <STYLE> a:link { text-decoration: none;} a:visited { text-decoration: none;} a:hover { text-decoration: underline;} </STYLE> 就可以去掉下划线了
body和/body之间添加"bru文字修饰/u",如下图所示。 基本语法】u.../u 【语法说明】标记实现给文字添加下划线。保存网页文件,按住F12键可以在浏览器中预览效果,如下图所示。
在<HEAD></HEAD>之间加上一段代码 <STYLE> a:link { text-decoration: none;} a:visited { text-decoration: none;} a:hover { text-decoration: underline;} </STYLE> 就可以去掉下划线了
为文字加下划线要使用css来定义样式,利用“text-decoration: underline”就可以实现 文字下加下划线 比如手写一个页内的css样式 body p {text-decoration: underline;}也可以使用dreamweaver的css工具来制作css样式:以Dreamweaver cc为例,首先要在css设计器的“源”中现在一个源,可以选择“在页面中定义...
单dw貌似实现不了的..你可以用dw添加样式 然后再手动改下样式.简单的很,复制一下就可以了 a:link {color: #FF0000}/* 未访问的链接 */ a:visited {color: #00FF00}/* 已访问的链接 */ a:hover {color: #FF00FF}/* 鼠标移动到链接上 */ a:active {color: #0000FF} 好吧 点菜单...
意思是border线? border有个dash属性吧,hover之类的事件,监听到则给加个class