questions with verified answers
A user is submitting data from a form on your Web page to a database using a CCI
script. Which attribute of the form field elements organizes the user's information
into NAME=VALUE pairs? Ans✓✓✓-Names
Acme Company has been receiving complaints from its suppliers saying that its
extranet site does not render correctly in all their employees' browsers. The
suppliers are asking that the extra net site to be fixed so that everyone can access
it, regardless of browser type. When examining this problem, the Acme Web
Development team finds that many developers worked on the site and each used
code that he or she was comfortable with. To resolve this problem, what can the
Acme developers do? Ans✓✓✓-Edit the code so that if conforms to a single W3C
HTML standard
Aisha is coding a Web site using a GUI HTML editor. She wants to quickly check
her code for errors and compliance with HTML standards as she works. How can
she best accomplish this? Ans✓✓✓-Validate the code using the GUI validator
Also consider the following CSS code: Ans✓✓✓-nav {
float: left;
width: 165px;
background: #fc3 url(navbg_04.gif) repeat-y top right;
height: 662px;
}
, 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? Ans✓✓✓-<!--Clyde Davis, 9/17/2012. This
code validates to HTML5 -->
Consider the following HTML5 code:
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Favorite Movie Quotes</title>
<link rel="stylesheet" href="css/styles.css" />
</head>
<p> This web site...</p>
<blockquote>What we are</blockquote>
</p>
</body>
</html> Ans✓✓✓-The <blockquote> tag should be used outside the <p> tags
Consider the following HTML5 code: Ans✓✓✓-<!--NAVIGATIONAL SIDEBAR -->
<nav>
<img height="129" src="syb/SYBSumRepCV.jpg" width="100" alt="Link to a PDF
file. Go to www.adobe.com to download Adobe Reader" />
<br/>
<br/>SYB