CSS语言中怎么去掉(虚线)边框

CSS语言中怎么去掉(虚线)边框

with类属性用于设置元素边框的宽度另外超链接文本的text-decoration样式属性的默认设置是underline,如果将其样式属性设置为none,就可以去除其中的下划线.a{ text-decoration:noneoutline:
html-css80