NEW
Font size
WorksheetsSDA Test Review
Total questions: 30
Worksheet time: 23mins
Amy is a freelance website developer that was hired to redesign and update the website for Publix, a grocery store. The site currently has 32 pages and the company wants Amy to launch the website in just four weeks. Amy plans to rewrite most of the code so that it is HTML5 compliant. She is concerned that she will not have enough time to develop and test the website, so she needs to complete the website planning and select the images for the website within the next 4 days. What should she do to acquire all of the images she will need?
Hire a photographer to take pictures of the Publix grocery products.
Purchase stock photos of groceries from online resources.
Download images of groceries from Google.
Take pictures of the Publix products herself.
What does a royalty-free license allow you to do when using stock images on a website?
Use the images without paying a fee for each use.
Takeover copyright of the images.
Resell the images without paying a fee.
Use the images without requesting the owner’s permission.
Which of these actions is unethical?
Creating a link on your website to another website after obtaining the owner's written permission.
Creating new CSS and HTML that looks similar to the code used on another website.
Copying the CSS and HTML from another website.
Using images from another website after obtaining the owner's written permission.
Katie wants to use the latest version of HTML on her website. Which document type declaration should she use?
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”>
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 3.2 Final//EN”>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml/xhtml1-strict.dtd”>
<!DOCTYPE html>
Russ created a web page that has image-based navigation. He also wants to add text-based navigation to help ensure accessibility. What HTML5 tag should he use?
<table>
<footer>
<article>
<header>
Each team member of a web design team is required to leave a comment in the page to let other developers know when the page was last modified. Which line of code will I use to create a comment?
/* Last modified 12-14-18, Genesis Heising. */
<!-- Last modified 12-14-18, Genesis Heising -->
<? Last modified 12-14-18, Genesis Heising. ?>
# Last modified 12-14-18, Genesis Heising. #
Tammi is developing a website in HTML5. She wants the new HTML5 structural elements to be styled consistently in all browsers. She knows that she needs to create each element using JavaScript and add a CSS rule to set the element type to ensure that the site will render successfully in older web browsers. The CSS rule should be set to which element type?
script
fixed
block
inline
Mark needs to center and indent a quote on his company's webpage. What is the best way to do this using HTML5?
The style attribute with the <p> tag.
The align attribute with the <p> tag.
The <center> element.
The <blockquote> element.
Which of the following HTML elements is a text-level element?
<blockquote>
<br>
<li>
<head>
Why doesn't the following code validate as HTML5?
The second <p> tag is not closed.
The <article> tag is missing.
The <meta> tag is missing.
The <blockquote> tag should not be nested inside the <p> tags.
Consider the following code. Why doesn’t this code validate as HTML5?
Because HTML5 requires you to properly close the <img> tag
Because HTML5 requires the alt attribute to make image content accessible to all users.
Because HTML5 requires plugins to make picture render.
Because HTML5 requires a <p> tag inside a <blockquote> tag.
The HTML <input> tag can be written nested in the <form> tags to create form fields. Which attribute is used with the <input> tag to determine the type of field that will appear?
The method attribute
The action attribute
The type attribute
The name attribute
To ensure cross-platform compatibility and functionality web developers should validate their web pages and
test webpages in standards-compliant browsers only.
test webpages in the most common browsers, including current and older versions.
test webpages in the latest version of each major web browser.
test webpages in the most popular web browser according to the target audience.
Which web-based tool should be used to validate HTML files?
http://www.vischeck.com
http://jigsaw.w3.org
http://validator.w3.org
http://www.cynthiasays.com
Which versions of CSS does HTML5 support?
Any CSS standard
CSS 1 and CSS 2 standards only
CSS 3 and CSS only
The CSS 3 standard only
What is the order of precedence for CSS?
External styles override all others
External styles override embedded styles
Embedded styles override inline styles
Inline styles override all others
Matt wrote the following HTML and CSS code for his web site. Where on the web page does the background display?
At the top, right of the header
At the left of the header
At the right of the header
At the top, center of the header
Julie is redesigning the website for Palm Beach Schools. She plans to set her styles using RGB colors and wants to use pure green. What color code will she use?
0, 255, 0
#00FF00
0, 0, 255
#00FFFF
What is the name for the set of standards created by the Web Accessibility Initiative (WAI) that promote accessibility for all web users, including those with disabilities?
Section 508 of the Rehabilitation Act
Americans with Disabilities Act
Web Content Accessibility Guidelines
User Agent Accessibility Guidelines
The use of an HTML standard on a website ensures that elements and markup are universal and that pages will render properly in any web browser that visitors use. Which organization creates and manages the HTML standards?
WAI
W3C
ISO
ICANN
What type of intellectual property should be used to protect documents such as business plans and sales contracts?
copyright
trade secret
trademark
non-disclosure
Which of the following statements best describes the difference between a mobile website and mobile app?
A mobile website is faster because it uses the mobile phone's default browser.
A mobile website cannot create an immersive experience for users.
A mobile app can be used on any operating system.
A mobile app is faster because it does not necessarily use the browser.
Sierra is changing an existing web page that needs to validate as HTML5. Which code would she put inside the <map> </map> tags to create a rectangular hot spot for an image map that links to a web page called "www.cats.com"?
A
B
C
D
Daniella wrote the following HTML, but the video does not render properly in the browser. Why?
The <file> tag is not closed.
The <file> tag should be a <source> tag
HTML5 does not support the webm video format.
The alternate text for the <video> tag is not set.
Which HTML5 code is best for embedding video?
A
B
C
D
Why of the following represents a correctly coded circle-shaped hot spot for an image map?
A
B
C
D
Which attribute is used with the HTML <area> tag to create a hot spot for an image map?
name
rect
map
href
Will was asked to create a webpage for a company's Intranet site that compares the company's four different medical insurance plans. What should he do to accomplish this?
Use JavaScript to layout the webpage and use a table to organize the medical insurance plan information.
Use a table to layout the webpage and use the <pre> tag inside the table to organize the medical insurance plan information.
Use CSS to layout the webpage and use the <pre> tag to organize the medical insurance plan information.
Use page structure tags to layout the webpage and use a table to organize the medical insurance plan information.
In HTML 4.01 webpages were structured with the <div> tag and id attribute and CSS style sheets. HTML5 introduced five new elements that are intended to structure a webpage. What are those elements?
<head>, <footer>, <nav>, <article>, and <sidebar>
<header>, <footer>, <nav>, <body>, and <sidebar>
<header>, <footer>, <nav>, <article>, and <aside>
<head>, <foot>, <nav>, <body>, and <aside>
James was hired to determine why the Palm Beach County Schools website does not receive much traffic. As James speaks with the company's stakeholders he determines that the site did not have a purpose and was not set up for the company's audience. What type of document should James recommend that the company create before redesigning the website?
storyboard
html
list
wireframe
