-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex2.html
More file actions
45 lines (40 loc) · 1.58 KB
/
index2.html
File metadata and controls
45 lines (40 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Help from freecodecamp</title>
<meta name="description"
content="Learn Full Stack Development with HTML, CSS, JS, Node.js, React, databases, and DevOps—design, build, and deploy scalable web applications." />
</head>
<body>
<main>
<h1>Full Stack development - Learning</h1>
<p>Full Stack Development is all about learning both frontend and backend skills to build complete web applications,
from design to deployment.</p>
<figure>
<h2>HTML</h2>
<p>HTML - Hyper text markup language used to help make weebsites or we can say the structure for a fully
functional website</p>
<iframe src="https://www.youtube.com/embed/kUMe1FH4CHE" title="HTML COURSE" width="560" height="315"
allowfullscreen>
</iframe>
</figure>
<figure>
<h2>CSS</h2>
<p>CSS - Cascading style sheets. its used to dedcorate the webite structure and make it look beautiful
and make it pleasing to look for users</p>
<iframe src="https://www.youtube.com/embed/ESnrn1kAD4E" title="CSS COUSE" width="560" height="315"
allowfullscreen>
</iframe>
</figure>
<figure>
<h2>JAVA SCRIPT</h2>
<p>JAVA SCRIPT - its used to make the fuctions in the website work and do all its work properly like it meant to
</p>
<iframe src="https://www.youtube.com/embed/W6NZfCO5SIk" title="JS COURSE" width="560" height="315"
allowfullscreen>
</iframe>
</figure>
</main>
</body>
</html>