SDA Review 4

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

mobile website

Carlos wants to establish a mobile presence for his company's website. What should he do to ensure that he offers a mobile-friendly content to the largest possible audience?

<header>, <footer>, <nav>, <article> and <aside>

In earlier versions of HTML, 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?

<footer>

Jacob created a webpage that has image-based navigation. He also wants to add text-based navigation to help ensure accessibility. What HTML5 tag should he use?

Use ample whitespace to give the impression of an uncluttered website.

Jamie's boss instructed her to create a mobile website. First, Jamie eliminated all of the websites banners and advertisements. What should she do next?

Comply with WAI's Web Content Accessibility Guidelines

Kazuki was asked to design and develop a website whose target audience will primarily be elderly. What should he do to ensure that the website is accessible?

<th>

Laila is creating a table to compare the price of various web design packages that customers on her e-commerce website can purchase. She wants to create table cells with the name of each package that are centered both horizontally and vertically. Which HTML tag should she use?

Update the website so that it uses a single HTML standard on all webpages.

Mia created her company's Intranet site using proprietary HTML. The company recently updated it software and has mandated the use of a new web browser. The Intranet site that Mia developed no longer renders its content consistently. What should she do to ensure that the websites content renders consistently regardless of which browser is used?

A paragraph-level element

Mikalet is creating a website for his company's Intranet. He needs to create a heading at the beginning of the content on each webpage. Which type of HTML element will he use for this task?

To conform to single W3C HTML standard.

The Musthave Shoe Company recently learned that its customers have had difficulty using its website because it does not render correctly in their web browsers. The Musthave Shoe Company has a team of four website developers who work on the company's website. When examining the website the developers discovered that each person used the code he or she was most familiar with. How should they edit the code to correct this problem?

../images/bg.jpg

Than needs to link to embed an image that is in a direction named "images" that is one level higher than the webpage that she is currently editing. What source code will she use?

W3C

The use of an HTML standard on any website ensures that markup and elements are universal and that pages will render properly in any web browser that visitors use. Which organization creates and manages the HTML standards?

The <form> tag needs the action attribute

The web form on the Wikiliki Cafe website will not process. The <form> tag includes the method attribute but something is missing. What?

<map name="products"> <area shape="circle" coords="75, 90, 34" href="products.html" alt="company products"> </map>

Which HTML code correctly defines a circle-shaped hot-spot for an image map?

<video width="640" height="480" controls="controls" poster="image.jpg"> <source src="video.mp4" type="video/mp4" /> <source src="video.web" type="video/webm" /> <source src="video.ogg" type="video/ogg" /> The video cannot be displayed at this time. </video>

Which HTML5 code is best for embedding video?

alt

Which attribute is required for all <img> tags on a webpage to validate as HTML5?

<link rel="stylesheet" type="text/css" href="styles.css">

Which code should a web developer use to attach an external CSS Style Sheet to an HTML webpage?

<p style="text-align: center">This is centered text.</p>

Which code should be used to center a paragraph of text?

<br>

Which of the following HTML elements is a text-level element?

<meta>

Which of the following HTML tags is used to specify a webpage character set?

Web Content Accessibility Guidelines

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?

Inline styles override all other styles.

What is the order of precedence for CSS?

Determining website goals, outlining the development process and site navigation, and identifying required technologies.

Which of the following are parts of a wireframe?

A mobile app is faster because it does not necessarily use the browser.

Which of the following statements best describes the difference between a mobile website and mobile app?

Copying the CSS and HTML from another website.

Which of these actions is unethical?

<article>

Which tag should be used to structure the main content of a webpage?

http://jigsaw.w3.org

Which tool is used to validate CSS?

Text editor

Which type of editor requires some knowledge of HTML programming in order to use?

Create local relative links to the files.

Your company's intranet site is not able to link to the company's file server for security reasons. Your boss wants to provide links to forms on the company's file server to the company's intranet site. You know that you will need to upload the forms to web server that hosts the company's intranet site. What else should you do?

<blockquote> element

Yuri needs to indent and center a quote on his company's webpage. What style attribute or element is the best way to do this using HTML5?

<ul>

What HTML code should Carlos use to create a bulleted list?

