HTML

Most of the materials will be sourced from:

Definitions

Let’s take a look, at some definitions from: A Beginner’s Guide to HTML and CSS

Elements

Elements designate the structure and content of a page. For example:

Tags

Tags are elements surrounded by angle brackets, used to mark up the text in an HTML file, telling the browser what to display.

CSS

Linking your HTML to your CSS

Definitions

Let’s take a look, at some more definitions from: A Beginner’s Guide to HTML and CSS