Link Tags

Topic

Link Tags

Topic Progress:

Many websites use links, to link to other websites or even to link to other pages of the website. Let’s have a look at how we link.

<a href=”https://scratch.mit.edu/>Link to Scratch</a>

The example above is made up of a tag and an attribute. 

<a> tags are used to define hyperlinks.

The href attribute is where you put the address of where you are linking to.

The value of the href attribute is the hyperlink you want to have on your website.  So in the example above we are linking to the Scratch website

@

Not recently active