-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (68 loc) · 4.78 KB
/
index.html
File metadata and controls
81 lines (68 loc) · 4.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<html>
<head>
<meta charset="utf8">
<title>Web Historik</title>
<link href="misc/style.css" rel="stylesheet">
</head>
<body>
<center>
<h1>Web Historik</h1>
</center>
<h4 style="font-family: boldfont; color: white; position: relative; left: 20px;">Arpanet</h4>
<h4 style="font-family: lightfont; font-weight: 100; color: white; position: relative; left: 20px; max-width: 50%;">
Arpanet står för Advanced Research Projects Agency Network
<br>
<i>Source: <a href="https://sv.wikipedia.org/wiki/Telnet">https://sv.wikipedia.org/wiki/Telnet</a></i>
</h4>
<h4 style="font-family: boldfont; color: white; position: relative; left: 20px;">FTP</h4>
<h4 style="font-family: lightfont; font-weight: 100; color: white; position: relative; left: 20px; max-width: 50%;">
FTP står för File Transfer Protocol och används för att överföra filer mellan en client och server eller mellan client och client över lokalt nätverk.
<br>
<i>Source: Självskrivet</i>
</h4>
<h4 style="font-family: boldfont; color: white; position: relative; left: 20px;">Telenet</h4>
<h4 style="font-family: lightfont; font-weight: 100; color: white; position: relative; left: 20px; max-width: 50%;">
Telenet är ett internetprotokoll som används till textbaserad inloggning som till exempel att fylla in rutorna automatiskt med ens inloggning.
<br>
<i>Source: <a href="https://sv.wikipedia.org/wiki/Telnet">https://sv.wikipedia.org/wiki/Telnet</a></i>
</h4>
<h4 style="font-family: boldfont; color: white; position: relative; left: 20px;">SMTP</h4>
<h4 style="font-family: lightfont; font-weight: 100; color: white; position: relative; left: 20px; max-width: 50%;">
SMTP står för Simple Mail Transfer Protocol och som är ett protokoll som används för att skicka mail.
<br>
<i>Source: Självskrivet</i>
</h4>
<h4 style="font-family: boldfont; color: white; position: relative; left: 20px;">HTML</h4>
<h4 style="font-family: lightfont; font-weight: 100; color: white; position: relative; left: 20px; max-width: 50%;">
HTML står för Hyper Text Markup Language som är ett programmerings språk som är det mest basic för vad en hemsida kan ha.
<br>
<i>Source: Självskrivet</i>
</h4>
<h4 style="font-family: boldfont; color: white; position: relative; left: 20px;">HTTP</h4>
<h4 style="font-family: lightfont; font-weight: 100; color: white; position: relative; left: 20px; max-width: 50%;">
HTTP står för Hyper Text Transfer Protocol och är det protokoll som används för att prata med clienten som är ansluten till hemsidan.
<br>
<i>Source: Självskrivet</i>
</h4>
<h4 style="font-family: boldfont; color: white; position: relative; left: 20px;">CSS</h4>
<h4 style="font-family: lightfont; font-weight: 100; color: white; position: relative; left: 20px; max-width: 50%;">
CSS står för Cascading Style Sheet och är ett simpelt språk/interface för att ändra visuella objkect på hemsidan.
<br>
<i>Source: Självskrivet</i>
</h4>
<h4 style="font-family: boldfont; color: white; position: relative; left: 20px;">Webbläsare - Firefox</h4>
<h4 style="font-family: lightfont; font-weight: 100; color: white; position: relative; left: 20px; max-width: 50%;">
Firefox är en webbläsare som till skillnad från Chrome och andra tar mindre RAM och är bättre optimiserat för att strömma videor. Den är också mer säker i vissa änden.
<br>
<i>Source: Självskrivet</i>
</h4>
<h4 style="font-family: boldfont; color: white; position: relative; left: 20px;">XML</h4>
<h4 style="font-family: lightfont; font-weight: 100; color: white; position: relative; left: 20px; max-width: 50%;">
XML var gjort i 1998. Det är kod som kan användas till att utväxla data mellan olika system eller programmerings-språk. Det används till en del olika saker och det finns nu också andra som använder lite av samma stil som till exempel maven.
<br><br>
XML är rätt så populärt för API:er som att visa data som man enkelt kan fetch:a. Tyvärr så är inte XML den bästa när det kommer till data lagring gämnfört med json eller MySQL.
<br>
<i>Source: Självskrivet</i>
</h4>
</body>
</html>