-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (42 loc) · 1.33 KB
/
index.html
File metadata and controls
53 lines (42 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>web dev terms</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<h1 id="heading">🌐web dev terms🗞️📎</h1>
</header>
<main>
<section id="www" class="parentsection">
<span class="emoji">🌐</span>
<h2 class="fullform">www-world wide web</h2>
<p> www is a set of protocolls that internet follows</p>
</section>
<section id="https" class="parentsection">
<span class="emoji">🔒</span>
<h2 class="fullform">https-hyper text transfer protocol secure</h2>
</section>
<section id="url" class="parentsection">
<span class="emoji">🔗</span>
<h2 class="fullform">url-uniform resore locater</h2>
</section>
<section id="html" class="parentsection">
<span class="emoji">🏠</span>
<h2 class="fullform">html-hyper text markup Languge</h2>
</section>
<section id="css" class="parentsection">
<span class="emoji">📄</span>
<h2 class="fullform">css-cascading style sheets</h2>
</section>
<section id="js" class="parentsection">
<span class="emoji">🐍</span>
<h2 class="fullform">js-java script</h2>
</section>
</main>
<footer class="footer">made by bob all rights reserved©️</footer>
</body>
</html>