CIS 332 FINAL Chapter 1
Because all browsers don't adhere to the latest HTML and CSS standards, a web developer needs to be concerned with
cross-browser compatibility
When you deploy a website, you upload its folders and files from
your computer or network to a web server on the Internet
To format a web page, you use
CSS
Google publishes a web browser named
Chrome
To deploy a website, you use
FTP
Which of the following is NOT a guideline for user accessibility?
Make sure that each page will run in all browsers.
Which of the following is NOT a guideline for usability?
Make the pages attractive and appealing.
When a client requests a dynamic web page, the HTML is generated by
an application server
When a browser makes a request for a dynamic web page,
an application server processes the request and returns the HTML to the web server
CSS is used to
format the HTML elements of a web page
A web browser
is a program that runs on a client computer
Which of the following is NOT part of an HTTP URL:
node
The Internet consists
of many wide area networks that are connected to local area networks
Because 60% of all Internet access is being done on mobile devices, a web developer needs to be concerned with
responsive web design
When a browser makes a request for a static web page, the web server
returns the HTML for the page and the browser renders it
Because applications like Google and Bing rank the pages of a website, a web developer needs to be concerned with
search engine optimization
If you right-click on a web page and select View Source or View Page Source,
the HTML for the page will be displayed
When you include JavaScript in a web application, the code is run by
the JavaScript engine of the web browser
HTML is used to define
the structure and contents of a web page
An HTTP response is sent from
the web server to the client
To load a web page into a web browser, you can
type the URL of the web page into the browser's address bar
To load a web page from an intranet into your web browser, you can
use the Open or Open File command in the File menu