Build Steps

Now we have completed the Getting Started steps and have your GitHub account, along with your repository setup with your chosen template files. You are now ready to start the Build Steps to your first webpage.

In these Build Steps you are going to be learning about the different sections of a webpage:

  • Page <Head> - which holds necessary information about the webpage for the browser, but is not a visible part of the rendered page.
  • Page <Body> - where the visible part of the webpage code is written, this is then split into three areas the Header, Main and Footer.

You'll learn about these sections and areas whilst making code changes to our template HTML page by either following along and adding our new contents to the page, or by adding your own words, images and links as we go along.

You will also learn how to stage and commit these file changes to your GitHub repository.

Page Last Edited: