Term
|
Definition
The text that identifies the tag, such as meta, title, head, or body |
|
|
Term
|
Definition
Consists of the element name surrounded by angle brackets, such as <html>, <head>, or <body> |
|
|
Term
|
Definition
The tag plus its containing content, such as the title element<title> Untitled document</title> |
|
|
Term
|
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
|
Definition
Add propherties to HTML elements |
|
|
Term
|
Definition
Indents the text appears within tags |
|
|
Term
|
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
|
Definition
Changes the case of the tags |
|
|
Term
|
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
|
Definition
Prevents a line break or white space from being inserted directly after a <td> tag or directly before a </td> |
|
|
Term
|
Definition
This button allows you to change the code formatting definitions in the cascading style sheet used by the document |
|
|
Term
|
Definition
This is the dialog box to define formatting features for each tag and its associated attribute |
|
|
Term
|
Definition
Contains the default HTML paragraph and heading styles that you can apply to any paragraph |
|
|
Term
|
Definition
Contains the list of ID's defined in the page or the attached style sheet |
|
|
Term
|
Definition
Contains the list of defined style classes |
|
|
Term
|
Definition
Displays the URL to which the selected text is linked |
|
|
Term
|
Definition
Buttons formats selected paragraphs into a bulleted list |
|
|
Term
|
Definition
Specifies the textual tool tip for a hypertext link |
|
|
Term
|
Definition
Menu determines where a linked file opens(new window, parent frame, ect.) |
|
|
Term
|
Definition
used for marking quotations that are part of a sentence or paragraph, ,rather than separate paragraphs |
|
|
Term
|
Definition
tags are used to wrap blocks of content |
|
|
Term
|
Definition
Is used for the navigation bar/link and another unordered list is used within the content to list information |
|
|
Term
|
Definition
is not a Web programming language |
|
|
Term
|
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
|
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
|
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
|
Definition
is not used for formatting quotation-related structures |
|
|
Term
|
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
|
|
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
|
|
Term
which type of list is best used to show a sequence of numbered steps? |
|
Definition
|
|
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 |
|
|