摘要: 添加不同样式的超链接 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>超链接</title> <style> a.one:link {color:#ff0000;} a.one:visited {color:#0000ff;} 阅读全文
posted @ 2021-01-22 23:20 马梦佳 阅读(222) 评论(0) 推荐(0) 编辑