HTML FUNDAMENTALS 1. Adding Text: First, we'll learn the code for writing text. The code starts with the symbol. Write
and then
next to it. Use / to close the code. Write your text between these two p's. To enlarge or reduce it, use the h1, h2, h3, h4, h5, h6 codes. h1 is the largest, h6 is the smallest. 2. Adding Images: First, go to Google, find an image you want, save it as a different file, place it on your desktop, and put it inside Cutefps. Then open index.html and write
(replace image.png with the name you put in the file) and save.
To add page 3, first open a new text document on your desktop and write your HTML code there. Save and exit. Then, drag that file into CuteFpt, delete the .txt file and change it to .html. In index.html, write Go to Site 🎸 (replace "my site address" with the page name). Save and exit CuteFpt.