Reading-Notes

Class 08 Summary

Layout

Position Element Concepts:

Screen Sizes:

Page design needs to be able to work on a range of different screen size.

Screen Resolution:

Refers to the number of dots a screen show per inch.

Liquid Layout:

Liquid layout designs stretch and contract as the user increases or decreases the size of thebrowser window.

CSS FrameWorks:

aim to make our life easier providing the code for common tasks such as : styling forms and creating layout grids.


Creating Links by using (a) element, between (a) opening tag and closing tag we put any page using href attribute. example: Atag

Directory Structure:

Organizing Files and Folders in My web Page example: DirectoryStructure

Relative URLS:

used to linking pages within our own website example: LinkTypes

using (mailto) in (a) tag

To open links in new window using (target) in (a) tag


Controlling the positions of elements

Using position tag: