Java Games: Flashcards, matching, concentration, and word search.

HTML: Cascading Style Sheets

AB
Style Instructiontag name { style name : value ; style name : value }
Internal Style InstructionsLocated in Head
External Style InstructionsLocated in stylesheet
Internal Style Tag<STYLE TYPE = "text/css"> ... </STYLE>
External Style Tag<LINK REL = "STYLESHEET" TYPE = "text/css" HREF = "location.css">
SelectorItem defined by style
Combo Selector2 items defined by a style when used together; separated by spaces
GroupingMultiple items governed by same style, separated by commas
PropertyEffect dictated by style, e.g. font-family
ValueSpecific effect selection, e.g. Arial is a value for font-family
Separates property and valuecolon
Separates property : value pairssemicolon
Encloses style for a selectorCurly brackets
Style precedence: authorauthor --> reader
Precedence: inline vs stylesheetinline over stylesheet
Style blockArea governed by style definition (<style> ... </style>)
Multiple Style block precedenceLast style block on page
Inline styleSpecific style definition used before an item
User selectorUser-defined style introduced by the <div class> tag


Nancy LaChance

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities