C779 PRACTICE TEST D QUESTIONS AND ANSWERS
As you develop Web documents, which of the following should you always keep in mind
to ensure your pages will render properly in user agents? - Answers - Adopt a single
W3C standard and apply it consistently throughout your document.
Consider the following HTML code:
<blockquote>
uCorp subwoofers will blow you away!
<img src="products/speaker.png" alt="Buy a uCorp subwoofer today!"
style="float:right"/>
</blockquote>
Where on the page will the image appear? - Answers - To the right of the text
Consider the following HTML code:
<tr>
<td>Bill Gates</td>
Also consider the corresponding CSS document code:
tr
{
vertical-align:top;
}
What does this code indicate about the text "Bill Gates?" - Answers - The text "Bill
Gates" is vertically aligned to the top of the cell.
The marketing department wants to communicate with the customers regarding the
significance of their company logo and wants to publish this significant information on
the company's Website. Why it is necessary to publish such information? - Answers -
Because publishing this information ensures continuing brand recognition
Your company's intranet Web server has crashed. You must help re-create the server. A
server administrator has copied a script from last night's backup tape. The server is an
exact duplicate of the server that just crashed. However, this script will not process
information on the new server. What is most likely the problem on the server? - Answers
- Executable permissions have not been set correctly.
You are embedding audio in your Webpage and want to specify that the audio file
should play immediately upon loading. Which attribute is needed to accomplish this? -
Answers - autoplay="autoplay"
When scanning images from a print source or importing pictures from a digital camera
for use on the Web, to what should you set the resolution in order to display the image
As you develop Web documents, which of the following should you always keep in mind
to ensure your pages will render properly in user agents? - Answers - Adopt a single
W3C standard and apply it consistently throughout your document.
Consider the following HTML code:
<blockquote>
uCorp subwoofers will blow you away!
<img src="products/speaker.png" alt="Buy a uCorp subwoofer today!"
style="float:right"/>
</blockquote>
Where on the page will the image appear? - Answers - To the right of the text
Consider the following HTML code:
<tr>
<td>Bill Gates</td>
Also consider the corresponding CSS document code:
tr
{
vertical-align:top;
}
What does this code indicate about the text "Bill Gates?" - Answers - The text "Bill
Gates" is vertically aligned to the top of the cell.
The marketing department wants to communicate with the customers regarding the
significance of their company logo and wants to publish this significant information on
the company's Website. Why it is necessary to publish such information? - Answers -
Because publishing this information ensures continuing brand recognition
Your company's intranet Web server has crashed. You must help re-create the server. A
server administrator has copied a script from last night's backup tape. The server is an
exact duplicate of the server that just crashed. However, this script will not process
information on the new server. What is most likely the problem on the server? - Answers
- Executable permissions have not been set correctly.
You are embedding audio in your Webpage and want to specify that the audio file
should play immediately upon loading. Which attribute is needed to accomplish this? -
Answers - autoplay="autoplay"
When scanning images from a print source or importing pictures from a digital camera
for use on the Web, to what should you set the resolution in order to display the image