From 50b4e1061e5ebf3d4a266c150ad025f9783d79c5 Mon Sep 17 00:00:00 2001 From: Daniel Dev Date: Wed, 29 Nov 2017 19:12:29 +0000 Subject: [PATCH] changes in Answears Daniel Silva --- test-yourself-answers.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-yourself-answers.md b/test-yourself-answers.md index 597c06b..aebe929 100644 --- a/test-yourself-answers.md +++ b/test-yourself-answers.md @@ -335,6 +335,7 @@ Define the following: ### The Web +The web is netowrk of interconnected computers that comunicate by using protocols #### URL( Uniform Resource Locator) @@ -400,6 +401,8 @@ For example, Amazon.com released its API so that web developers could more easil A program usually running on a remote computer that responds to requests from a browser. +Communicates with the client by a protocol, namely http, and responds with a minified version of html markup of the website requested. + *Contributed by [Unknown]*