1 Minute HTML tutorial - Hyperlink and a tag

Post on 17-Feb-2017

298 views 0 download

Transcript of 1 Minute HTML tutorial - Hyperlink and a tag

1 Minute HTML

Hyperlink and <a>

Let’s see a short demo

on a Hyperlink

short demo

on a Hyperlink

Let’s see a short demo

on a Hyperlink

Let’s see a short demo

on a Hyperlink

Clicking on a Hyperlink…

jumped to a different Page

URL also changed

<a> tag for Hyperlink

“href” is the destination

to jump to

Between <a> and </a>, is

the Hyperlink display text

Create another.html

And edit the another.html

<a> tag in action

display text

Let’s see a short demo

on a Hyperlink

Clicking on the Hyperlink…

Brings you to the new page

Brings you to the new page,

specified by href

And clicking this Hyperlink…

Let’s see a short demo

on a Hyperlink

Brings you back to index.html

Open a Hyperlink-ed

page in a new tab

target=“_blank” will open

another.html in a new tab

new tab!