★リンクの移動先にid名を付ける

結果はどのようにランク付けされますか?
順位はどのように決まるのでしょうか?
2Ranking the results of your bets can be a complex task depending on your specific situation and goals. There are many different ways to rank betting results, and the choice of method often depends on what you want to achieve. The general approach for ranking betting results is as follows:
Read in-detail

私たちはカジノサイトを独自にレビューしています。当社のリンクを通じてサインアップすると、追加料金なしで当社に手数料が発生する場合があります。

リンクの移動先にid名を付ける

広告




前回、a要素でページ内リンクを指定しました。
今回は、ウェブページ内のそれぞれの箇所にこれらのリンク先となるid名を付けてやりましょう。

要素にid名を付けることで、リンクの移動先として指定できるようになります。
id属性はHTMLソース中のほとんどの要素に指定することができますが、このサンプルではh3要素に付けることにします。

index に以下の記述を追加してください。

HTMLソース(index )

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="base.css">
<title>ウェブサンプル株式会社</title>
</head>
<body>
<div id="pagebody">

	<!-- ヘッダ -->
	<div id="header">
	<h1><a href="index "><img src="https://htmqcom1.wpengine.com/wp-content/themes/twentytwentyone-child/htmq-images/logo.png" alt="ウェブサンプル株式会社"></a></h1>
	</div>

	<!-- メインメニュー -->
	<ul id="menu">
	<li><a href="index ">ホーム</a></li>
	<li><a href="product ">製品紹介</a></li>
	<li><a href="profile ">会社概要</a></li>
	<li><a href="contact ">お問合せ</a></li>
	</ul>

	<!-- ヘッダ画像 -->
	<div id="img_index">
	<img src="./images/img_index.png" alt="あしたをみつめるウェブサンプル株式会社">
	</div>

	<!-- サブメニュー -->
	<h2>新着情報</h2>
	<ul>
		<li><a href="#info0001">新商品のご案内</a></li>
		<li><a href="#info0002">展示会への出展</a></li>
		<li><a href="#info0003">環境への取り組み</a></li>
	</ul>

	<!-- インフォメーション -->
	<h3 id="info0001">新商品のご案内</h3>
	<p>
	<img src="https://htmqcom1.wpengine.com/wp-content/themes/twentytwentyone-child/htmq-images/index0001.png" alt="新商品のイメージ画像" class="infoimg_index">
	あいうえおかきくけこさしすせそ(中略)
	</p>
	<hr>
	
	<h3 id="info0002">展示会への出展</h3>
	<p>
	<img src="https://htmqcom1.wpengine.com/wp-content/themes/twentytwentyone-child/htmq-images/index0002.png" alt="展示会への出展のイメージ画像" class="infoimg_index">
	あいうえおかきくけこさしすせそ(中略)
	</p>
	<hr>

	<h3 id="info0003">環境への取り組み</h3>
	<p>
	<img src="https://htmqcom1.wpengine.com/wp-content/themes/twentytwentyone-child/htmq-images/index0003.png" alt="環境への取り組みのイメージ画像" class="infoimg_index">
	あいうえおかきくけこさしすせそ(中略)
	</p>
	<hr>

	<!-- フッタ -->
	<small>Copyright (c) ウェブサンプル株式会社 All Rights Reserved.</small>

</div>
</body>
</html>

保存をしたらブラウザで表示してみましょう。
見た目は何も変わりませんが、今度はサブメニューのリンクをクリックすると、それぞれの該当個所へ移動するようになっているはずです。

リンクをクリックしても移動しない場合には、id名をタイプミスしていないかなどを確認してみてください。

ここまでの制作段階で、サンプルサイトは以下の状態となっています。

まとめ
  1. <要素名 id=”id名”>要素内容</要素名> の書式で要素にid名を付ける
  2. 要素にid名を付けることで、リンク先として指定できるようになる
  3. ひとつのウェブページ内では、重複して同じid名を付けることはできない
<前へ 目次へ 次へ>

広告



Casino Finder

Don’t know which casino is the best for you?

Easily find your perfect casino in under a minute, no sign up necessary.