# html
<span>Align of img</span>
# css
span{
/* 中划线 */
text-decoration: line-through overline underline;
/* 上划线 */
/* text-decoration: overline; */
/* 下划线 */
/* text-decoration: underline; */
}
# html
<span>Align of img</span>
# css
span{
/* 中划线 */
text-decoration: line-through overline underline;
/* 上划线 */
/* text-decoration: overline; */
/* 下划线 */
/* text-decoration: underline; */
}