reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

Links

Links

Linking to Other Sites

Linking to Other Pages on the Sa me Site

Directory Structure

Directory Structure

folders

index.html is the homepage

Linking to a Specific Part of the Same Page

Linking to a Specific Part of Another Page

Links

Boxes

Box Dimensions

Limiting Width

Limiting Height

Overflowing Content

Overflowing Content

Border, Margin & Padding

Border, Margin & Padding

Border Width

Border Style

Border Color

Shorthand

padding

margin

centering content

display

Hiding Boxes

CSS3: Border Images

js

This chapter is divided into three sections that introduce:

FUNCTION

* WHAT IS A FUNCTION? *

Functions let you group a series of statements together to perform a specific task. If different parts of a script repeat the same task, you can reuse the function (rather than repeating the same set of st atements).

Declaring a function

Declaring a function