-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathW3School.html
More file actions
304 lines (271 loc) · 15.9 KB
/
W3School.html
File metadata and controls
304 lines (271 loc) · 15.9 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
<html>
<head>
<title>W3School</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="mystyle.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="main">
<div class="header">
<div class="header-left">
<a class="w3school-logo" href="http://www.w3schools.com">w3schools<span style="color: #4CAF50;box-sizing: inherit;font-family: fontawesome;line-height: 1;font-size: 37px;letter-spacing: 3px;">.com</span></a>
</div>
<div class="header-right">
<div class="header-right-id">THE WORLD'S LARGEST WEB DEVELOPER SITE</div>
</div>
</div>
<div class="navegation" >
<p class="menu" >☰</p>
<a> TUTORIALS<img src="down.png" style="width: 15px;height: 15px;margin-top: 5px;margin-left: 6px;"></img></a>
<a> REFERENCE<img src="down.png" style="width: 15px;height: 15px;margin-top: 5px;margin-left: 6px;"></img></a>
<a> EXAMPLE<img src="down.png" style="width: 15px;height: 15px;margin-top: 5px;margin-left: 6px;"></img></a>
<div style="float:right;margin-right: 4px;;"><a><i class="fa fa-search" style="font-size: 22px;"></i></a></div>
<div style="float:right;margin-right: 4px;;"><a><i class="fa fa-globe" style="font-size: 22px;"></i></a></div>
</div>
<div class="side-nav">
<ul class="side-nav-list">
<li class="title">HTML and CSS</li>
<li class="item">Learn HTML</li>
<li class="item">Learn CSS</li>
<li class="item">Learn W3.CSS</li>
<li class="item">Learn Colors</li>
<li class="item">Learn Bootstrap 3</li>
<li class="item">Learn Bootstrap 4</li>
<li class="item">Large Icons</li>
<li class="item">Graphics</li>
<li class="item">Learn How To</li>
<li class="title">JavaScript</li>
<li class="item">Learn JavaScript</li>
<li class="item">Learn jQuery</li>
<li class="item">Learn AngularJS</li>
<li class="item">Learn JSON</li>
<li class="item">Learn AJAX</li>
<li class="item">Learn W3.JS</li>
<li class="title">JavaScript</li>
<li class="item">Learn JavaScript</li>
<li class="item">Learn jQuery</li>
<li class="item">Learn AngularJS</li>
<li class="item">Learn JSON</li>
<li class="item">Learn AJAX</li>
<li class="item">Learn W3.JS</li>
<li class="title">JavaScript</li>
<li class="item">Learn JavaScript</li>
<li class="item">Learn jQuery</li>
<li class="item">Learn AngularJS</li>
<li class="item">Learn JSON</li>
<li class="item">Learn AJAX</li>
<li class="item">Learn W3.JS</li>
<li class="title">JavaScript</li>
<li class="item">Learn JavaScript</li>
<li class="item">Learn jQuery</li>
<li class="item">Learn AngularJS</li>
<li class="item">Learn JSON</li>
<li class="item">Learn AJAX</li>
<li class="item">Learn W3.JS</li>
<li class="title">JavaScript</li>
<li class="item">Learn JavaScript</li>
<li class="item">Learn jQuery</li>
<li class="item">Learn AngularJS</li>
<li class="item">Learn JSON</li>
<li class="item">Learn AJAX</li>
<li class="item">Learn W3.JS</li>
<li class="title">JavaScript</li>
<li class="item">Learn JavaScript</li>
<li class="item">Learn jQuery</li>
<li class="item">Learn AngularJS</li>
<li class="item">Learn JSON</li>
<li class="item">Learn AJAX</li>
<li class="item">Learn W3.JS</li>
</ul>
</div>
<div class="main-content">
<div class="left-content">
<h1>HTML</h1>
<p>The language for building web pages</p>
<a href="button" class="button">LEARN HTML</a>
<a href="button" class ="button">HTML REFERENCE</a>
</div>
<div class="side-block">
<h2>HTML Example:</h2>
<div style="padding-left:5px;background-color:#4CAF50;">
<div class="code_inside">
<p style="text-align:left">
<code>
<!DOCTYPE html><br>
<html><br>
<title>HTML Tutorial</title><br>
<body><br><br>
<h1>This is a heading</h1><br>
<p>This is a paragraph.</p><br>
<br>
</body><br>
</html><br>
<code>
</p>
</div>
</div>
<a href="#try-it-yourself" class="try-it-yourself">Try it Yourself >>></a>
</div>
</div>
<div class="main-content" style="background-color:#ececec">
<div class="left-content" style="float:right; margin:10px 10px 10px 10px">
<h1>CSS</h1>
<h2>The language for styling web pages</h2>
<a href="button" class="button">LEARN CSS</a>
<a href="button" class ="button">CSS REFERENCE</a>
</div>
<div class="side-block" style="float:left;margin:10px 10px 10px 10px">
<h2>CSS Example:</h2>
<div style="padding-left:5px;background-color:#4CAF50;">
<div class="code_inside" style="padding:10px;background-color:rgb(255, 255, 255);">
<p style="text-align:left">
<code>
body { <br>
   background-color:lightblue;<br>
}<br>
<br>
h1{<br>
   color:white;<br>
text-align:center;<br>
}<br><br>
p{<br>
   font-family:verdana;<br>
  font-size:20px;<br>
}<br>
<code>
</p>
</div>
</div>
<h3 class="try-it-yourself">Try it Yourself >>></h3>
</div>
</div>
<div class="main-content">
<div class="left-content">
<h1>JavaScript</h1>
<h2>The language for programming web pages</h2>
<a href="button" class="button">LEARN JavaScript</a>
<a href="button" class ="button">JavaScript REFERENCE</a>
</div>
<div class="side-block">
<h2>java script Example:</h2>
<div style="padding-left:5px;background-color:#4CAF50;">
<div class="code_inside" style="padding:10px;background-color:rgb(255, 255, 255);">
<p style="text-align:left">
<code>
<button onclick="myFunction()">Click Me!</button> <br><br>
<script> <br>
function myFunction() {<br>
var x = document.getElementById("demo");<br>
x.style.fontSize = "25px";<br>
x.style.color = "red";<br>
}<br>
</script>
<code>
</p>
</div>
</div>
<h3 class="try-it-yourself">Try it Yourself >>></h3>
</div>
</div>
<div class="main-content" style="background-color:#ececec">
<div class="card">
<h1>SQL</h1>
<p>A language for accessing databases</p>
<a class="button" href="#button">LEARN SQL</a>
</div>
<div class="card">
<h1>PHP</h1>
<p>A web programing language</p>
<a class="button" href="#button">LEARN PHP</a>
</div>
<div class="card">
<h1>jQuery</h1>
<p>A JavaScript library for developing web pages</p>
<a class="button" href="#button">LEARN JQUERY</a>
</div>
<div class="card">
<h1>Python</h1>
<p>A web server programming language</p>
<a class="button" href="#button">LEARN PYTHON</a>
</div>
</div>
<div class="main-content">
<div class="card2">
<h1>W3.CSS</h1>
<p>A modern CSS framework for faster and better responsive web pages</p>
<a class="button" href="#button">LEARN W3.CSS</a>
</div>
<div class="card2">
<h1>Color Picker</h1>
<img src="colorpicker.png" alt="img not found"></img>
</div>
<div class="card2">
<h1>Bootstrap</h1>
<p>A CSS framework for designing better web pages</p>
<a class="button" href="#button">LEARN BOOTSTRAP</a>
</div>
</div>
<div class="main-content" style="background-color:#616161;padding-top: 10px;padding-bottom: 70px">
<h2 style="color:white;font-size: 36px;font-family: 'Segoe UI',Arial,sans-serif; ">Exercise</h2>
<h4 style="color:white;font-size: 20px;font-family: 'Segoe UI,Arial',sans-serif; ">Test youtself with exercises</h4>
<p class="try-it-yourself" style="padding:15px 70px 15px 70px;font-size: 1.4em;">HTML Exercise</p>
<p class="try-it-yourself" style="padding:15px 70px 15px 70px;font-size: 1.4em;">CSS Exercise</p>
<p class="try-it-yourself" style="padding:15px 70px 15px 70px;font-size: 1.4em;">JavaScript Exercise</p>
<p class="try-it-yourself b1" style="padding:15px 30px 15px 30px;width:21%;font-size: 1.4em;">SQL</p>
<p class="try-it-yourself b1" style="padding:15px 30px 15px 30px;width:20%;font-size: 1.4em;">PHP</p>
<p class="try-it-yourself b1" style="padding:15px 30px 15px 30px;width:20%;font-size: 1.4em;">Python</p>
<p class="try-it-yourself b1" style="padding:15px 30px 15px 30px;width:20%;font-size: 1.4em;">jQuery</p>
</div>
<div class="main-content" style="align-content:center;background-color:#f1F1F1; padding-bottom: 35px;" >
<h2 style="font-size: 36px !important;font-family: 'Segoe UI',Arial,sans-serif;margin: 10px 0;">Web Templates</h2>
<p style="color: #3a3a3a !important;font-family: 'Segoe UI',Arial,sans-serif;margin: 10px 0;">Browse our selection of <strong>free</strong> responsive HTML Templates</p>
<img src="w3css_templates.jpg" alt="W3CSS Template" style="width:80%;display:block;margin: 16px 0 20px 0;"></img>
<a class="button" href="#button" display="block">BROWSE TEMPLATES</a>
</div>
<div class="main-content" style=" padding-bottom: 36px !important;">
<h1 style="margin: 10px 0;font-size: 36px !important;font-family: 'Segoe UI',Arial,sans-serif;">How To Section</h1>
<p style="margin: 10px 0;font-size: 20px !important;font-family: 'Segoe UI',Arial,sans-serif;color: #3a3a3a !important;">Code snippets for HTML, CSS and JavaScript</p>
<a class="button" href="#button" display="block">LEARN HOW TO</a>
</div>
<div class="main-content" style="background-color: black">
<div class="trans-panel">
<p style="margin: 38px 0;font-size: 36px !important;font-family: 'Segoe UI',Arial,sans-serif;">WEB CERTIFICATES</p>
<p style="margin: 10px 0;font-size: 20px !important;font-family: 'Segoe UI',Arial,sans-serif;">Get Certified in HTML, CSS ,and JavaScript</p>
</div>
<img src="getcertified.jpg" alt="getcertified" style="max-width:100%;margin:auto;display: block"></img>
<p class="try-it-yourself" style="position: relative;left: 0px;top: -250px;display: inline-block;text-align: center;vertical-align: middle">GET CERTIFIED>></p>
</div>
<footer class="footer main-content" style="background-color:#616161">
<div class="top" >
<div id="left" >
<a href="#" class="button2">
WEB CERTIFICATES
</a>
<a href="#" class="button2">
QUIZZES
</a>
<a href="#" class="button2">
EXERCISES
</a>
</div>
<div id="right">
<a href="#" style="text-decoration:none;color:white; letter-spacing: 4px; ">
FORUM
</a>
<span style="text-decoration:none;color:white;letter-spacing: 4px;">|</span>
<a href="#" style="text-decoration:none;color:white;letter-spacing: 4px;">
ABOUT
</a>
</div>
</div>
<div style="color:white;font-size:15px;text-align: center;display: block;padding-top:7%;display: block;">
W3Schools is optimized for learning, testing, and training. Examples might be simplified to improve reading and basic understanding. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using this site, you agree to have read and accepted our terms of use, cookie and privacy policy.
<br>Copyright 1999-2019 by Refsnes Data. All Rights Reserved.
</div>
<div style="padding-top:3%;padding-bottom:3%;color:white;font-size:35px;margin:auto;text-align: center ;display:block;font-weight:100">
<a href="#" style="text-decoration:none;color:white"><i class="fa fa-thumbs-up"></i></a>
</div>
</footer>
</body>
</html>