Exam With Complete Solutions
Graded A+
QUESTIONS AND ANSWERS
Browser. ANSWER -In a web application, the client uses a
___________________________ to interact with a web server.
Web server. ANSWER -A _______________________ makes websites available to other
computers over a network.
Local. ANSWER -An intranet is a ______________________ area network that is used for
web applications.
request. ANSWER -A web application starts when a client sends a/an
______________________ to a server.
static. ANSWER -A __________________ web page is one that doesn't change.
dynamic. ANSWER -An HTML document that's generated by a web application is a
________________________ web page.
Firefox. ANSWER -The Mozilla Corporation publishes a web browser named
___________________.
Web Browser. ANSWER -When you include JavaScript in a web application, the language
is run by the JavaScript engine of the ______________________________.
CSS. ANSWER -To format a web page, you use _______________________.
publish. ANSWER -When you _____________________ a website, you upload its folders
and files from a WAN to an Internet Server.
, domain name. ANSWER -In an HTTP URL, the ________________________ is coded
immediately after the protocol but before the path.
cross browser. ANSWER -Because all web browsers don't interpret HTML and CSS the
same way, a major web development issue is ______________________________
compatibility.
Search Engine Optimization. ANSWER -Using the techniques that will help your website
rank higher in search engine results is called _________________________________.
Responsive Web Design. ANSWER -Websites that are designed to adapt gracefully to any
screen size use a technique called _______________________________.
content. ANSWER -In HTML, the body element provides the structure and
____________________ of the document.
Closing. ANSWER -In HTML, a/an ____________________ tag begins with a slash (/)
followed by the name of the tag.
spaces. ANSWER -In HTML, you must enclose the value for an attribute in quotation
marks if the value includes one or more____________________.
Boolean. ANSWER -In HTML, you can code a ____________________ attribute as just
the attribute name.
comment. ANSWER -When you comment out HTML code, you put the code within an
HTML ________________________.
Whitespace. ANSWER -________________________ refers to characters like tab
characters, line return characters, and spaces that are ignored by the browser.
selector. ANSWER -A CSS rule set consists of a _______________________ and one or
more rules.