Is there a way to save my final html page when I complete a section? Would love to have these for reference as I build my skills.
2 Likes
If you’re logged in when completing the challenges they are saved when you complete them so you can go back and look at what you did
OK – just revisit online. That works. Thanks!
Save HTML:
- Right-click: Save As > Webpage, Complete (*.htm, *.html)
- Inspect: Copy HTML, paste in text editor, save as .html
- Version Control: Use Git for larger projects.