Top "Anchor" questions

An anchor (<a>...</a>) is a HTML element used to define the link between the current element (the anchor) and the destination (URI).

Disable color change of anchor tag when visited

I have to disable the color change of an anchor tag when visited. I did this: a:visited{ color: gray } (…

html css anchor
Get fragment (value after hash '#') from a URL in php

How can i select the fragment after the '#' symbol in my URL using PHP? The result that i …

php url anchor url-fragment
Set a:hover based on class

I have the following HTML: <div class="menu"> <a class="main-nav-item" href="home">home</a&…

html css colors hover anchor
Opening new window in HTML for target="_blank"

<a href="facebook.com/sharer" target="_blank" >Share this</a> How do I make this a …

javascript html css templates anchor
Is it correct to use alt tag for an anchor link?

Is it correct to use alt tag for an anchor link, something like <a href="#" class="test" alt="Something" …

html anchor alt
Valid to use <a> (anchor tag) without href attribute?

I've been using Twitter Bootstrap to build a site, and a lot of its functionality depends on wrapping things in &…

html anchor semantic-markup htmlbutton
Making href (anchor tag) request POST instead of GET?

<a href="employee.action" id="employeeLink">Employee1</a> when i click the Employee1 link, GET request …

html post get anchor
Is an anchor tag without the href attribute safe?

Is it okay to use an anchor tag without including the href attribute, and instead using a JavaScript click event …

html hyperlink standards anchor
CodeIgniter - Correct way to link to another page in a view

I was wondering if someone could tell me the correct way to link to another page from within a view. …

php codeigniter anchor
ScrollTo function in AngularJS

I'm trying to get a quick nav to work correctly. It's floating on the side. When they click on a …

javascript jquery angularjs scroll anchor