Hello everyone!

Chulo

New Coder
Code:
<!DOCTYPE html>
<html>
  <head>
    <title>Hello World!</title>
  </head>
<body>
<P>Hello world!</P>
</body>
</html>
 
HTML:
<!DOCTYPE html>
<html>
  <head>
    <title>Hello World!</title>
  </head>
<body>
<p>Hello Chulo!</p>
</body>
</html>
 
Top Bottom