HTML Introduction

A HTML page is a web page, these are used to create websites. Today in class we were looking at how a web page is structured. A HTML tag (element) is used to describe what a part of the page does. Today we looked at <!DOCTYPE html> – this tells the browser that the document is html5 <html></html> – everything in this block is html <head></head> – this is

Read More

Web Development – Pages

The Aim of today’s lesson was to get the basic HTML pages created. We started off by looking at a range of websites and how they were laid out. We then loaded Dream Weaver and had a look at the HTML layouts, showing how different layouts matched up to websites. We created a new 3 column hybrid with headers and footers page and saved it as index All websites

Read More