2.1.4 - Say Hello!
Web Design (Picasso)
Starter and Solution Code
Did you attempt the exercise before looking at the solution?
We strongly suggest that you try the exercise yourself and use the starter code before looking at the solution code.
Prompt (CodeHS)
When you learn a new programming language, it is tradition that the first program that you write is a “Hello World!” program.
Create a “Hello, Worldwide Web!” HTML web page!
Use a <h1> tag to create the heading “Hello, Worldwide Web!”
Place your <h1> tag inside the <body> tag of the HTML document.
If you are using blocks for this exercise:
- The tag can be found in the green “Formatting” section in the block toolbox.
- You will only be able to add one block to your HTML code in this exercise. You will be able to add more later on!