Jazzo.co.uk uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our Privacy Policy and our Terms & Condition.

HTML - Building First Page

query_builder | Christopher Pisani

Once you grasp the concept of how the elements work in general and how to best use them, we can start with the structure of the website. Start by beginning with the standard template, and fill in the basics first.

Standard HTML template example :

Start by naming our first page in the <head> element.

Next, we will insert 3 elements in the <body> section, to divide the page into 3 sections. We will use a <header> for our logo and menu, a <main> where to put our information and a <footer> for credits.

In the next section, we will start with the basic elements to start entering our data.