Show HN: HTML for People
htmlforpeople.com
Show HN: HTML for People
1–10 of 223 posts
Re: Show HN: HTML for People
#2Re: Show HN: HTML for People
#3Re: Show HN: HTML for People
#41. Use Notepad/TextEdit to create a plain text index.html.
2. Deploy index.html to Neocities or similar.
3. Add content with headings and images.
And only then going back to:
4. Make it proper HTML with and .
5. Upgrade Notepad/TextEdit to Visual Studio Code.
Re: Show HN: HTML for People
#5Re: Show HN: HTML for People
#6This is great. I love you how started with a tiny HTML file and didn't immediately ask the user to install NodeJS and VS Code and a ton of other webdev shit.
Re: Show HN: HTML for People
#7(Note: I have nothing to do with this project thus far and have nothing to gain from saying this.)
Re: Show HN: HTML for People
#8I did worry a bit about https://htmlforpeople.com/zero-to-internet-your-first-websit... - "Step 1. Create a folder on your computer" - because apparently a large number of people these days don't understand files and folders at all! https://www.theverge.com/22684730/students-file-folder-direc...
Not sure how best to approach that though. Having a whole chapter of the book explaining files and folders feels pretty redundant. Maybe there's something good you could link to?
Re: Show HN: HTML for People
#9Re: Show HN: HTML for People
#10I love the order of tutorial, starting simple to deploy something first: 1. Use Notepad/TextEdit to create a plain text index.html . 2. Deploy index.html to Neocities or similar. 3. Add content with headings and images. And only then going back to: 4. Make it proper HTML with and . 5. Upgrade Notepad/TextEdit to Visual Studio Code.