Xantriped
0
Q:

w3schools php


<!DOCTYPE html>

<html>
<head>
<title>Page Title</title>

</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>


</body>
</html>
 
0
HTML is the standard markup language for Web pages.

With HTML you can create your own Website.

HTML is easy to learn - You will enjoy it!

Example
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>

<h1>This is a Heading</h1>
<p>This is a paragraph.</p>

</body>
</html>
2
backgroung url
0
<?php
  
  // This is a comment
  
  echo 'Hello, World!';
  
  // And this outputs Hello, World!
  
?>
-2

New to Communities?

Join the community