Html5 and CSS3 Chapter 1
Static
A __________________ web page is one that doesn't change.
Web Server
A _______________________ makes websites available to other computers over a network.
Request
A web application starts when a client sends a/an ______________________ to a server.
Dynamic
An HTML document that's generated by a web application is a ________________________ web page.
Local
An intranet is a ______________________ area network that is used for web applications.
Cross Browser
Because all web browsers don't interpret HTML and CSS the same way, a major web development issue is ______________________________ compatibility.
Chrome
Google publishes a web browser named
Web Browser
In a web application, the client uses a ___________________________ to interact with a web server.
Domain Name
In an HTTP URL, the ________________________ is coded immediately after the protocol but before the path.
Web Browser
JavaScript code is run by the
Firefox
The Mozilla Corporation publishes a web browser named ___________________
Responsive web design
The Mozilla Corporation publishes a web browser named ___________________
CSS or Cascading Style sheets
To format a web page, you use _______________________.
use the Open or Open File command in the File menu
To load a web page from an intranet into your web browser, you can
type the URL of the web page into the browser's address bar
To load a web page into a web browser, you can
right-click the page and then select the View Source or View Page Source command
To view the source code for a web page in any browser, you can
Search Engine optimization
Using the techniques that will help your website rank higher in search engine results is called _________________________________.
Deploy
When you _____________________ a website, you upload its folders and files from a WAN to an Internet Server.
WEB BROWSER
When you include JavaScript in a web application, the language is run by the JavaScript engine of the ______________________________.
make sure pages are easy to work with on small devices
Which of the following is NOT a guideline for usability?
Make sure that each page will run in all browsers.
Which of the following is NOT a guideline for user accessibility
Node
Which of the following is NOT part of an HTTP URL
When a client requests a dynamic web page, the HTML is generated by
an application server
An HTTP response is sent from
the web server to a client