LoginSignup
0
0

More than 3 years have passed since last update.

IDを使ったページ内リンクの作り方

Last updated at Posted at 2019-12-24

ページ内リンクってどうやるの?

目的

ページ内リンクの作り方が分かったため残すことにする

やり方

  1. リンク先になる見出しや文にid属性をつける
  2. リンク元になるタグのhrefに"リンク先id名"をつける

<a href="#contents">リンク元</a>
・
・
・
<div id="contents">
  <h2>リンク先はこちらです</h2>
</div>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0