-
Notifications
You must be signed in to change notification settings - Fork 0
/
basic.html
512 lines (337 loc) · 19 KB
/
basic.html
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
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bad+Script|Cookie|Mali|Parisienne" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css">
<link rel="stylesheet" href="css/stylee.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl"
crossorigin="anonymous"></script>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OUR Tutorials</title>
</head>
<body id="home" class="scrollspy">
<!-- Navbar -->
<div class="navbar-fixed">
<nav class="teal">
<div class="container">
<div class="nav-wrapper">
<a href="index.html" class="brand-logo" style="font-size:22px;">OUR Tutorials</a>
<a href="#" data-target="mobile-nav" class="sidenav-trigger">
<i class="material-icons">menu</i>
</a>
<ul class="right hide-on-med-and-down">
<li>
<a href="#home">Home</a>
</li>
<li>
<a href="#search">Search</a>
</li>
<li>
<a href="#popular">Popular Tutorials</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li>
<a href="#gallery">E-Book</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<ul class="sidenav" id="mobile-nav">
<li>
<a href="#home"><i class="material-icons">home</i>Home</a>
</li>
<li>
<a href="#search"><i class="material-icons">search</i>Search</a>
</li>
<li>
<a href="#popular"><i class="material-icons">collections</i>Popular Tutorials</a>
</li>
<li>
<a href="#contact"><i class="material-icons">contacts</i>Contact us</a>
</li>
<li>
<a href="#gallery"><i class="material-icons">book</i>E-Book</a>
</li>
<li>
<a href="about.html"><i class="material-icons">info</i>About</a>
</li>
</ul>
<section class="slider">
<ul class="slides">
<li>
<img src="http://lorempixel.com/1364/484/technics" />
<!-- random image -->
<div class="caption center-align">
<h2>Take Your Dream knowledge</h2>
<h5 class="light grey-text text-lighten-3 hide-on-small-only">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quidem, provident eos dicta unde debitis</h5>
</div>
</li>
<li>
<img src="img/resort2.jpg">
<!-- random image -->
<div class="caption left-align">
<h2>We Work With All Time</h2>
<h5 class="light grey-text text-lighten-3 hide-on-small-only">Lorem ipsum dolor sit amet consectetur adipisicing elit. Possimus delectus inventore neque impedit</h5>
</div>
</li>
<li>
<img src="img/resort3.jpg">
<!-- random image -->
<div class="caption right-align">
<h2>Group & Individual Getaways</h2>
<h5 class="light grey-text text-lighten-3 hide-on-small-only">Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt ipsum molestias excepturi doloremque</h5>
</div>
</li>
</ul>
</section>
<section id="search" class="section section-search teal darken-1 white-text center scrollspy">
<div class="container">
<div class="row">
<div class="col s12">
<h3 class="van">Search Here ...</h3>
<div class="input-field">
<input type="text" class="white grey-text autocomplete" id="autocomplete-input" placeholder=" HTML , JAVA ,JAVASCRPIT,etc...">
</div>
</div>
</div>
</div>
</section><br/>
<div class="container" style="border:rgb(235, 173, 235) 1px solid;"><br/>
<div class="container" style="border:rgb(235, 173, 235) 0px solid;"><br/>
<p class="siddharth center" style="font-size:26px;">HTML Documents</p><br/>
<p class="van">All HTML documents must start with a document type declaration:
<code class="w3-codespan"><!DOCTYPE html></code>.</p><br/>
<p class="van">The HTML document itself begins with <code class="w3-codespan"><html></code>
and ends with <code class="w3-codespan"></html></code>.</p><br/>
<p class="van">The visible part of the HTML document is between <br/>
<code class="w3-codespan"><body></code> and
<code class="w3-codespan"></body></code>. </p>
<div class="row">
<div class="col s12 m7">
<div class="card teal darken-1">
<div class="card-content white-text">
<span class="card-title our"style="font-size:33px;">Example:</span><br/>
<p class="siddharth">
<!DOCTYPE html><br/><html>
<br><body><br/><br/><h1>My First Heading</h1>
<br/><p>My first paragraph.</p>
<br/><br/></body><br/></html>
</p>
</div>
</div>
</div>
</div>
</div><br/></div>
<br/><br/>
<div class="container" style="border:rgb(235, 173, 235) 1px solid;"><br/>
<div class="container" style="border:rgb(235, 173, 235) 0px solid;"><br/>
<h3 class="siddharth center"style="font-size:30px;">HTML Headings</h3><br/>
<p class="van">HTML headings are defined with the
<code class="w3-codespan"><h1></code> to <code class="w3-codespan"><h6></code> tags.</p>
<p class="van"><code class="w3-codespan"><h1></code> defines the most important heading. <code class="w3-codespan"><h6></code> defines the least important
heading: </p><br/>
<div class="row">
<div class="col s12 m7">
<div class="card teal darken-1">
<div class="card-content white-text">
<span class="card-title our"style="font-size:33px;">Example:</span><br/>
<p class="siddharth">
<h1>This is heading </h1><br>
<h2>This is heading </h2><br>
<h3>This is heading </h3><br/>
<h4>This is heading </h4><br/>
<h5>This is heading </h5><br/>
<h6>This is heading </h6><br/>
</p>
</div>
</div>
</div>
</div>
</div><br/>
</div><br/>
<div class="container" style="border:rgb(235, 173, 235) 1px solid;"><br/>
<div class="container" style="border:rgb(235, 173, 235) px solid;"><br/>
<h3 class="siddharth center" style="font-size:30px;">HTML Paragraphs</h3>
<p class="van">HTML paragraphs are defined with the <code class="w3-codespan"><p></code> tag:</p>
<div class="row">
<div class="col s12 m7">
<div class="card teal darken-1">
<div class="card-content white-text">
<span class="card-title our"style="font-size:33px;">Example:</span><br/>
<p class="siddharth">
<p>This is a paragraph.</p><br><br/>
<p>This is another paragraph.</p>
</p>
</div>
</div>
</div>
</div>
</div><br/>
</div><br/>
<div class="container" style="border:rgb(235, 173, 235) 1px solid;"><br/>
<div class="container" style="border:rgb(235, 173, 235) px solid;"><br/>
<h2 class="siddharth center" style="font-size:30px;">HTML Link</h2><br/>
<p class="van">HTML links are defined with the <code class="w3-codespan"><a></code> tag:</p>
<div class="row">
<div class="col s12 m10">
<div class="card teal darken-1">
<div class="card-content white-text">
<span class="card-title our"style="font-size:33px;">Example:</span><br/>
<p class="siddharth">
<a href="https://www.Google.com">This is a link</a>
</p>
</div>
</div>
</div>
</div>
<p class="van" style="font-weight:100px;">
The link's destination is specified in the href attribute. <br/>
Attributes are used to provide additional information about HTML elements.<br/>
You will learn more about attributes in a later chapter.</p>
</div><br/>
</div><br/>
<div class="container" style="border:rgb(235, 173, 235) 1px solid;"><br/>
<div class="container" style="border:rgb(235, 173, 235) px solid;"><br/>
<h2 class="siddharth center" style="font-size:30px;">HTML Images</h2><br/>
<p class="van">HTML images are defined with the
<code class="w3-codespan"><img></code> tag.</p>
<p class="van">The source file (<code class="w3-codespan">src</code>),
alternative text (<code class="w3-codespan">alt</code>),
<code class="w3-codespan">width</code>, and <code class="w3-codespan">
height</code> are provided as attributes:</p><br/>
<div class="row">
<div class="col s12 m10">
<div class="card teal darken-1">
<div class="card-content white-text">
<span class="card-title our"style="font-size:33px;">Example:</span><br/>
<p class="siddharth">
<img src="OURTutorials.jpg" alt="OURTutorials" width="104" height="142">
</p>
</div>
</div>
</div>
</div>
</div><br/>
</div><br/>
<div class="container" style="border:rgb(235, 173, 235) 1px solid;"><br/>
<div class="container" style="border:rgb(235, 173, 235) px solid;"><br/>
<h2 class="siddharth center" style="font-size:30px;">HTML Button</h2><br/>
<p class="van">HTML buttons are defined with the
<code class="w3-codespan"><button></code> tag.</p>
<div class="row">
<div class="col s12 m10">
<div class="card teal darken-1">
<div class="card-content white-text">
<span class="card-title our"style="font-size:33px;">Example:</span><br/>
<p class="siddharth">
<button> Click me </button><br/><br/>
<a class="waves-effect #69f0ae green accent-2 btn">Click Me</a>
</p>
</div>
</div>
</div>
</div>
</div><br/>
</div><br/>
<div class="container" style="border:rgb(235, 173, 235) 1px solid;"><br/>
<div class="container" style="border:rgb(235, 173, 235) px solid;"><br/>
<h2 class="siddharth center" style="font-size:30px;">HTML List</h2><br/>
<p class="van">HTML lists are defined with the
<code class="w3-codespan"><ul></code> (unordered/bullet list) or the
<code class="w3-codespan"><ol></code> (ordered/numbered list) tag, followed by
<code class="w3-codespan"><li></code>
tags (list items):</p>
<div class="row">
<div class="col s12 m10">
<div class="card teal darken-1">
<div class="card-content white-text">
<span class="card-title our"style="font-size:33px;">Example:</span><br/>
<p class="siddharth">
<ul><br/>
<li>Coffee</li><br/>
<li>Tea</li><br/>
<li>Milk</li><br/>
</ul>
</p>
</div>
</div>
</div>
</div>
</div><br/>
</div><br/>
<br/>
<div class="container" style="border:rgb(235, 173, 235) 1px solid;"><br/>
<p class="chamkila van center-align">Some content coming soon......<br/>
<br/> HTML Elements.........
</p><br/>
<div class="container" style="border:rgb(235, 173, 235) 0px solid;"><br/>
<a class="waves-effect waves-light btn right" href="elemlent.html"><i class="material-icons left"> arrow_forward</i></a>
<a class="waves-effect waves-light btn left" href="reqirment.html"><i class="material-icons left">arrow_back</i></a>
</div>
<ul class="pagination center-align">
<li class="waves-effect "><a href="reqirment.html"><i class="material-icons">chevron_left</i></a></li>
<li class="waves-effect active"><a href="elemlent.html">4</a></li>
<li class="waves-effect"><a href="#!">5</a></li>
<li class="waves-effect"><a href="#!">6</a></li>
<li class="waves-effect"><a href="#!"><i class="material-icons">chevron_right</i></a></li>
</ul>
</div>
<div class="container" style="border:rgb(235, 173, 235) 0px solid;"><br/>
<div class="fixed-action-btn">
<a href="#" class="btn-floating teal btn-large"><i class="large material-icons">mode_edit</i></a>
<ul>
<li><a href="#" class="btn-floating yellow btn-large"><i class="large material-icons">insert_chart</i></a></li>
<li><a href="#" class="btn-floating blue btn-large"><i class="large material-icons">format_quote</i></a></li>
<li><a href="#" class="btn-floating green btn-large"><i class="large material-icons">publish</i></a></li>
<li><a href="#" class="btn-floating orange btn-large"><i class="large material-icons">attach_file</i></a></li>
</ul>
</div>
</div>
<br/>
<!--footer-->
<div style="height:500px"></div>
<section class="section section-follow teal darken-2 white-text center">
<div class="container">
<div class="row">
<div class="col s12">
<h4 class="our" style="font-size:40px;"> Follow OUR Tutorials</h4>
<p class="our" style="font-size:30px;">Follow us on social media.</p>
<a href="#" class="white-text">
<i class="fab fa-facebook fa-2x"></i>
</a>
<a href="#" class="white-text">
<i class="fab fa-twitter fa-2x"></i>
</a>
<a href="#" class="white-text">
<i class="fab fa-linkedin fa-2x"></i>
</a>
<a href="#" class="white-text">
<i class="fab fa-google-plus fa-2x"></i>
</a>
<a href="#" class="white-text">
<i class="fab fa-pinterest fa-2x"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="section teal darken-2 white-text center">
<p class="flow-text siddharth">OUR Tutorials © 2018 </p>
</footer>
<!--JavaScript at end of body for optimized loading-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
<script src="js/index.js"></script>
</body>
</html>