Web API'S - URL API
What is URL?
A Uniform Resource Locator (URL) is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it.
Examples of URL.
https://www.example.com/page1.html
http://www.example.com/en/us/doc
https://example.com/empolyee/1
https://example.com/employee?sort=A&search=muru
Syntax URL javascript usage
Example 1 Example 2 Console
Comments
Post a Comment