9. Type </body> to close the <body> HTML tag from Step 5 and then
press Enter.
This tells the Web browser that you’re done with the body of the Web
page.
10. Type </html> to close the <html> tag from Step 1 and then press Enter.
This tells the Web browser that you’re at the end of the HTML
document.
When you’re done with Steps 1-10, double-check that the code in your text editor looks like this:
Book II
<html>
<head>
<title>This is a Simple PHP Page</title>
</head>
<body>
<?php echo ‘<p>Testing my new PHP function</p>’; ?>
</body>
</html>
Friday, 19 July 2013
Trying Out a Little PHP
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment