Summer Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: exc65

Which HTML validator is best for a final check before a new Web site is published?

A.

GUI HTML editor’s validator

B.

Your browser’s add-on validator

C.

W3C validator at http://validator.w3.org

D.

W3C validator at http://jigsaw.w3.org/css-validator/

Katie developed her corporation’s intra net site using proprietary HTML language extensions based on the company’s current browser. The company has recently updated its systems to include the use of a new browser. Now the intra net site that Katie developed no longer renders its content consistently. What should Katie do to ensure that this site’s content renders consistently regardless of the browser used?

A.

Revise the site to include workarounds and hacks for the new browser.

B.

Revise the site’s markup language in only those areas that are not rendering properly.

C.

Update the site using a single language standard consistently, such as HTML5 or XHTML.

D.

Update the site using the proprietary language extensions required by the new browser’s rendering engine.

Clyde is working on a Web page for his company’s intranet. He wants to insert an HTML comment within the page to let other developers know that the page validates as HTML5 and that he is the page author. Which line of code will insert the comment that Clyde requires?

A.

// Clyde Davis, 9/17/2012. This code validates to HTML5

B.

C.

/*Clyde Davis, 9/17/2012. This code validates to HTML5 */

D.

You are developing a Web site in HTML5. You want the new HTML5 structural elements (such as

or
) to be styled consistently in all browsers. You must add a CSS rule that will change them to which element type, to ensure the site will render successfully?

A.

Inline

B.

Script

C.

Fixed

D.

Block

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

A.


B.

C.

D.

Which Web-based validation tool is used to validate HTML documents?

A.

www.vischeck.com

B.

www.jigsaw.w3.org

C.

www.validator.w3.org

D.

www.cynthiasays.com

You are modifying an existing Web page that needs to validate as HTML5 code. To create a rectangular hot-spot in an image map that links to www.xyz.com, which code would you nest inside the container tags?

A.

href="http://www.xyz.com" alt="xyz"

B.

href="www.xyz.com" alt="xyz" / >

C.

href="http://www.xyz.com" alt="xyz" / >

D.

href=http://www.xyz.com / >

When a developer wants to center a paragraph of text, which code should she use?

A.

This is the text to center

B.

This is the text to center

C.

This is the text to center

D.

This is the text to center

During the initial meeting to plan a new Web site, whose input must be obtained?

A.

Shareholders

B.

Stakeholders

C.

Web developers

D.

Graphic designers

Consider the following HTML5 code:

The code does not validate as HTML5. Why?

A.

The

tag is missing.

B.

The tag and its attributes are missing.

C.

The

tag should be used outside the

tags.

D.

The !DOCTYPEdeclaration is missing a reference to the Document Type Definition (DTD).