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

Cascading Style Sheets

AB
example of valid e-mail addressjames@smith.com
means of transferring files between computersftp
example of XHTML container tag<html>
type of style sheet that uses the @ symbolimported
purpose of <link> attributespecifies the style sheet used to format a Web page
style rule to set a page's background color to blue and the font to Arialbody {background-color:blue; font-family:arial;}
XHTML 1.0 Transitional (XHTML flavor)developers can use either css or HTL 4.0-compliant markup tags for all formatting
ensures the Web pages you create will display properly in a standard Web browservalidate the code to W3C standards
using ftp, command that allows you to upload files to the remote serverput
Web design concept that you should use when creating a sitecoherent message and use common, easy-to-read fonts
must always include with an image tag(ex: <img src="file.jpg">)alt text
using ftp, command that allows you to download files to the local computerget
XHTML tags that come in pairscontainer tags
designates the beginning of a new row in a table<tr>
#000000black
heading tagsH1 represents the largest heading
used to create a numbered listol
XHTML flavor that requires Webmasters to use CSS when defining page layoutHTML 4.0 Strict
empty tag<br />
collection of stylesstyle sheet
style sheet standardCSS
allows the Web designer to modify the appearance of any tag in a single documentinline style
allows designer to modify appearance of tags in several documentslinked
allows you to modify all instances of a particular element in a Web pageembedded
style declaration consists of attribute names that specify features such as font size, color, and font type, followed by a ______ and then the value of the attributecolon
most common style language and the defaul languagetext/css
to group selectors, you separate them with a?comma
applying a style sheet is accompliished by adding this to the <head> section of your code<link>
in order to link a style sheet, the value of the rel attribute in the <link> tag should bestylesheet
code to link to a style sheet<link href="mws.css" rel="stylesheet" type="text/css">
element that lies within another elementdescendent
element that contains another elementparent
styles defined for each parent tag are transferred to its descendantsinheritance
allows you to choose a font face for use in your Web pagefont face
type of font facespecific/generic
font that is installed on a user's computerspecific
specific fontArial
general description of a fontgeneric
generic fontcursive/serif/monospace
number of generic fonts5
gives you the greatest control over font sizepixels
text align value that extends text from the left to the right marginjustify
CSS stands forCascading Style Sheet
define the font size based on mm, cm, in, pt, and pcabsolute
unit is one that expresses the font size relative to a size of a standard characterrelative
unit that is equal to the width of the capital letter "M" in the browser's default font sizeem
unit that is equal to the height of a small "x" in the browser's default font sizeex
vertical space between lines of textleading
contains inline elements such as individual letters, words, phrases, or inline images<span>
prevents other elements from wrapping around a floating elementclear
translucent graphic impressed into the very fiber of the paperwatermark
classification of an element based on its status or usepseudo-class



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