Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

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>
 
JavaScript:
alert('Welcome to Code Forum, Chulo!');
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom