css中设置下划线的方法
在CSS中可以使用text-decoration属性或border-bottom属性来给字体设置下划线样式。
1、使用text-decoration:underline;设置下划线样式
CSS的text-decoration属性用于指定添加到文本的修饰,其underline属性值可以定义文本下的一条线。
语法:
text-decoration: underline;
问题:
当设置的下划线和文字紧贴的时候
只能将文字设置成div然后设置边框。
css中设置下划线的方法
在CSS中可以使用text-decoration属性或border-bottom属性来给字体设置下划线样式。
1、使用text-decoration:underline;设置下划线样式
CSS的text-decoration属性用于指定添加到文本的修饰,其underline属性值可以定义文本下的一条线。
语法:
text-decoration: underline;
问题:
当设置的下划线和文字紧贴的时候
只能将文字设置成div然后设置边框。