-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlesson5.html
48 lines (38 loc) · 1.94 KB
/
lesson5.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>C Language</title>
<link rel="stylesheet" href="css/lesson1.css">
</head>
<body>
<!--header-->
<header>
<h1>C Language</h1>
</header>
<p>
<h1>What is C language?</h1>
<h2><li>C is a general-purpose, procedural, high-level programming language used in the development of computer software and applications, system programming, games, web development, and more.</li>
<li>C language was developed by Dennis M. Ritchie at the Bell Telephone Laboratories in 1972.</li>
<li>It is a powerful and flexible language which was first developed for the programming of the UNIX operating System.</li>
<li>C is one of the most widely used programming languages.</li>
<li>C programming language is known for its simplicity and efficiency. It is the best choice to start with programming as it gives you a foundational understanding of programming.</li></h2>
<h2><li>Basic Structure of C Structure:
<br><img src="images/Structure-in-C.png" width="800" height="400" class="img">
</li></h2>
<h2><li>Learn more by watching these tutorial ...</li></h2>
</p>
<div id="video-container">
<!-- استخدام إطار تكامل YouTube لتضمين الفيديو -->
<iframe width="800" height="400" src="https://www.youtube.com/embed/gh-OzzgGdxg">
</iframe>
<br>
<br>
<br>
<a href="lesson6.html" id="download-button" target="_blank">Go To Next Lesson</a>
</div>
<footer>
</footer>
</body>
</html>