lesson 2
lesson 2
HTML lets you organize text using different elements.
HTML lets you organize text using different elements.
A heading uses <h1>
<h1>My Website</h1>
A paragraph uses <p>
You can put them together aswell:
Change both pieces of text, then copy and paste them to make your own little webpage.
Change the <h1> to say anything you want, and change the <p> to say something different too.
Next - Lesson 3: Links