<!DOCTYPE html> <html> <head> <title>Pengenalan css</title> <style> button { margin-bottom: 10px; } .satu { border-radius: 10px; } .dua { background-color: blue; color: yellow; border: 2px solid red; } .tiga { box-shadow: 0 8px 16px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0...
<!DOCTYPE html> <html> <head> <title>Pengenalan css</title> <style> a { text-decoration: none; } a:link{ color: red; } a:visited { color: green; } a:hover { color: blue; } a:active { color: yellow; } </style> </head> <body> <a href="...