Ch2 Flashcards

1
Q

When you edit a CSS or HTML file with an editor like Aptana, it usually provides both syntax coloring and auto ______

A

completion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Three of the common CSS selectors select

A

by element type, id attribute, and class attribute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

When you’re using a Markup Validation Service,

A

a trivial coding error can cause multiple validation errors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

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.

A

explorer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

____________ refers to characters like tab characters, line return characters, and spaces that are ignored by the browser.

A

whitespace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

To start a new CSS file from a template in Aptana, you

A

link to the template when you start the new file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

One of the benefits of validating an HTML document is that it can solve some ____________________ problems.

A

testing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In HTML, a/an ____________________ tag begins with a slash (/) followed by the name of the tag.

A

closing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In HTML, you can code a ____________________ attribute as just the attribute name.

A

boolean

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

If you’re using Aptana to edit an HTML file, the easiest way to test it is to

A

click on the Run button in Aptana’s toolbar

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A valid HTML document requires

A

a head element and a body element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

When you _____________________ a web page, you load the page into a browser to see whether it works correctly.

A

test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Within a CSS rule set, a declaration (rule), includes

A

a property and a value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When you comment out HTML code, you put the code within an HTML:

A

comment

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

In HTML, you must enclose the value for an attribute in quotation marks if the value includes one or more____________________.

A

spaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly