Welcome to the Learn to Code Web App

Get started with coding today!

Level 1: Basic HTML Example

<h1>Hello, World!</h1>
<p>This is a simple paragraph.</p>
    

Level 1: Basic CSS Example

body {
    background-color: lightblue;
}

h1 {
    color: white;
}
    

Try It Yourself!

Open your text editor, and create an HTML file using the above examples!

Join the Community

Share your creations with others and learn together!

Preview