Welcome to my Links page!

Welcome to my notes hompage from IST coding class /w3schools . Each link will take you to a brand new topic. ENJOY!

What is the most important attribute for a link to have in order to send you to another web page?
The most important attribute for a link to send you to another page is the href (hypertext reference) attribute within the <a> (anchor) tag, as it specifies the destination URL, telling the browser where to go when the link is clicked
What attribute and property can you add to make a document open in a new window?
To make a document or link open in a new window (or tab) in HTML, you need to add the target attribute with a property value of _blank to the anchor (<>) tag.

Click here to go back to the Notes homepage.