MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

57
MWD Objective 3.02 Ready?

Transcript of MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Page 1: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

MWDObjective 3.02

Ready?

Page 2: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

1. What tag defines the end of a webpage?

<html>

Page 3: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

2. Which of the following shows the proper syntax for an attribute that could be used inside an HTML tag?

Color=“blue”

Page 4: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

3. Jeff wants to use a Document Type Definition (DTD) that will allow him to use obsolete tags, but not frames. Which DTD should be used?

Transitional

Page 5: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

4. Dustin's website contains games and funny videos that he created. The primary purpose of this site is to:

entertain

Page 6: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

5. Which code should be used to insert the image "ball.gif" on a webpage?

<Img src="ball.gif" />

Page 7: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

6. Jackie goes to www.youtube.com daily to watch funny videos. For what purpose is Jackie using the website?

Entertain

Page 8: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

7. Tiffany is creating a website containing several pages, all having the same text color, style, and size. Which web enhancement tool is the MOST efficient to use?

CSS External Style Sheet

Page 9: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

8. Sarah wants to create a webpage with the text in the arial typeface. Which CSS inline style should she use?

<body style="font-family:arial">

Page 10: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

9. Jada's website appearence is very different when viewed in Internet Explorer than when viewed in Mozilla Firefox. What does she need to do before publishing her website?

Check the site in

multiple browsers

Page 11: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

10. Karen wants to begin a new line within a paragraph of text on a webpage. Which code should she use?

<br />

Page 12: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

John wants to insert a CSS comment identifying himself as the author. Which code should he use?

/*Written by John Doe*/

Page 13: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Brittany is creating a website for a major corporation selling customized products and offering extensive customer support. Which web hosting service will BEST meet her needs?

Dedicated

Page 14: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

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

<img src="frog.jpg" width="104" height="142" />

Page 15: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Sean is building a website on a tight budget. Which aspect of comparing web hosts will he look at?

Cost

Page 16: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Kim is building a new social networking site and hopes to attract millions of users. Which aspect of comparing web hosts will she look at?

Traffic

Page 17: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

What is the proper code to create a link to www.amazon.com?

<a href="http://www.amazon.

com">Amazon</a>

Page 18: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Which hyperlink shows an absolute link?

<a href="http://www.target.com">

Target</a>

Page 19: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

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

<hr />

Page 20: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Which type of element is being used below?

Bulletedlist

<ul><li>Virigina</li><li>North Carolina</li><li>South Carolina</li><li>Georgia</li></ul>

Page 21: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

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

<p style=“font-size:14px”>

Page 22: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Beth owns a small business and wants to create a website to sell products online. Which type of web hosting service is BEST?

Shared

Page 23: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Taylor's website has a menu button that is supposed to take visitors to yahoo.com, but instead it takes them to google.com. Before publishing the website he should check the:

Links in The site

Page 24: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Dustin is building a website that needs to be accessed by employees 24 hours a day for important information. Which aspect of comparing web hosts will he look at?

Reliability

Page 25: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Susie followed the W3C's website development standards. This is an ADVANTAGE because her website:

Will display consistently in

different browsers

Page 26: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Which is the correct code to link to "www.google.com"?

<a href="http://www.google.com">Google</a>

Page 27: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

What is the primary purpose of the website www.whitehouse.gov?

Inform

Page 28: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

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

It develops HTML coding

standards

Page 29: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Mary is creating a webpage. What order should she use to insert the structure tags?

<html><head><title></title></head><body> </body>

</html>

Page 30: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

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

<body></body>

Page 31: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Heather wants to provide information about her webpage for use by search engines and browsers. Which tag is appropriate to use?

<meta>

Page 32: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Issac created a website that allows potential customers the opportunity to learn more about his business. What is the main purpose of the website?

Inform

Page 33: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

The following code should follow which structure tag in order to display in the browser window?

<ul><li>Virigina</li><li>North Carolina</li><li>South Carolina</li><li>Georgia</li></ul>

<body>

Page 34: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

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

<p style="color:blue">

Page 35: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

What is the primary purpose of the website www.facebook.com?

Social

Page 36: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Gina is creating a webpage using XHTML. She should make sure that all tags are:

Nestedproperly

Page 37: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

While creating a paragraph of text on her webpage, Karen wants to begin a new line. Which XHTML code should she use?

<br />

Page 38: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Which code should be used to create reminder in bold text?

Reminder

<b>Reminder</b>

Page 39: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Annie wants the name of her product to stand out at the top of her webpage. Which tag is BEST?

<h1>Product</h1>

Page 40: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

What is the primary purpose of the website www.walmart.com?

Sell

Page 41: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

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

<br />

Page 42: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

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

<>

Page 43: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Which tags are used by search engines to find a website?

<meta />

Page 44: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

To save a webpage created in a text-editor, it must be saved with which file extension?

.html

Page 45: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Which result will the following code produce?

• Virginia • North Carolina • South Carolina • Georgia

<ul><li>Virginia</li><li>North Carolina</li><li>South Carolina</li><li>Georgia</li></ul>

Page 46: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

To insert a blank line in a webpage, which tag is correct?

<p>

Page 47: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Which will create a link to Mr. Joe Jones' email address [email protected]?

<a href="mailto:[email protected]">Joe_Jones</a>

Page 48: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Kevin is creating his first website entitled, "My Life". The viewer will advance through the site one page at a time in order from his birth to his high school graduation. What website structure should he use?

Linear

Page 49: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

What is the primary purpose of the website www.target.com?

Sell

Page 50: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Which is an example of a file that should be saved in the root folder of a website?

index.html

Page 51: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

What is the primary purpose of the website www.thesaurus.com?

Inform

Page 52: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Joan created a website that organizes her biology notes into separate webpages by unit and objective. What website structure is best suited for her website?

Hierarchical

Page 53: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Eric finished creating his first website. Before publishing the site, he should do all of the following EXCEPT:

Check the siteIn Internet

Explorer only

A. check the site in Internet Explorer only. B. check spelling. C. validate all links. D. validate the source code.

Page 54: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Which code uses a CSS inline style to change a webpage's background to the image brick.jpg?

<body style="background-

image:url('brick.jpg')">

Page 55: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Which is the correct code to place a gif image named "tiger" into a webpage?

<img src="tiger.gif" alt="BengalTiger" />

Page 56: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Linda created a website entitled, "History of My Family". She structured the pages similar to a family tree so the user could navigate through generations. Which website structure did she use?

Hierarchical

Page 57: MWD Objective 3.02 Ready?. 1. What tag defines the end of a webpage?

Jill is creating a webpage. Which tag will contain most of the information for the page as well as all information that will be displayed in the browser's window?

<body>