HTML/CSS - 1
HTML/CSS - 1: Your First HTML Page
Create your very first HTML page! Your task is to add a big heading that says "Hello, World!" using an <h1> tag. Then try adding a subtitle with <h2>.
👀 Show Solution
<h1>Hello, World!</h1> <h2>This is my first webpage</h2>
