-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWEBPAGE.html
More file actions
43 lines (43 loc) · 1.44 KB
/
WEBPAGE.html
File metadata and controls
43 lines (43 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body{
background-color: #9f8303;
}
</style>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="WEBPAGE.css" />
</head>
<body>
<p id="study"> HOW TO STUDY </p>
<p class="a"> Review all work, study all relevant material, do work and do more work. </p>
<p class="b"> Create problems, create work and then come up with a concept for the work.</p>
<h1 class="subhead"><b>What is PHP?</b></h1>
<ol class="main" style="font-size: 20px">
<li>PHP stands for
<span class="red">P</span>HP
<span class="red">H</span>ypertext
<span class="red">P</span>reprocessor
</li>
<li>
PHP is a <b><u>server-side</u></b> scripting language, like ASP
</li>
<li>PHP scripts are executed on the server</li>
<li>PHP supports many databases:<img src="cursed_flight.jpg" alt="flight" width="33%" height="66%" style="float: right"></li>
<ol class="sub" >
<li>MySQL</li>
<li>Informix</li>
<li>Oracle</li>
<li>Sybase</li>
<li>Solid</li>
<li>PostgreSQL</li>
<li>Generic ODBC, etc</li>
</ol>
<li>
PHP is an <span style="color: #e0218a"><i>open source</i></span> software
</li>
<li>PHP is free to <span style="color: #00FF00"><u>download</u></span> and use</li>
</ol>
</body>
</html>