Q&A
Firefox 1.5 provided support for some new CSS3 features. What exactly?
CSS3 Multi-column layout module
Faux Columns technique is used to
make all the columns on a page look equally high
The term AJAX was introduced by
Jesse James Garrett
A technique widely known as Sliding Doors is used to create
an element that is styled with CSS to grow as the content of the element grows
In XHTML, label element can contain several other elements. Which one of the following is NOT allowed?
pre
HTML Element <ul> is so named after
Unordered List
Selector h2 + p is an example of
Adjacent selector
Which one of the following CSS examples is so-called Box Model Hack?
div.content {
width:400px;
voice-family: "\"}\"";
voice-family:inherit;
width:300px;
}
XHTML 1.1 Strict content should be served with MIME-type
application/xhtml+xml
h3 > p can be used to style all paragraphs inside a header level three. What is this an example of?
CSS Selector
CSS rule known as Be Nice To Opera could be marked as:
html>body .content {
width:300px;
}
What is the correct XHTML markup for referring to an external style sheet?
<link rel="stylesheet" type="text/css" href="style.css" />
SiFR is an acronym. What is it used for?
To replace text with Flash objects.
Correct Doctype declaration for an XHTML 1.0 Strict document is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
WaSP is a coalition fighting for standards. But what words make up that acronym?
The Web Standards Project
CSS is an abbreviation of
Cascading Style Sheets
CSS was originally proposed as a web presentation system in 1994. By who?
Håkon Wium Lie
Wired.com was one of the first high profile websites made using web standards. Who was the mastermind behind it?
Doug Bowman
:focus pseudoclass is part of which CSS specification?
CSS2
AJAX-acronym is made of words
Asynchronous JavaScript and XML


