Learn HTML
0/3
Lesson 1 of 3

HTML Foundations

Your First Heading

HTML structures pages with tags. <h1> is the top-level heading: <h1>Title</h1>. Run to see your page render in the live preview.

Your Task

Add an <h1> that says Welcome to PluralLabs.

<h1>Welcome to PluralLabs</h1>
index.html
Output
Press "Run Code" to execute your program.
🚀

Ready to run your code?

Create a free account to run code, get instant feedback, and save your progress. No credit card, free forever.

Create Free Account

Already have one? Log in