1 Minute HTML tutorial - Hyperlink and a tag

27
1 Minute HTML Hyperlink and <a>

Transcript of 1 Minute HTML tutorial - Hyperlink and a tag

Page 1: 1 Minute HTML tutorial - Hyperlink and a tag

1 Minute HTML

Hyperlink and <a>

Page 2: 1 Minute HTML tutorial - Hyperlink and a tag

Let’s see a short demo

on a Hyperlink

short demo

on a Hyperlink

Page 3: 1 Minute HTML tutorial - Hyperlink and a tag

Let’s see a short demo

on a Hyperlink

Page 4: 1 Minute HTML tutorial - Hyperlink and a tag

Let’s see a short demo

on a Hyperlink

Clicking on a Hyperlink…

Page 5: 1 Minute HTML tutorial - Hyperlink and a tag
Page 6: 1 Minute HTML tutorial - Hyperlink and a tag

jumped to a different Page

Page 7: 1 Minute HTML tutorial - Hyperlink and a tag

URL also changed

Page 8: 1 Minute HTML tutorial - Hyperlink and a tag

<a> tag for Hyperlink

Page 9: 1 Minute HTML tutorial - Hyperlink and a tag
Page 10: 1 Minute HTML tutorial - Hyperlink and a tag
Page 11: 1 Minute HTML tutorial - Hyperlink and a tag

“href” is the destination

to jump to

Page 12: 1 Minute HTML tutorial - Hyperlink and a tag

Between <a> and </a>, is

the Hyperlink display text

Page 13: 1 Minute HTML tutorial - Hyperlink and a tag

Create another.html

Page 14: 1 Minute HTML tutorial - Hyperlink and a tag

And edit the another.html

Page 15: 1 Minute HTML tutorial - Hyperlink and a tag

<a> tag in action

Page 16: 1 Minute HTML tutorial - Hyperlink and a tag
Page 17: 1 Minute HTML tutorial - Hyperlink and a tag

display text

Page 18: 1 Minute HTML tutorial - Hyperlink and a tag

Let’s see a short demo

on a Hyperlink

Clicking on the Hyperlink…

Page 19: 1 Minute HTML tutorial - Hyperlink and a tag

Brings you to the new page

Page 20: 1 Minute HTML tutorial - Hyperlink and a tag

Brings you to the new page,

specified by href

Page 21: 1 Minute HTML tutorial - Hyperlink and a tag

And clicking this Hyperlink…

Page 22: 1 Minute HTML tutorial - Hyperlink and a tag

Let’s see a short demo

on a Hyperlink

Brings you back to index.html

Page 23: 1 Minute HTML tutorial - Hyperlink and a tag

Open a Hyperlink-ed

page in a new tab

Page 24: 1 Minute HTML tutorial - Hyperlink and a tag
Page 25: 1 Minute HTML tutorial - Hyperlink and a tag

target=“_blank” will open

another.html in a new tab

Page 26: 1 Minute HTML tutorial - Hyperlink and a tag
Page 27: 1 Minute HTML tutorial - Hyperlink and a tag

new tab!