SDA Practice Review 2

¡Supera tus tareas y exámenes ahora con Quizwiz!

<th>

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

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?

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? a. <map name="products" shape="circle" coords="75, 90, 34" href="products.html" alt="company products">

<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.

Which HTML5 code is best for embedding video?

alt

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

The name attribute

Which attribute of the form field tags (<input>, <textarea>, etc.) is used to organize the user information into the name=value pairs so that it can be sent to the processing script on the server?

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

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?

http://jigsaw.w3.org

Which tool is used to validate CSS?

A GUI editor

Which type of software application allows web designers to edit and validate source code as well as preview a webpage in multiple web browsers?

http://validator.w3.org

Which web-based tool should be used to validate HTML files?

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?

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

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

Colton 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>

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

Use the validation tool that is built-in to the GUI editor.

Alena is coding a Web site using a GUI editor. She wants to be able to quickly check her code for errors and ensure that it complies with the HTML standard. What should she do?

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

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

Any CSS standard

Bela is creating a website using the HTML5 standard. She plans to use CSS but is unsure of which CSS standard HTML5 supports. Which CSS standards can she use?

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?

href

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

../images/bg.jpg

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

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?

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?

test webpages in the most common browsers, including current and older versions.

To ensure cross-platform compatibility and functionality web developers should validate their webpages and:

limited to the browsers installed on their computer or device.

When previewing a webpage using a GUI HTML editor, web designers are:

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? a. blue


Conjuntos de estudio relacionados

Tylenol (acetaminophen) brand name (generic name)

View Set

Chapter 22 Quiz: Spring 2021 BIO-215-OL-A: Nutrition

View Set

Hard and Fast Rules: Quotation Marks Practice Answers

View Set