Shared Flashcard Set

Details

YHS Dreamweaver Project 2
Against the clock textbook
43
Computer Science
9th Grade
09/07/2010

Additional Computer Science Flashcards

 


 

Cards

Term
Element Name
Definition
The text  that identifies the tag, such as meta, title, head, or body
Term
Tag
Definition
Consists of the element name surrounded by angle brackets, such as <html>, <head>, or <body>
Term
Element
Definition
The tag plus its containing content, such as the title element<title> Untitled document</title>
Term
Empty Tags
Definition
Do not have seperate closing tags. In an empty tag, the closing foward slash appears with the cloing angle bracket.  For example: <img src="sun.gif" alt="sunny day" />
Term
Attributes
Definition
Add propherties to HTML elements
Term
Indent With
Definition
Indents the text appears within  tags
Term
Tab Size
Definition
Specifies the number of spaces that each tab character cantains.
Term
Automatic  Wrapping( After Column)
Definition
Inserts  line breaks to prevent cose from extending beyond the specified column.
Term
Default Tag Case
Definition
Changes the case of the tags
Term
Default  Attribute  Case
Definition
Changes the case of attributes.
Term
Override Case of Tags and Override Case of Attributes
Definition
Changes  the case of tags and attributes to the options selected in this pane, even if different case is defined  in Tag Libraries
Term
TD Tag
Definition
Prevents a line break  or white space from being inserted  directly after a <td> tag or directly before a </td>
Term
CSS
Definition
This button allows you to change the code formatting  definitions in the cascading style sheet used by the document
Term
Tag Libraries
Definition
This is the dialog box to define formatting features for each tag and its associated attribute
Term
Format
Definition
Contains the default  HTML  paragraph  and heading styles that you can apply to any paragraph
Term
ID
Definition
Contains the list of ID's defined in the page or the attached style sheet
Term
Class
Definition
Contains the list of defined style classes
Term
Link
Definition
Displays the URL  to which the selected text is linked
Term
Unordered List
Definition
Buttons formats selected paragraphs into a bulleted list
Term
Title
Definition
Specifies the textual tool tip for a hypertext link
Term
Target
Definition
Menu determines where a linked file opens(new window, parent frame, ect.)
Term
q element
Definition
used for marking quotations that are part of a sentence or paragraph, ,rather than separate paragraphs
Term
<div>
Definition
tags are used to wrap blocks of content
Term
<ul>
Definition
Is used for the navigation bar/link and another unordered list  is used within the content to list information
Term
FTP
Definition
is not a Web programming language
Term
<body>
Definition
content that is visible in a browser window appears between the opening and closing of this tag.
Term
DTD (Document Type Definition)
Definition
Tells the browser which version of HTML or XHTML is being used in the document.
Term
forward slash </>
Definition
precedes the element name in the closing tag of a container tag.
Term
when working in the split view
Definition
changes in the design pane are automatically relfected in the code pane
Term
Headings in an HTML page
Definition
each page should have only one element defined as Heading I
Term
If the text of Heading 1 appears too large, which method makes the text appear smaller but maintains the correct page structure?
Definition
use cascading style sheets (CSS) to style the level 1 heading text to be smaller
Term
What is the default formatting of text that is tagged as a blockquote?
Definition
indented on both sides, white space above and below the block
Term
<quote>
Definition
is not used for formatting quotation-related structures
Term
Internet Explorer
Definition
does not format q text elements with curly quotes
Term
When marking up a quote that appears within a block of text, what method ensures that the quotation marks appear correct regardless of the browser being used?
Definition
Simply leave the inline quote untagged
Term
which character should be used when replacing the work "to" or "through" in a sentence
Definition
En dash
Term
content between the opening and closing <p> </p> tags
Definition
is structured as a paragraph
Term
which mark-up element would you use for the text "NASA"
Definition
Acronym element
Term
which type of list is best used to show a sequence of numbered steps?
Definition
Ordered list
Term
each item in an unordered list is
Definition
tagged with the <li> container tag
Term
what is the expanded button in the layout insert bar used for
Definition
enlarging empty table cells so they are easier to work with
Term
what is the purpose of the <div> tag
Definition
it separates one section of content from another on a page
Supporting users have an ad free experience!