Top "Hyperlink" questions

A hyperlink is a reference to a document (or a section) that can be followed for retrieval using a navigation system that allows selecting emphasized content within an originating document.

Open link in new tab or window

Is it possible to open an a href link in a new tab instead of the same tab? <a …

html tabs hyperlink window href
How to change the href for a hyperlink using jQuery

How can you change the href for a hyperlink using jQuery?

javascript html jquery hyperlink
How to close current tab in a browser window?

I want to create a link on a webpage that would close the currently active tab in a browser without …

javascript html hyperlink
Remove stubborn underline from link

I am attempting to have a link show up in white, without an underline. The text color shows up correctly …

css hyperlink underline
Open URL in same window and in same tab

I want to open a link in the same window and in the same tab that contains the page with …

javascript html hyperlink href
Smooth scrolling when clicking an anchor link

I have a couple of hyperlinks on my page. A FAQ that users will read when they visit my help …

javascript jquery scroll hyperlink anchor
How to open link in new tab on html?

I'm working on an HTML project, and I can't find out how to open a link in a new tab …

html hyperlink anchor browser-tab
How can I get the Google cache age of any URL or web page?

In my project I need the Google cache age to be added as important information. I tried to search sources …

html url hyperlink web-scraping
How do I convert a column of text URLs into active hyperlinks in Excel?

I have a column in excel, wherein I have all the website url values. My question is I want to …

excel-2007 hyperlink
Should I make HTML Anchors with 'name' or 'id'?

When one wants to refer to some part of a webpage with the "http://example.com/#foo" method, should one …

html hyperlink fragment-identifier