Web Page Questions
Browser
A Web _____ is a program that interprets and displays Web pages and enables you to view and interact with a Web page.
nav
A _____ element contains hyperlinks to other webpages within a website.
head
A _____ element contains information about a webpage, such as the webpage title and the defined character set, not website content.
div
A _____ element is used to define an area or a partition in a webpage.
semantic
A _____ element provides meaning about the content of the element.
template
A _____ ensures that the webpages in a website share a standard layout.
style
A _____ is a rule that defines the appearance of an element on a webpage.
Protocol
A _____ is a set of rules that defines how a client workstation can communicate with a server.
Wireframe
A _____ is a simple, visual guide that clearly identifies the location of main webpage elements, such as the navigation area, organization logo, content areas, and images.
fixed layout
A webpage with a _____ does not change when the browser window is resized or the page is displayed at varying resolutions.
ISP
A(n) _____ is a company that has a permanent connection to the internet backbone.
URL
A(n) _____ is the address of a document or other file accessible on the Internet.
inline
An _____ style takes precedence over other styles defined in a style sheet.
embedded
An internal style sheet is also known as a(n) _____ style sheet.
Server
Any computer that has the appropriate software installed on it and is connected to the Internet can act as a Web _____.
nav paragraph
Browsers add space before and after each _____ element.
Anchor
For email links, use anchor elements to link to an email address by including the href attribute followed by _____ and then the email address.
semantic elements
Hyperlinks that link to other webpages within the same website are known as _____.
href
Include the _____ attribute in a starting anchor tag to identify the webpage, email address, file, telephone number, or other content to access.
<footer>...</footer>
Steve is new to web development, and he has been asked to create a website with a minimum of 10 webpages for one of his high school events using Hypertext Markup Language (HTML) 5. Steve wants to insert the copyright information in the webpages for the images used in the website. Where would you recommend him to place this information?
Unicode Transformation Format (UTF)-8
The _____ is the preferred character set for several types of web programming languages, such as HTML, JavaScript, and XML.
font-family
The _____ property describes specific and general font names.
bulleted
The fashion website for which Javier is creating content does not require a specific sequence to be followed when the fashion items are displayed to the viewers. In such a scenario, Javier can use _____ lists to structure the items that should be displayed on the website.
external
The first step while using an _____ style sheet is to use a text editor to create and save a document with a .css extension.
lossless compression
To reduce an image's file size, the GIF format uses a technique called _____ that maintains the file's color information.
hyperlinks
Using _____, a website visitor can move from one page to another, view a page on another website, start a new email message, download a file, or make a phone call from a mobile device.
Validated
When a Hypertext Markup Language (HTML) document is _____, it confirms that all of the code is correct and follows the established rules set by World Wide Web Consortium (W3C).
document title
When a webpage is displayed in a browser, the browser tab displays the _____.
fallback
When more than one value is provided for the font-family property, the additional values are called _____ values.
Text Editor
You can create Web pages using HTML with a simple _____, such as Notepad++, Notepad, Textpad, or SimpleText.
Comments
_____ can provide additional information about the area where styles are applied or other helpful explanations, such as what the styles do.
GIF
_____ files are not suitable for high-quality pictures or photos because of the small color palette in them.
 
_____ forces browsers to display a nonbreaking blank space.
nav
_____ is a Hypertext Markup Language (HTML) structural semantic element.
Cascading Style Sheets
_____ is a language used to describe the formatting of a document written in a markup language such as Hypertext Markup Language (HTML) 5.
HTTP
_____ is a set of rules for exchanging text, graphic, sound, video, and other multimedia files.
JavaScript
_____ is an example of a scripting language.
HTML
_____ uses markup to define the structure and layout of a Web document.