Ch2 Flashcards
When you edit a CSS or HTML file with an editor like Aptana, it usually provides both syntax coloring and auto ______
completion
Three of the common CSS selectors select
by element type, id attribute, and class attribute
When you’re using a Markup Validation Service,
a trivial coding error can cause multiple validation errors
One way to run a web page that’s on your computer is to find the file for it using your system’s file _________________ and double-click on it.
explorer
____________ refers to characters like tab characters, line return characters, and spaces that are ignored by the browser.
whitespace
To start a new CSS file from a template in Aptana, you
link to the template when you start the new file
One of the benefits of validating an HTML document is that it can solve some ____________________ problems.
testing
In HTML, a/an ____________________ tag begins with a slash (/) followed by the name of the tag.
closing
In HTML, you can code a ____________________ attribute as just the attribute name.
boolean
If you’re using Aptana to edit an HTML file, the easiest way to test it is to
click on the Run button in Aptana’s toolbar
A valid HTML document requires
a head element and a body element
When you _____________________ a web page, you load the page into a browser to see whether it works correctly.
test
Within a CSS rule set, a declaration (rule), includes
a property and a value
When you comment out HTML code, you put the code within an HTML:
comment
In HTML, you must enclose the value for an attribute in quotation marks if the value includes one or more____________________.
spaces