Web Design: Professional Diploma in
Web Design: Professional Diploma in
Web Design
SUMMARY NOTES
Module 1, Lesson 2: Web Design Foundations
Contents
Tag Description
Static This is the default position and will be positioned in the regulatory order.
Relative Defines the elements new position with help form elements such as top.
Bottom, left & right.
Fixed This means it stays in the same place even when the page is scrolled
through. This prevents empty space on the page.
Absolute This element allows you to place the element anywhere on the web page, by
using the elements top, bottom, left & right.
Sticky This is a mixture of fixed and relative. This is based on the users scroll.
− Color codes are used to format color in a way that computers can read.
− The most commonly codes used are Hex Color Codes made up of 6 digits.
− The three primary color are Red, Green and Blue.
− This hex code (RGB) represents Red, Green & Blue
by mixing the highest intensity of one color with the
lowest intensities of the other two you can create
any desired color.
HTML Breakdown: