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