HTML Links - Hyperlinks HTML Links - Syntax
HTML Links - Hyperlinks HTML Links - Syntax
HTML Links
Links are found in nearly all web pages. Links allow users to click their way
from page to page.
Button as a Link
To use an HTML button as a link, you have to add some JavaScript code.
JavaScript allows you to specify what happens at certain events, such as a click of a
button:
<button onclick="document.location='default.asp'">HTML Tutorial</button>
Link Titles
The title attribute specifies extra information about an element. The information is
most often shown as a tooltip text when the mouse moves over the element.
<a href="https://https://aics.edu.ph/" title="Go to AICS Website">Visit our
HTML Tutorial</a>