Learn how retrieve URL of the current web page from address bar of your browser. You can do this with JavaScript and PHP.
Category: Web development
This category contains the following 35 articles.
How to Easily Make a Website
Learn about XAMPP, WordPress and MediaWiki as tools for rapidly developing websites. These tools enable you to make a good website in no time.
Place two DIVs side by side
Arranging DIV element in side-by-side (adjacent) manner is something web developers often need to do. Learn how to accomplish this.
Usage of Names and IDs of HTML Elements
Learn the difference between names and IDs of HTML tags. Also know why it may be important to set their values different from each other.
Remove Dotted Border Around Links on Mouse Click
Dotted outline that appears around an HTML anchor link when it is clicked may not be visually appealing to many. Learn how to remove it.