DGM 2120
Please complete the missing code for a comment tag. < _________image found on freestuff.org____________
!-- -->
Which of the following will render the lightest grey color?
#EEEEEE;
What is missing from this HREF to navigate up one folder level? href="[one]/products/drill.html"
.. double dots
Which of the following is NOT a domain suffix?
.mac
Sort the steps for using an FTP client to load your files to the server.
1. Make sure you are connected to the internet 2. Open an FTP client 3. Navigate to your root folder. 4. Select the files from your hard drive 5. Watch the transfer 6. Check
Please put these six major stages in order
1. Site definition and planning 2. Information architecture 3. Site design 4. Site construction 5. Site marketing 6. Tracking, evaluation, and maintenance.
Which of the following is the proper syntax for link to a "within page" destination?
<a href="#mytarget">jump down the page</a>
Write in the opening tag that is used for a citation.
<cite>
Write the opening tag for making text italicized
<em>
Which of the following is the proper syntax to identify a point in a page to navigate TO?
<h1 id="mytarget">Song Three</h1>
The following code has been isolated because everything on the page after it does not work. Somewhere in these four lines there is an error causing the whole page to break. Find it and choose the fix below: <h1>Contact Us<h1> <p><em>California Carnivores</em><br>2833 Old Gravenstein Highway South<br> Sebastopol, California 95472<br> <strong>Email: [email protected]</strong></p>
<h1></h1>
What code would you use if you wanted to add a solid line used to divide sections of content?
<hr />
Which of the following is not part of a web page's basic structure?
<p>
What is the "2010/samples/first.html" part of a URL called?
Absolute Path
Which of the following are places you should have the web URL listed?
All
Which of the following are ways to organize information?
All
The idea of clicking text to link to other pages of content was made possible in 1980's with the launch of personal computers by
Bill Atkinson of Apple Computer
In November 1995, a group advocated the ability to write code to change the look and feel of html called
Cascading Style Sheets
A project that does not have a detailed list of all the information that should exist on the final website is missing...
Content Inventory
What organization regulates and oversees the registering of domain names?
Corporation for Assigned Numbers and Names (ICANN)
A _______ matches domain names with numeric IP addresses.
DNS
What is the "/2010/samples/" part of a URL called?
Directory Path
What is the "first.html" part of a URL called?
Document Name
Robert Nyman suggested several items to check for when evaluating a document for proper semantic markup.
Does it make sense? Can you identify how parts are related? Can you see the source code? Can you see relationships between parts? Does it display on mobile devices?
HTML tables became part of
HTML3.2
Please match the following The hr tag defines a thematic break The hr tag represents a horizontal line
HTML5 HTML 4.01
What is the "www.webdesign.com" part of a URL called?
Host Name
What number code would you use to create the Euro currency symbol?
How about this> &# 8364;
What does HTML stand for?
Hypertext Markup Language
In which stage do you build prototypes to test navigation?
Information architecture
In December 1992 they were arguing about how to best add images to a web age. The idea if having an IMG tag was introduced by
Marc Andreessen of the Mosaic team
The National Center for Supercomputer Applications, a research institute at the University of Illinois at Champaign-Urbana build a web browser
Mosaic
After________ was formed in _______ it _________________________________.
Netscape 1994 making up it's own tags
What is missing in the following code: <p>If you love to read about <strong>cooking and eating, <em>this is the site for you!</em></p>
Option 1- </strong>
Which of the following best describes the W3C?
Organization that monitors web technologies.
The world wide web began it's life in a ...
Particle Physics Lab in Switzerland
What is the Web or WWW?
Photographs and Charts Documents and Information
What is the "http://" part of a URL called?
Protocol
Which of the following best describes what HTTP is?
Protocol used for transferring web documents on the internet.
Which of the following are applicable to servers?
Requires Special Software Respond to information requests
HTML markup was based on an existing markup language called?
SGML
A basic site or training site would be a good example of a
Sequence site
How do you remove the default space between content on a web page and the edge of the page?
Set the margin and padding of the body to zero.
In which stage is maintainable code a concern?
Site Construction
In which stage do you define the scope of the site content?
Site definition and planning
What is an FTP client?
Software designed specifically for the job of transferring files.
What is the "www" part of a URL called?
Subdomain
Which of the following are true about a project manager?
The manager is the primary contact between the web team and the client The manager is responsible for staying under budget and delivering on time.
Which of the following are true about a sponsor?
The sponsor is the person the team works to please The sponsor acts as a liaison to the client organization
Who invented the web?
Tim Berners-Lee
What is the "com" part of a URL called?
Top Level Domain
In which stage could we use Google Analytics?
Tracking, evaluation, and maintenance
Please match the team role with the primary responsibility Shape the overall user experience Organizes and categorizes web site structure and content Establishing the site typography Acts as the bridge, translator, and plain-English communicator between the geeks and artists Responsibility for the written content and editorial quality
Usability Lead Information architect Art Director Web technology lead Site editor
While viewing a webpage in a browser you can right-click and choose ______ to see the page's code.
View Source
The Amazon site would be a good example of a
Web linked site
What are the core skills you need to build a website?
Web technology Strategy and planning Information architecture and user interface design Graphic design for the web Site production Project management
Select the best answer that describes a long tail phenomenon?
Where a few items get most of the attention
Which of the following is a link that has the mouse over it?
a:hover
Which of the following controls the look of a link when the mouse is over the link?
a:hover {}
Which of the following styles a link that has not yet been visited?
a:link
A good site header provides
basic navigation links an identity for the company information about where users they are within the site * a search box
Type the missing portion tag to force a single return (NOT a double return). < />
br
Select the best answer to complete this statement. The purpose of semantic markup is to ...
convey meaning and content structure
Complete the missing code for a copyright entity and a bullet entity.
copy bull
dd
defines a definition in a definition list
dl
definition list
A number of elements and attributes in HTML have been [_________], which means they are being phased out and discouraged from use.
deprecated
dt
describes the term in the list
Which line of code is terminated (closed) properly?
example 1. <p>Penguins can't <em> fly.</em> </p>
Which property would you use to affect which font face is used in your document?
font-family
Which is the correct way to affect the size of your font?
font-size
HTML5 added a new tag for the bottom of each web page. Please complete the missing code for this page footer. <___________ built by Paul Cheney <__________
footer> /footer>
Please match the term with the best description superordinate headline subordinate headline signifies importance conceptually related items document copy
h1 h2 strong list and list items paragraphs
Which of the following shows the proper way to apply the same style property to a number of elements?
h1, h2, p, img { border: 1px solid #999; }
Breadcrumbs are best described as
hierarchical list of web links showing the structure of a site
Which of the following links from the media.html page to the champs.jpg image would work from a real web host?
href="../images/champs.jpg" href="/images/champs.jpg"
Which of the following links from the flash.html page to the about.html page would work from a real web host?
href="/about.html" href="../../about.html"
Which of the following is a valid link from your page to Apple's web site?
href="http://apple.com/" href="http://www.apple.com/"
Which of the following links from the index.html page to the soccer.jpg image would work from a real web host?
href="images/soccer.jpg" href="/images/soccer.jpg"
Please type the missing code. <!doctype html> < ________> < ________> < ________>My Page</title> </head> <body> <p>We sell toys for children</p> </body> </html>
html head title
Which of the following are legitimate protocols for the internet?
http rss sftp ftp
Which of the following is used only once in a document and identifies a unique element in a document?
id
Which of the following is an empty element and does not have a closing tag?
img
Which of the following file names will allow your web site to open automatically?
index.html
The Distributed Name Service
is a mapping service for IP numbers made finding another computer in the internet simpler HTML markup was based on an existing markup language called?
li
listed item
HTML5 added a new tag for the menu items. Please complete the missing code for this menu bar. < __________ Home | About Us | Store < __________
nav> /nav>
ol
ordered list
What element displays white space exactly as it is typed and uses a mono-spaced font family?
pre
Which files and folders can be accessed using "videos/" as the first part of the href?
quicktime.html media.html quicktimemovies folder flashvideos folder
Which of the following is NOT a way to specify the white in CSS?
rgb(FF,FF,FF)
Which of the following is an attribute?
src
Which of the following would force a link to open in a new window when clicked?
target="_blank"
Which of the following CSS rules would center your text?
text-align: center;
Which of the following are valid for the text indent property?
text-indent: 30px text-indent: 2em text-indent: 6em text-indent: 25%
Complete the following HTML code for creating a link to the page titled "recipes.html" that is in a folder called "thanksgiving": <a href="__________ /___________ ">Recipes</a>
thanksgiving recipes.html
Please type the missing code. <html> <head> < ____________> Movies from the past. </___________ > </head> <body> <p>We sell toys for children</p> </body> </html>
title title
ul
unordered list