From 83bddec6b889bdeb2c0948705e5e4320a03b0d9b Mon Sep 17 00:00:00 2001 From: absorber Date: Fri, 29 Jul 2016 10:36:39 +0400 Subject: [PATCH 01/10] Updated page to reflect some minor corrections & additions. * Added the premise that [HTTP](https://tools.ietf.org/html/rfc2616#section-1.1) can not only serve web pages. * Added some terms to reflect original naming conventions. * Added that web does not only work over HTTP but also HTTPS. --- _posts/2015-01-03-web.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_posts/2015-01-03-web.md b/_posts/2015-01-03-web.md index 789d5f5..7c1f511 100644 --- a/_posts/2015-01-03-web.md +++ b/_posts/2015-01-03-web.md @@ -9,7 +9,7 @@ section: web We have seen how computers connected on the Internet communicate in different languages called **protocols**, to exchange emails, files, chat messages... -One of these protocols is called **HTTP**. It's the protocol with which computers share **Webpages** between each other, like the one you're currently reading. +One of these protocols is called **HTTP**. It's the protocol with which computers share things like **Webpages** between each other, like the one you're currently reading. The **Web** is the part of the Internet where Webpages are shared. You can tell you're browsing the Web if the URL starts with `http://`. @@ -30,9 +30,9 @@ Because remember URLs is cumbersome, the Web at its origin is based upon **inter A **Website** is simply a _collection_ of Webpages located on a **same domain**. -* **Web** `http://` - * Website `marksheet.io` - * Webpage `/introduction.html` +* **Web** `http://` (protocol) + * Website `marksheet.io` (domain name) + * Webpage `/introduction.html` (document) * Webpage `/internet.html` * Webpage `/web.html` @@ -97,7 +97,7 @@ Your browser is then able to display `web.html`. The file is **not saved** on your computer though: it is only displayed temporarily while you navigate it. If you go to later, it will ask the MarkSheet computer _again_ for that same file, if it still exists. That way, it ensures you always get the _latest_ version of the file. Web -: The part of the Internet that uses the **HTTP** protocol. +: The part of the Internet that uses the **HTTP** or the **HTTPS** protocol. Webpage : A document written in **HTML**. From f6e13f922d0a4f65ac04827721a101448a604c3c Mon Sep 17 00:00:00 2001 From: absorber Date: Mon, 1 Aug 2016 11:43:50 +0400 Subject: [PATCH 02/10] Minor adjustment to make example more clear. Changed the footer example to #top, as the following sentence has an example about going to top of the page too. --- _posts/2015-03-03-html-links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-03-03-html-links.md b/_posts/2015-03-03-html-links.md index 54fa2f7..a46d699 100644 --- a/_posts/2015-03-03-html-links.md +++ b/_posts/2015-03-03-html-links.md @@ -37,7 +37,7 @@ There are **3** types of target you can define. **Anchor** target to navigate _within_ the **same** page. By prepending your href with `#`, you can target an HTML element with a specific `id` attribute. -For example, `` will navigate to the `