<html lang="ja">
<head>
<meta http-equiv="content-type" charset="UTF-8">
<style type="text/css">
a:link {
color: #006400;
background-color: #dcdcdc;
}
a:visited {
color: #ff0000;
background-color: #afeeee;
}
</style>
</head>
<body bgcolor="#ffffff" >
<a href="http://chibahakkyo.net/index2.htm" >千葉ハッキョのHPに移動します。</a><br>
<a href="https://chosonsinbo.com/jp/" >朝鮮新報のHPに移動します。</a><br>
</body>
</html>
|
<style type="text/css">
a:link {
color: #006400; 訪問前のリンクの文字の色を変更できます。
background-color: #dcdcdc; 訪問前のリンクの背景の色を変更できます。
}
a:visited {
color: #ff0000; 訪問後のリンクの文字の色を変更できます。
background-color: #afeeee; 訪問後のリンクの背景の色を変更できます。
}
</style>
|
<html lang="ja">
<head>
<meta http-equiv="content-type" charset="UTF-8">
<style type="text/css">
a:link {
color: #006400;
background-color: #dcdcdc;
}
a:visited {
color: #ff0000;
background-color: #afeeee;
}
a:hover {
color: #007fff;
background-color: #ff0fff;
}
</style>
</head>
<body bgcolor="#ffffff" >
<a href="http://chibahakkyo.net/index2.htm" >千葉ハッキョのHPに移動します。</a><br>
<a href="https://chosonsinbo.com/jp/" >朝鮮新報のHPに移動します。</a><br>
</body>
</html>
|
<style type="text/css">
a:link {
color: #006400; 訪問前のリンクの文字の色を変更できます。
background-color: #dcdcdc; 訪問前のリンクの背景の色を変更できます。
}
a:visited {
color: #ff0000; 訪問後のリンクの文字の色を変更できます。
background-color: #afeeee; 訪問後のリンクの背景の色を変更できます。
}
a:hover {
color: #007fff; カーソルを乗せたリンクの文字の色を変更できます。
background-color: #ff0fff; カーソルを乗せたリンクの背景の色を変更できます。
}
</style>
|