CIW Exam Review Questions and
Answers 100% Pass
Paragraph-level elements - ✔✔You are formatting a simple Web page. You want to create headings
before the first and third paragraphs. To accomplish this more efficiently, which type of HTML elements
should you use?
Upload the forms to the web server and create local relative links to the files - ✔✔Karim is the Webmaster
for his company. Managements would like to make the company's intranet site more effective by
providing links to internal HR forms for all employees to access. These forms are currently stored on the
company's file server and are updated quarterly. For security reasons, the Web server does not allow
linking to the company's file server. How should Karim create these links?
<th> - ✔✔Which HTML element aligns content both horizontally and vertically to the center of the table
cell by default?
<!-- Orville Davis, 9/17/2012. This code validates to HTML5--> - ✔✔Orville is working on a Web page
for his company's site. He wants to insert an HTML comment within the page to let other developers
know that the page validates as HTML and that he is the page author. Which line of code will insert the
comment Orville requires?
Edit the code so that it conforms to a single W3C HTML standard - ✔✔The Whatits Company has been
receiving complains from its suppliers saying that its Web site does not render correctly in all their
employer's browsers. The suppliers are asking that the Web site be fixed so that everyone can access it,
regardless of browser type. When examining this problem, the Whatits Web Development team finds that
Emily Charlene © 2025, All Rights Reserved.
, 2|Page
many developers worked on the site and each used code that he or she was comfortable with. to resolve
this problem what can the Whatits developers do?
Alt - ✔✔Which <img> tag attribute is required in order for the HTML5 documents to validate without
error?
href - ✔✔the HTML ,area> tag, which defines the coordinates of an image map, uses which of the
following attributes?
Purchase stock photos from online resources - ✔✔Lisa has been contracted by a national home supply
business to refresh its existing Web site and update it to valid HTML5 code. Money is not an issue, but
time is. Lisa is asked to complete the project within ten weeks. the iste currently includes 200 pages and
connects to a back-end database so that the customers can sign in for a personalized experience. Lisa
suspects that most of the existing code will need to be replaced. Lisa must ensure that she plenty of time
for the testing phase so she needs to complete the planning phase, in which she selects the multimedia for
the site, within the next couple of days. Which stratedy should Lisa use in the planning phase?
0,0,255 (not hexidecimal) - ✔✔What is the RGB code for the color blue?
The action attribute of the <form> element - ✔✔Allen creates a Web form in HTML, but the data will not
process. He has a method attribute included in the <form> element. What is missing?
Display at the top right of the sidebar. - ✔✔<!--NAVGATIONAL SIDEBAR-->
<nav>
<img height="129" src=" syb/SYBSumReptCV.jpg" width="100" alt="Link to a PDF file. Go to
www.Adobe.com to download Adobe Reader." />
CSS code:
Emily Charlene © 2025, All Rights Reserved.