How-to articles, tricks, and solutions about LINK
Read this tutorial and learn about how the Access-Control-Allow-Origin response header works. Also, read about CORS, the origin, and non-simple requests.
Learn how to create an anchor link to jump to a specific section of a page, and how to link to the anchor from another webpage. Also see how to style the jumping anchor link with examples.
There are several ways to place a clickable button on a webpage that will be linked to another page of your website. You can add inline onclick event to HTML button tag, or input tag.
Make your website look more attractive by using favicons in the title bar. See how favicons are created and find more information about them.
In this snippet, you will find out how it is possible to add telephone links with HTML. See examples and try to add and style telephone links by yourself.
Learn about the ways of changing the default cursor. See funny tricks to do with cursors and set images and icons as a cursor on your website.
Learn about how to change hyperlink colors, inline and external methods with examples. See also how to give different styles to your anchor link and to change underline color with examples.
Since actually, we cannot style the “title” attribute inside an anchor tag, we suggest using some other methods of styling the tooltip inside an anchor tag.
Read this tutorial and learn the fastest and simplest way of checking for a hash value in the URL using the window.location.hash method in JavaScript.
This tutorial provides several methods of creating an Ajax submit form using jQuery easily. Read about the differences of the GET and POST HTTP methods.
Learn how to create an image slider/slideshow/carousel to display images on your website. Learn how to do it with only CSS and in the second part, learn to do it with JS. See examples.
It turns out it is totally possible to create a simple CSS gallery without using Javascript. In this article we are going to show you how to do that with only HTML or CSS.
Learn about how to create a Mailto forms with examples. See also the advantages that Mailto forms can have.
Learn about how to create a Mailto link in HTML step by step with examples. See also the downsides that Mailto links can have.
Learn how to disable links on the current page using pointer-events and user-select properties. Also, find examples!
Learn How to Display the Hidden Element on Hovering Over Hyperlink or <a> tag. With this article, you can learn how to show the hidden elements.
TemplateUrl can be not only a value. It can be a function with any arguments, which returns a value as URL. See how it looks.
Learn how to embed PDF documents in HTML using the a and iframes tags, and make PDF files not downloadable with W3Docs. Practice with examples
Read this JavaScript tutorial and learn useful information about the two widely used methods that are used for encoding objects to query strings easily.
Read and learn how to get the current URL in JavaScript by using Location object properties. Also, gain an understanding about URL and its components.
On this page, you can find fast and simple solutions on how to get query string values in JavaScript. Just follow the examples given below to make it work.
Read this JavaScript tutorial and learn how you can easily get the URL parameters with the help of the methods provided by the URLSearchParams interface.
See how to use <video> and <iframe> tags instead of the <embed>, <frame> and <object> tags. Learn how to set video autoplay. Practice with examples.
On this page you can see how to make a <div> element a clickable link.