<html lang="ja"> <head> <meta http-equiv="content-type" charset="UTF-8"> <style type="text/css"> .btn1 { padding: 10px 30px; text-decoration: none; width: 200px; height: 30px; color: black; background-color: lightgreen; border-radius: 0px; } </style> </head> <body> <a href="http://chibahakkyo.net/index.htm" class="btn1">緑色で四角いボタン</a> </body> </html> |
<html lang="ja"> <head> <meta http-equiv="content-type" charset="UTF-8"> <style type="text/css"> |