Most voted "link" questions
A link (or hyperlink) is a hypertext element with the function of transferring navigation to another resource or page. In HTML, anchors are used (tag <a>) to create hyperlinks.</a>
Learn more…160 questions
Sort by count of
-
-1
votes0
answers19
views -
-2
votes1
answer45
viewsWhy is display: block; on the links? tag "a", to make the navigation bar?
ul li a{ display: block; } Why do you need to put the links with display block when making the menus?
-
-2
votes1
answer40
viewsMuch of my site has become a link
Can anyone tell me what the problem is? I was trying to make a common site and made the login page.php, but when I put the link in the menu of index.php my entire site became a link. Now everywhere…
-
-2
votes2
answers518
viewsDisable link and button after clicking
I have already researched here and other sites but I have not found an answer that applies correctly to my scenario. The idea is the following I have two pages one with a link and the other with a…
-
-3
votes1
answer121
viewsLink counter - no external page, using JS onClick() or other solution in PHP + Mysql
Hello, I seek help to assemble a link counter. I would not like to use a collection page but rather a solution that runs on any page. Example on a page with 03 links: link01.php, link02.php (which…
-
-3
votes1
answer140
viewsWhich link should I use in my event page article? for it to open and load individually?
Hello guys I’m having a doubt that’s keeping me awake. On my page index.html have a < section > calling for EVENTS, and I also have a page called html events. In the html events. I have some…
-
-3
votes1
answer52
viewsWhy do some links not inform the domain or protocol?
I would like to know more about relative navigation links and would also like to know the pros and cons of using them. For example, there are links that do not inform the domain and do not inform…
-
-3
votes3
answers32
viewsOpen a href link in php
Good afternoon. I have the following code to follow and would like to open the sites I have and with a button to redirect to the login of the hosting and I’m not getting. The hosting link would be…
-
-4
votes1
answer2579
viewsOpen a new tab and redirect the current tab to another page on a Javascript link
I need to do, in javascript, a link that opens a page in a new tab and redirects the current page to another link.
-
-5
votes1
answer1008
viewsLink is not clickable
I’m creating a website and I’m having a problem, I have a tag link but I can’t click it. If I put it anywhere else in the code it works, but in this specific no. (the link I’m quoting is the one…