top of page
HTML Tutorial
#7 : Add Your Own Content
Now that you have added the backbone of your website, we can finally add our own content that will appear on our website. The title will change the name of the tab in Chrome. The header or <h1> will add a big header to the top of the page. The paragraph or <p> will just add normal text to your website. You can have as many headers and paragraphs as you want to include, but always remember to separate them on a new line and surround your text with the corresponding element.

#8 : Save The Changes You Made
After we have made all of the changes to our website, we have to save them to the file. Make sure that when you save the file, everything is formatted correctly and Visual Studio Code gives you no errors. You can save the file by pressing Ctrl + S.

bottom of page