- The item marked 1 in the figure above is the padding area.
- True
- False - correct answer
- The max-width style can be used to set how large an element can grow.
- True - correct answer
- False
- The media attribute can contain a period-separated list of media types.
- True
- False - correct answer
- The media attribute is required, regardless of the expected output device.
- True
- False - correct answer
- The order when combining all of the CSS styles for lists is _____.
- type url(url) position - correct answer
- url(url) type position
- position url(url) type
- url(url) position type
- The proper ordering of coordinates in position is _____.
- top, left, bottom, right
- bottom, right, top, left
- bottom, left, top, right
- top, right, bottom, left - correct answer
- The z-index style only works for elements that are placed with relative positioning.
- True
- False - correct answer
- To add a hover effect of display "Go:" before a link is clicked, you would use _____.
- a.hover.before{content: attr("Go: ")}
- a:hover.before{content.attr("Go:")}
- a.hover:before{content: "Go:"}
- a:hover:before{content: "Go:"} - correct answer
- To cause the definition to print at the top of the page like a list, you could use _____.
- display: list-item - correct answer
- display: top
- display: list
- display: top-item
- To match a group of elements, use the _____ selector.
- e1:e2
- e1 > e2
- e1 e2
- e1, e2, e3 - correct answer
- To override style _____, you specify an alternate style for one of the descendant elements of the parent.
- recurrence
- inheritance - correct answer
- dependence
- transition
- To position an element at a specific spot while the rest of the page scrolls, you use _____ positioning.
- static
- relative
- absolute
- fixed - correct answer
- To specify that all elements in a document should appear with font-size of 20px, you could use _____.
- h1, h2, p, a{font-size: 20px }
- * { font-size: 20px } - correct answer
- @all { font-size: 20px }
- h1 h2 p a {font-size: 20px}
- To stack elements, you can use the _____ style.
- index
- layer
- z-layer
- z-index - correct answer
- Two or more pseudo-classes can never apply to the same element.
- True
- False - correct answer
- Using the link element, you can link several media style sheets to documents in your Web site.
- True - correct answer
- False
- Web browsers try to break pages as much as possible.
- True
- False - correct answer
- What is the list style position of the first list in the above figure?
- outside - correct answer
- outer
- inside
- inner
- What is the list style position of the second list in the above figure?
- outside
- outer
- inside - correct answer
- inner
- When you have defined a rectangular region using the appropriate style, which value matches the specified edge of the region to the edge of the parent element?
- right
- default
- auto - correct answer
- left
- Which of the following is part of CSS3?
- [att]
- [att="val"]
- [att~="val"]
- [att$="val"] - correct answer
- Which of the list style types in the figure above is the decimal-leading-zero style?
- 5 - correct answer
- 6
- 7
- 8
- Which of the list style types in the figure above is the square style?
- 1
- 2
- 3 - correct answer
- 4
- Which of the list style types in the figure above is the upper-roman style?
- 6
- 7 - correct answer
- 8
- 9
- Which pseudo-class should come first when creating a rollover effect?
- visited
- active
- link - correct answer
- focus
- Which pseudo-class should come second when creating a rollover effect?
- visited - correct answer
- lang
- hover
- active
- Which pseuo-class can be used to create a drop cap?
- first-line
- before
- first-letter - correct answer
- after
- Which style can be used to cause the tables to print at the top of a page?
- page-break
- page-break-after
- page-break-before - correct answer
- none of the above
- Which style can be used to define a rectangular region through which the element's content can be viewed?
- rect
- clip - correct answer
- overflow
- region
- Which style can be used to tell the browser to print the page in 8in by 10in format?
- size - correct answer
- page
- margin
- orientation
- Which style in the figure above represents the scroll overflow style?
- 1
- 2
- 3 - correct answer
- 4
- Which style would be best to prevent the pictures from printing when this Web page is printed?
- display - correct answer
- aural
- visible
- none of the above
- With the overflow property, a value of _____ instructs browsers to increase the height of an element to fit the overflow content.
- hidden
- scroll
- visible - correct answer
- auto
- With the overflow property, the _____ value keeps an element at the specified height and width, but cuts off the overflow.
- scroll
- hidden - correct answer
- auto
- visible
- You can change a list marker by using the _____ style.
- list-type
- style-list-type
- list-style-type - correct answer
- style-list
- You can mark a group of elements with a common identified using the _____ attribute.
- id
- class - correct answer
- name
- value
- You can use a _____ selector to change the color or a paragraph with an id of "stages".
- contextual
- list
- text
- attribute - correct answer
- You could set all boldfaced text found in a paragraph to blue using the style definition: p b {color: blue}.
- True - correct answer
- False
- Case 4-1: Ken has built a Web site for his homework assignment. He has his links for each chapter appear on the page with a blue background image behind each link. Ken has each link appear as green with no underline marks. Ken must have used which style to make the underline not appear for links?
- text-format
- text-decoration
- text-align
- text-font - wrong answer
- The _____ pseudo-class refers to the language of an element.
- text - wrong answer
- script
- language
- lang
- Which of the following pseudo-classes are not used to create a rolloever effect.
- visited - wrong answer
- focus
- link - wrong answer
- hover
- Which of the list style types in the figure above is the disc style?
- 1
- 2 - wrong answer
- 3
- 4
- With the overflow property, _____ is the defult value.
- visible
- hidden
- scroll
- auto - wrong answer
- With the overflow property, the _____ value keeps an element at the specified size, but adds scrollbars only if they are needed.
- hidden
- visible
- scroll - wrong answer
- auto
- You can create a more interesting rollover effect by changing the _____ for a link.
- background image
- hypertext - wrong answer
- image source
- none of the above
- You could set all boldfaced text found in a paragraph to blue using the style definition: p b {color: blue}.
- true - correct answer
- false
Thursday, December 26, 2013
Tutorial 4 Questions 51 - 100
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment