Exam Code: 1D0-61B (Practice Exam Latest Test Questions VCE PDF)
Exam Name: Site Development Associate
Certification Provider: CIW
Free Today! Guaranteed Training- Pass 1D0-61B Exam.
NEW QUESTION 1
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
Answer: C
NEW QUESTION 2
When establishing a mobile presence, which of the following offers mobile-friendly content to the widest possible audience?
- A. Traditional Web sites
- B. Mobile Web sites
- C. Mobile apps
- D. RSS feeds
Answer: B
NEW QUESTION 3
Prior to HTML5, structuring a Web site using style sheets with the <div> tag and its
,dattribute has been an acceptable practice to govern the document’s structure. With the emergence of HTML5, what five new elements were introduced for more effectiveness?
- A. <nav>, <article>, <aside>, <header>,<footer>
- B. <nav>, <header>, <footer>, <body>,<footnote>
- C. <nav>, <banner>, <article>,<header>,<footer>
- D. <nav>,<banner>,<body>,<footer>,<sideimage>
Answer: A
NEW QUESTION 4
Marion has been hired by a small business to determine why its Web site does not attract users. As Marion interviews different members of the company, she learns that when the site was first created, the external Web developer did not produce any documents specifying the basic requirements for the site. As a result, the site did not have a defined purpose and was notdesigned for the company’s audience. Additionally, the site navigation did not make sense froma users point of view. Marion considers this information, then she recommends that the company create which document?
- A. Wireframe
- B. Storyboard
- C. Marketing slideshow
- D. Non-disclosure agreement
Answer: B
NEW QUESTION 5
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
NEW QUESTION 6
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
NEW QUESTION 7
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
NEW QUESTION 8
Which choice lists the CSS standard(s) that HTNL5 supports?
- A. CSS3 standard only
- B. CSS2andCSS3standardsonly
- C. CSS1 and CSS2standards only
- D. All CSS standards (CSS1, CSS2 and CSS3)
Answer: D
NEW QUESTION 9
When a developer wants to center a paragraph of text, which code should she use?
- A. <p text-align=“center”>This is the text to center</p>
- B. <p“text-align: center”> This is the text to center</p>
- C. <p style=“text-align: center”> This is the text to center</p>
- D. <p style: text-align=“center”> This is the text to center</p>
Answer: C
NEW QUESTION 10
Consider the following HTML5 code:
Also consider the following CSS code:
This I-ITML5 and CSS code directs the sidebar background image to:
- A. displayat the top-right of the sidebar
- B. display at a height of 129 pixels
- C. display at the left of the sidebar
- D. display horizontally
Answer: A
NEW QUESTION 11
Marion has been hired by a popular national salon business to refresh its existing Web site and update it to valid HTML5 code. Money is not an issue, but time is. Marion is asked to complete the project within eight weeks. The site currently includes 10 pages and connects to a back-end database so that customers can sign in for a personalized experience. Marion suspects that most of the existing code will need to be replaced. Marion must ensure that she has 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 days. Which strategy should Marion use in the planning phase?
- A. Take pictures of the salons herself.
- B. Purchase stock photos from online resources.
- C. Hire a photographer to take pictures of the salons.
- D. Edit existing images of the salons to update them.
Answer: B
NEW QUESTION 12
Which choice lists the HTML5 elements that define the document structure for a Web page?
- A. <header>, <footer>, <nav>, <main>, <mainimage>
- B. <header>, <footer>,<banner>, <nav>, <article>
- C. <header>,<footer>, <nav>,<main>,<article>
- D. <header>,<footer>, <nav>, <article>,<aside>
Answer: D
NEW QUESTION 13
When developing a Web site, which of the following actions would be considered unethical?
- A. Borrowing music from another site with the owner’s written permission
- B. Creating new code that provides a look and feel similar to another site
- C. Linking your site to another site with permission
- D. Copying some code from another Web site
Answer: D
NEW QUESTION 14
Matthew has embedded a video in his Web page using the HTML5 video format. The video is not rendering properly. He asks Arlene to help determine the problem, so she reviews his code, which appears as follows:
What is wrong with this code?
- A. The ogg video format is not supported by HTML5.
- B. One of the video tag instances has not been properly closed.
- C. The browser plug-in information required to view the video is missing.
- D. The second instance of the <video> element should be replaced with the <source> element.
Answer: D
NEW QUESTION 15
Since the advent of HTML5, which choice accurately describes a difference between a mobile app and a mobile Web site?
- A. A mobile Web site is faster because it uses the mobile phone’s default browser.
- B. A mobile app is faster because it does not necessarily use the browser.
- C. A mobile Web site cannot create an immersive experience for users.
- D. A mobile app can be used on any operating system.
Answer: B
NEW QUESTION 16
You are developing a Web site in HTML5. You want the new HTML5 structural elements (such as <header> or <article>) 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
Answer: D
NEW QUESTION 17
Skylar has been asked by the HR Department to create a Web page for the company’s intra net site that compares the company’s four different medical insurance plans. To accomplish this effectively in HTML5, Skylar should:
- A. use document structure tags to lay out the page and use a table to organize the medical insurance plan information.
- B. use JavaScript to lay out the page and use a table within the page to organize the medical insurance plan information.
- C. use tables to lay out the page and use the <pre> tag inside the table to organize the medical insurance plan information.
- D. use CSS to lay out the page and use the <pre> element to organize the medical insurance plan information.
Answer: A
NEW QUESTION 18
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/
Answer: C
NEW QUESTION 19
You are creating a style sheet to format the pages on your company’s Web site. One section will have a black background with white text. What is the hexadecimal reference you would use to specify the text color for this portion of the Web page?
- A. “white”
- B. #000000
- C. #FFFFFF
- D. “255,255,255”
Answer: C
NEW QUESTION 20
When previewing a Web page using a GUI HTML editor, you will:
- A. Be limited to the default browser on your computer or device.
- B. Be limited to the browsers installed on your computer or device.
- C. Receive an error because GUI editors cannot preview pages in a browser.
- D. Be limited to two browser choices that are installed on your computer or device.
Answer: B
NEW QUESTION 21
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 <map> </map> container tags?
- A. <area shape="rectangle" coords="78, 0, 156, 75" href="http://www.xyz.com" alt="xyz"
- B. <area shape="rectangle" coords="78, 0, 156, 75" href="www.xyz.com" alt="xyz" />
- C. <area shape="rect" coords="78, 0, 156, 75" href="http://www.xyz.com" alt="xyz" />
- D. <area shape="rect" coords="78, 0, 156, 75" href=http://www.xyz.com />
Answer: C
NEW QUESTION 22
......
P.S. Easily pass 1D0-61B Exam with 56 Q&As prep-labs.com Dumps & pdf Version, Welcome to Download the Newest prep-labs.com 1D0-61B Dumps: https://www.prep-labs.com/dumps/1D0-61B/ (56 New Questions)