How to make a website (You are going to want the app notepad++ for this example)



step one

Tell the computer what language you are using (html)



step two

make the base for your website, you are going to want to use chevrons to open and chevrons with a backslash to close



step three

fill in your head, you are going to want to set your charset, most likley utf-8 (this is your characters of code you are using, or basicly your language),title, and stylesheet, The stylesheet creation will not be demonstrated



step four

fill in your body, this is your images, in-website text, and subtitles



step five


final step, you need to save your website, you are going to want to call your home website "index.html" and any branch websites whatever you want, just as long as it ends in .html, and dont worry, whenever you want to save you website, just press ctrl + S.