-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPHP.html
38 lines (38 loc) Β· 1.55 KB
/
PHP.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Web design|PHP</title>
<link rel="stylesheet" href="style.css">
</head>
<body style="background-color:yellow";>
<div class="wrapper">
<center><h1>PHP</h1></center>
<center><h3>Hypertext Pre Processor (PHP) is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP 7 is the latest stable release. Watch the below videos to know more about PHP.</h3></center>
<br>
<br>
<center><h2>INTODUCTION TO PHP</h2>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/7UMNz5T-0VQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<br>
<br>
<h2>INSTALLATION OF PHP IN WINDOWS</h2>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/8Ou42xyxQQA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<br>
<br>
<h2>BASIC LAYOUT CODE DYNAMIC WEBSITE IN PHP</h2>
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/Bc4PqBGYQI8" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</center>
</body>
</html>