The type attribute

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?

Use page structure tags to layout the webpage and use a table to organize the medical insurance plan information.

Abdul was asked to create a webpage for his company's Intranet site that compares his company's four different medical insurance plans. What should he do to accomplish this?

#000000

Alejandra is creating a style sheet to format the pages on her company's website. One section will have a light green background with black text. Which hexadecimal reference will Angelica use to specify the text color for this portion of the webpage?

<area shape="rect" coords="10, 10, 75, 120" href="http://www.jerseys.com" alt="Jerseys" >

Alkerriea is modifying an existing Web page that needs to validate as HTML5 code. Which code would he nest inside the <map></map> tags to create a rectangular hot spot for an image map that links to the webpage "http://www.jerseys.com?

stakeholders

At an initial website planning meeting, whose input should be considered?

HTML5 requires the alt attribute to make image content accessible to all users.

Consider the following HTML code: <blockquote> Summer Sun Day Camp was the best experience my son has had in his life! <img src="images/joey.jpg" /> </blockquote> Why doesn't this code validate as HTML5?

<-- Last modified 4-21- 2015, Harrison Monroe. -->

Harrison is working with a team of developers at the Steel Plate Mail Company. Each team member is required to leave a comment in the page to let other developers know when the page was last modified. Harrison's comment will look like which of the following?

href

In order to create a hot spot for an image map, which attribute is used with the HTML <area> tag?

trade secret

In order to protect documents such as business plans and sales contracts, what type of intellectual property should be used?

A storyboard

Jorge was hired to determine why his company's website does not receive much traffic. As Jorge 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 Jorge recommend that the company create before redesigning the website?

To ensure that the website can be rendered by all standard compliant web browsers and mobile devices.

Juan has been hired by The Kennesaw Foundation to update their website. He discovers that the existing webpages were structured using tables and needs to explain to The Kennesaw Foundation why the website needs to be rewritten using HTML5 with CSS to control the structure of the webpages. What is the most important reason for doing this?

0, 255, 0

Julie is redesigning the website for Kimber's Dance Studio. She plans to set her styles using RGB colors and wants to use pure green. What color code will she use?

<!DOCTYPE html>

Lenora wants to use the latest version of HTML on her website. Which document type declaration should she use?

The <file> tag should be a <source> tag.

Lissette wrote the following HTML code but it does not render in the browser correctly. Why? <video width="640" height="480" controls="controls"> <file src="video.web" type="video/webm"> The video could not be displayed. </video>

At the top, left of the header

Nu Yin has wrote the following HTML and CSS code for his website. <header> <h1>HiLo Store</h1> <img src="images/logo.jpg" width="100" height="75" alt="HiLo Store Logo" /> </header> header { background: #333333 url(header_bg.gif) repeat-x top left; height: 100px; width: 100%; } header img { float: left; } Where on the webpage does background display?

block

Vicki 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?

infringment

Violating a trademark or copyright is an example of?

Use the images without paying a fee for each use.

What does a royalty-free license allow you to do when using stock images on a website?

<table> tag

When structuring a webpage, which tag will cause it to fail validation regardless of the HTML standard that is being used?

To explain the purpose of code sections to other developers.

Why are comments included by web developers in their code?

<blockquote> tag should not be nested inside the <p> tags

Why doesn't the following code validate as HTML5? <!DOCTYPE html> <html> <head> <title>Favorite Movie Quotes</title> <link rel="stylesheet" href="css/styles.css" /> </head> <body> <p>This Web site is devoted to my favorite movie quotes.</p> <p>CAPTAIN (Strother Martin) in Cool Hand Luke (1967) <blockquote>"What we've got here...is a failure to communicate."</blockquote> </p> </body> <html>

blue

You are writing the CSS to format your web pages. For the page background color you enter the hexadecimal code #0000FF. What color will the page background be?


Ensembles d'études connexes

Ch. 37 Management of Patients with HIV infection and AIDS

View Set

GS ECO 2301 CH 12 Aggregate Expenditure and Output in the Short Run

View Set

Holt, Electricians Exam Prep, Unit 7

View Set

Lesson 6 Estructura 6.2 Indirect object pronouns Audio

View Set