• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/44

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

44 Cards in this Set

  • Front
  • Back

In Figure 4.01B how will lines 18 through 22 display in a web browser?

numbered list

Which tag provides information about a web site?

meta

Which of the following is the proper way to code an inline style attribute?

color="blue"

For Line 17 of Figure 4.01C , how will "World Wide Web Consortium" display on the


web page?

hyperlink

What will display for lines 10 through 14 for Figure 4.01C?

bulleted list

Anthony is creating a webpage on seals. To ensure that his page can be found through


Google, Anthony must include pertinent information in which tag section?

meta

In Figure 4.01B in what color will the heading, 3 Facts About Me, display when viewed


in a web browser?

#CCCCCC

Tiffany's creating a multiple page website and wants consistency in appearance. Which


method permits her to update the appearance of all pages by changing one file?

CSS External Style Sheet

Which is an example of using an inline CSS style in a webpage?



In Figure 4.01B what type of CSS is coded in line 14?

Inline CSS

Which tag defines the visible content of a web document?

Which item refers to the start tag, the end tag and everything in between?

HTML Element

In Figure 4.01B which line of code will display the web document's title in a web


browser?

Line 4

Annie wants the name of her product to be the main heading at the top of her


webpage. Which tag defines the main heading in a web document?

Product

John wants the name of his book to appear in search results for Google. Where should


this information be placed within his webpage?

meta

Which hyperlink shows an absolute link?

target

The World Wide Web Consortium (W3C) plays which role in the web development


standards?

It develops the standards for HTML and CSS.

What will display for lines 24 through 27 for Figure 4.01C?

audio

Line 17 in Figure 4.01C is which of the following?

absolute reference

In Figure 4.01B what color will the heading, Welcome to My Web Page, display when


viewed in a web browser?

#E6E6E6

What section information contains the author of the document, copyright information,


links to the terms of the use, contact information, etc.

footer

Which is the correct code to insert a horizontal line in a webpage?

What is the proper code to insert an image named "frog.jpg"?

Between which paired tags would the visible content of a webpage be displayed?

What is the difference between an HTML Tag and an HTML element?

An HTML Tag defines content and an HTML Element includes the opening and


closing tags and everything in between.

Which tag defines the set of navigation links?

nav

John wants to insert a CSS comment identifying himself as the author. Which line of


code correctly inserts a CSS comment?

/*Written by John Doe*/

What tag defines the beginning of a webpage?

What document or section information contains introductory content or a set of


navigational links for the webpage?

header

Which CSS inline style results in the text size of a webpage paragraph displaying at


14px?



A designer would use which tag to create a web page with sections of specific styles?

div

Which item shows proper syntax for an HTML comment?

Sarah wants to create a webpage displaying text in the Arial typeface. Which CSS


inline style should she use?

Which item interprets the source code in a web document?

Web browser

Jerry wants to insert a line break into his webpage. Which code should he use?


A properly coded HTML tag will always be found between which two symbols?

< >

In Figure 4.01F which line indicates the beginning of the visible content of the web


page?

Line 5

When using a text editor, what file extension(s) must be used when saving as a web


document?

html or htm

Which tag will create a line break in a web document?


Karen wants to begin a new line within a paragraph of text on a webpage. Which code


should she use?


Which line of code correctly creates a link to Amazon's website?

Amazon

Which line of code correctly places a gif image named "tiger" into a webpage?

In Figure 4.01B how will the paragraph in line 24 and 25 display when viewed in a web


browser?

Verdana, white text, 18 pixels

In Figure 4.01F which line indicates the end of an html document?

Line 8