-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex3.html
More file actions
76 lines (75 loc) · 3.19 KB
/
index3.html
File metadata and controls
76 lines (75 loc) · 3.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Vide Combined Page</title>
</head>
<body>
<main>
<h1>Media Embedded Combo</h1>
<p>In this page you will find many videos for different topics and functions which will help you in your daily day to day life</p>
<figure>
<h2>HTML</h2>
<p>HTML - hyper text markup language is an language which helps to make structure for a webpage. This language is also the easiest to learn</p>
<iframe
src="https://www.youtube.com/embed/kUMe1FH4CHE"
title="HTML COURSE"
width="560"
height="315"
allowfullscreen>
</iframe>
<track kind="subtitles">
</figure>
<figure>
<h2>CSS</h2>
<p>CSS - Cascading style sheet which is used to design and make the structurewe made for webiste look more beautiful and attrack the users</p>
<iframe
src="https://www.youtube.com/embed/OXGznpKZ_sA"
title="CSS COURSE"
width="560"
height="315"
allofullscreen>
</iframe>
<track kind="subtitles">
</figure>
<figure>
<h2>JAVA SCRIPT</h2>
<p>JAVA SCRIPT - it is a computer language that deals with making the website functional and work how the developer the intended to do it to so that user can work in the website easily</p>
<iframe
src="https://www.youtube.com/embed/PkZNo7MFNFg"
title="JS COURSE"
width="560"
height="315"
allowfullscreen>
</iframe>
<track kind="subtitles">
</figure>
<figures>
<h2>NODE.JS</h2>
<p>NODE.JS - Node.js is a JavaScript runtime that allows you to build scalable network applications and APIs using JavaScript on the server-side. It's known for its efficient, event-driven, non-blocking I/O model.</p>
<iframe
src="https://www.youtube.com/embed/TlB_eWDSMt4"
title="NODE.JS COURSE"
width="560"
height="315"
allowfullscreen>
</iframe>
<track kind="subtitles">
</figures>
<figures>
<h2>ASSEMBLY</h2>
<p>Assembly language is a low-level language using mnemonics for machine code. It's used for hardware control, offering performance and direct hardware manipulation.
Assembly language uses mnemonics to represent machine code, offering direct hardware control and performance optimization, crucial for low-level tasks.
Assembly language uses mnemonics to represent machine code, allowing direct hardware control and performance optimization, essential for low-level tasks.</p>
<iframe
src="https://www.youtube.com/embed/gfmRrPjnEw4"
title="ASSEMBLY COURSE"
width="560"
height="315"
allowfullscreen>
</iframe>
<track kind="subtitles">
</figures>
</main>
</body>
</html>