Cause all that matters here is passing the CIW 1D0-61B exam. Cause all that you need is a high score of 1D0-61B Site Development Associate exam. The only one thing you need to do is downloading Exambible 1D0-61B exam study guides now. We will not let you down with our money-back guarantee.
Q9. You can use the HTML <input>, <select> and <textarea> tags to create form fields in a Web page by placing them between the <form> /form> container tags. Which attribute is used with the <input> element to designate the fields that will appear in the form?
A. The type attribute
B. The name attribute
C. The value attribute
D. The action attribute
Answer: A
Q10. You are creating a style sheet to format your Web pages. For the page background color, you enter the hexadecimal code FF0000. What color will the page background be when you apply this style?
A. Red
B. Blue
C. Black
D. Green
Answer: A
Q11. Karen is the Webmaster for her company. Management would like to make the company’s intra net 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 Karen create these links?
A. Upload the forms to the Web server and create local relative links to the files.
B. Upload the forms to the Web server and create local absolute links to the files.
C. Upload the forms to the Web server and create external relative links to the files.
D. Upload the forms to the Web server and create external absolute links to the files.
Answer: A
Q12. Marion is formatting a simple Web page. She has been asked to create headings before the first and third paragraphs. To accomplish this most efficiently, which type of HTML elements should Marion use?
A. Text-level elements
B. Block quote elements
C. Fixed-width font elements
D. Paragraph-level elements
Answer: D
Q13. Web pages structured with which tag will fail W3C validation tests, no matter what standard is used?
A. <div>
B. <table>
C. <header>
D. <aside>
Answer: B
Q14. Which line of code instructs the browser to look for a directory named mysite that begins one level higher than the page you are currently viewing?
A. mysite/index.html
B. /mysite/index.html
C. ./mysite/index.html
D. http://www.mysite.com/index.html
Answer: C
Q15. Which code is best for embedding video into an HTML5 page?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: A
Q16. When the user clicks the Submit Query button on a form, the browser sends the information entered in the form to the Web server as a raw text string. The basic element of a raw text string is a name=value pair. A CGI script parses and formats the raw text string into a human-readable format. Which attribute of the form field elements organizes information input by the user into name=value pairs?
A. Type
B. Name
C. Value
D. Input
Answer: B