From 10bd2efc585bfb1d916410e04f6830db1ac446c0 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 30 Aug 2018 13:46:31 +0300 Subject: [PATCH] Create URL.md --- glossary/URL.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/URL.md diff --git a/glossary/URL.md b/glossary/URL.md new file mode 100644 index 000000000..0abfbb8c0 --- /dev/null +++ b/glossary/URL.md @@ -0,0 +1,4 @@ +### URL + +URL stands for Uniform Resource Locator and is a text string specifying where a resource can be found on the Internet. +In the HTTP protocol, URLs are the same as web addresses and hyperlinks.