[ラーニング]リンクの新しいラベルを開き、直接開く


HTMLを直接開く


直接NAVERに移動
<button type="button" onclick="location.href='http://www.naver.com' ">네이버로 바로이동</button>

HTMLの新しいウィンドウを開く


Naver Newタブで開く
<button type="button" onclick="window.open(http://www.naver.com) ">네이버 새탭으로 열기</button>

href文からのみ新しいラベルを接続

<a href='https://www.naver.com' target='_blank'> 나는 하이퍼링크다.</a>

aラベル青やその他などを消す

<HEAD>
<TITLE> 링크에 밑줄 없애기 </TITLE>

<style type="text/css">
 a:link { color: red; text-decoration: none;}
 a:visited { color: black; text-decoration: none;}
 a:hover { color: blue; text-decoration: underline;}
</style>
  • の説明-
    styleソースのtype=textを制御するcssとする.
    a:link:クリックされていないリンク
    a:アクセス:一度クリックしたリンクまたは一度行ったリンク
    a:hover:マウスをクリックすると
    装飾:下線
    none:ステータスなし
    下線:ステータス
  • a:active:リンク部分をクリックしたときの状態
    ソース:https://storyhong.tistory.com/82

    cssでのループオプション


    a {text-decoration: none;}


    もとは青い羽の猫はとても白い解决に适しています!