national certification
Which <form> element attribute and value is considered to be the most secure when sending data? -
✔✔✔method="post"
In which of the following formats are image layers supported? - ✔✔✔PNG
For the purposes of Website development, which of the following is an essential characteristic of a test
server? - ✔✔✔It must have the same configuration as the "live" server.
Which of the following costs should be considered when providing your own Web server instead of
using a cloud service provider or an Internet Service Provider (ISP)? - ✔✔✔A hardware and software
support technician
Consider the following HTML code:
<ul>
<li> Administrators </li>
<li> Programmers </li>
<li> Designers </li>
<li> Writers </li>
</ul>
How will the words Administrators, Programmers, Designers and Writers appear on a Webpage when
displayed in a browser? - ✔✔✔As a list of bulleted items
Which of the following is a valid HTML reference to a CSS file? - ✔✔✔<link rel="stylesheet"
type="text/css" href="syb/syb.css" title="stylesheet"/>
GUI editors whose functionality is usually limited to creating individual Webpages are known as what? -
✔✔✔Page editors
, Your Web team has recommended a development environment that will make the site appear more
attractive. However, it requires all site users to first download a browser plug-in. Which choice lists the
affecting factors your team should consider before implementing this development environment? -
✔✔✔Inconvenience to the user, cost, and audience limitation
Infringement is a violation of a copyright or trademark. Copyright and trademark infringement are
punishable crimes. Which of the following would constitute an act of copyright infringement? -
✔✔✔Your company posts on its site sample questions from another company's industry-certification
exam to help students study for the exam.
Consider the following code:
<a id="targetArea1">
<h1>FAQ</h1>
</a>
Which of the following lines of HTML code will create a link to the text that reads "FAQ"? - ✔✔✔<a
href="#targetArea1"> Top of the FAQ </a>
Which is a technology that resides on a server and receives Web form data from the browser, then
processes the data into human-readable format? - ✔✔✔CGI
Which of the following is used in many programming languages to help end an infinite loop? - ✔✔✔A
break statement
Consider the following HTML code from a page that resides on a Web server:
<a href="/pages/index.html">uCorp</a>
According to this code, where does the file named index.html reside on the server? - ✔✔✔In the
"pages" directory, which resides off of the server's root directory