You start by finding a suitable tool to type the beginning text in, like Khan Academy. Next, you plug a drive into your computer. Then, open Windows Powershell and put in command new-item E:\name.html (or D:\name.html). It should look something like this:
Next put your html code into the set-content (your file path) command. Use single quotes for the command. It should look a little like this:

Thats it!! Well done!!!
Back to home