Update internet_protocol.html

This commit is contained in:
Joshua Killen 2020-04-17 16:25:56 +01:00
parent a69d3bc942
commit 7d06978577
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<li><article class="anchor">
<details>
<summary class="frameTitle">HTTP</summary>
<p class="frameContent">Port: 80<br> </p>
<p class="frameContent">Port: 80<br><abbr title="HyperText Transfer Protocol">HTTP</abbr> is the protocol that handles the transfer of <abbr title="digital pages a user can read that directly reference other pages the user can look at">hypertext</abbr> between one or multiple systems. It is designed using the client-server principles; allowing a client to make a request after forming a connection with the server, at which point the server responds however it is programmed.</p>
</details>
</article></li>