Ch.2 INFO TECH
The _____ should identify the content or purpose of a web page.
Title
The ______ tags indicate that start and end of an HTML document.
<html> and </html>
In this style <h1 style="font-family: Garamond; font-color: navy">, the _______ is everything between the quotation marks.
Declaration
Links point only to Web pages.
False
Numbered lists are called _____ lists.
Ordered
Title
Should be concise yet descriptive, and briefly explain the page's content or purpose to the visitor
If you are using a Heading 2 style for specific level of text, you always should use a heading 2 style break up information at that level.
True
In Notepad ++, the text entered in text area scrolls continuously to the right unless the word wrap feature is enabled.
True
A browser allows you to open a file located on your computer and have full browsing capabilities, as if the web page were stored on a web server and made available on the web.
True
After entering code in an HTML file, you should view the web page in a browser to see what it looks like up to this point.
True
For a web page, the source code in the HTML code, which then is translated by a browser into a graphical web page.
True
In general, viewing a web page periodically during development is good coding practice.
True
One goal in web page development is to create a web page that is visually appealing and maintains the interest of the visitors.
True
You can view the HTML source code for any web page from within your browser.
True
Bulleted lists are called _____ lists.
Unordered
The ______ tags must be at the start and end of an unordered list.
<ul> and </ul>
Hexadecimal
A six-digit number code used to specify a color
A(n) _____ includes at least one type of style or properly to apply to the selected element.
Declaration
HTML has extensive functionality for defining the appearance, or style, across one or more web pages.
False
Inline styles give you the most flexibility and are ideal to apply the same formats to all of the web pages in a web site.
False
It is good practice to start with a Heading 1 style and then use a heading 3 style as a way to add visual interest to a page.
False
The ______ tags contain the main content of web page
<body> and </body>
The _____ tags are used to define a list item in an ordered or unordered list.
<li> and </li>
The ______ tags must be at the start and end of an ordered list.
<ol> and </ol>
When the browser finds a(n) ______ tag in an HTML file,vs tarts a new line and inserts a blank line above the new paragraph.
<p>
Hard copy
A printed version of a file, web page, or other document
The ______ of a web page contains the information that displayed in the browser window.
Body
If a type attribute is not specific for an unordered list, the list uses the ___ bullet.
Disc
_____ are used to set off different paragraphs of text or different sections of a page.
Headings
PNG
Image file format that is a compressed fir format and that supports multiple colors and resolutions
The ______ format can be used with complex images, such as photographers, because the format sports more colors and resolutions than the other file formats.
JPEG
Ordered
Kind of list that can use numbers, letters, or Roman numeral
On the web, _____ are the primary way to navigate between web pages and among web sites.
Links
______ is s basic text editor installed with windows that you can use for simple documents or for creating web pages using HTML
Notepad ++
The height of a horizontal rule is measured in _____.
Pixels
To view the latest version of a web page in a browser, the page must be _______.
Refreshed
______ code is the code or instructions used to create a web page or program.
Source
Document type
Strict and transitional are examples, in HTML and XHTML
______ links are the most common used hyperlinks.
Text
Declaration
The part of the style statement that identifies how the element(s) should appear.
Word wrap
This affects the way text displays on the screen, but not the way it prints
The HTML5 structual elements are semantic in that the name of the tag reflects the purpose of the tag.
True
Images
Using a lot of these on your web page is likely to distract the visitor from the page's purpose
Hyperlink
When text identifies this, it is usually a different color than the rest of the web page text and underlined.
The _____ attribute is used to define the URL of an image to load with the <img> tag.
src