-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflex.html
More file actions
74 lines (74 loc) · 3.2 KB
/
flex.html
File metadata and controls
74 lines (74 loc) · 3.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="flex.css">
<title>new web</title>
</head>
<body>
<header><div class="header">Web Design</div></header>
<div class="grid-container">
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>ReactJS</li>
<li>python</li>
</ul>
</div>
<div class="grid-container">
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>ReactJS</li>
<li>python</li>
</ul>
</div>
<div class="flex-container">
<div class="item1"><h1>HTML</h1>
hypertext multi language; is the main language for <i>displaying</i> <br>
web pages information that can be displayed in a web browser.
</div>
<div class="item2"><h1>CSS</h1>
cascading style sheets; the role is to manage the <i>apperance</i> <br>
and layout of the web page(arrangement, position, display, color, size). <br>
This language has come to supplement the HTML, since 1996.
</div>
<div class="item3"><h1>PROTOCOL</h1>
in telecommunication, a communication is a <i>protocol</i> is a system <br>
of rules that allow 2 or more entities of a communication <br>
system to transmit information via any kind of variation of physical quantity.
</div>
<div class="item1"><h1>HTML</h1>
hypertext multi language; is the main language for <i>displaying</i> <br>
web pages information that can be displayed in a web browser.
</div>
<div class="item2"><h1>CSS</h1>
cascading style sheets; the role is to manage the <i>apperance</i> <br>
and layout of the web page(arrangement, position, display, color, size). <br>
This language has come to supplement the HTML, since 1996.
</div>
<div class="item3"><h1>PROTOCOL</h1>
in telecommunication, a communication is a <i>protocol</i> is a system <br>
of rules that allow 2 or more entities of a communication <br>
system to transmit information via any kind of variation of physical quantity.
</div>
<div class="item1"><h1>HTML</h1>
hypertext multi language; is the main language for <i>displaying</i> <br>
web pages information that can be displayed in a web browser.
</div>
<div class="item2"><h1>CSS</h1>
cascading style sheets; the role is to manage the <i>apperance</i> <br>
and layout of the web page(arrangement, position, display, color, size). <br>
This language has come to supplement the HTML, since 1996.
</div>
<div class="item3"><h1>PROTOCOL</h1>
in telecommunication, a communication is a <i>protocol</i> is a system <br>
of rules that allow 2 or more entities of a communication <br>
system to transmit information via any kind of variation of physical quantity.
</div>
</div>
</body>
</html>