
My name is Sadie. I am making a website following direction of Blake Watson's htmlforpeople. I am publishing my site as I work at sadie3.neocities.org. Did it automatically update this text on my site or will I have to save the file to the dashboard again? I re-dragged it.
To save and see the updates
- Type in Notepad, ctrl+s
- Drag updated index.html to neocities dashboard
- Refresh my site and see updates!
I've learned how to
- Add headings (up to 6)
- Add links (don't forget href="")
- Make lists (numbered using ol and bullets using ul)
- Add images (make sure to save them in the same folder as the index and drag to neocities dashboard)
- Add notes that don't appear on the webpage (!-- its in the code --)
- View any page's code using ctrl+u (and with elements ctrl+shift+i)
- Add elements (doctype, html, head with title, and body)