day 3 classwork.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Exercise #2</title
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php
|
||||
$x = 'red';
|
||||
echo '<p style="color: ' . $x . '">Some words here</p>';
|
||||
?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user