JavaWeb——CSS僞類

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>僞類</title> <style> a:link { color: blue; text-decoration: none; /*取消下劃線*/ } a:visited { color: black; } a:ho
相關文章
相關標籤/搜索