Your cart is currently empty!
HTML
Raspberry Pi
Download this html file we’ll be working on:
We’re going to add some extra features including:
- Scrolling text
- Titles
Type in above the <p></p> line but below the top <html>:
<h1>[Your Title]</h1>
Replace [Your Title] with the title you would like. You can change ‘Hello World’ to whatever you like.

Now, we promised some scrolling text so let’s do that!
<marquee behavior="scroll" direction="left">[Your Scrolling Message]</marquee>
Replace [Your Scrolling Message] with the text that you would like to scroll. Press save:

And close Geany. Double click on html.html and you’ll see your new site!
Thats it for this week!