- Windows Explorer is:
Your answer:
An Internet browser;
An Icon;
A file management system;
An operating system;
- Right clicking with the mouse while pointing at a section of the desktop or folder
Your answer:
Copies the file or desktop item;
Does nothing; you need to left-click;
Drags and drops;
Calls a context-sensitive menu related to the item selected;
- Identify the correct CSS code:
Your answer:
Font {Comic Sans MS, Verdana, Arial, sans-serif; color:blue;}
p {font-family: Times New Roman, Garamond, serif; color:blue;}
.small {font-family: Comic Sans MS, Verdana, Arial, sans-serif; color:blue; font-size: 10pt;}
b and c above
- Identify the correct HTML code:
Your answer:
<ul><p></p></ul>
<hr width=”50%”>
<font-family=” Comic Sans MS, Verdana, Arial, sans-serif”>Butter</font-family>
<a href= “html://www.google.com”>
- Identify the absolute anchor:
Your answer:
<a href=”pan/devida.htm”>
<a href=”/pan/devida.htm”>
<a href= “../pan/devida.htm”>
<a href= “http://www.google.com/pan/devida.htm”>
- Identify the correct anchor code to a file one level up from the currently active file:
Your answer:
<a href=”/pan/devida.htm”>
<a href= “../pan/devida.htm”>
<a href= “http://www.google.com/pan/devida.htm”>
<a href=”pan/devida.htm”>
- Identify the correctly coded local anchor pairs:
Your answer:
<a href=”#top”>Back to Top</a> <a name=”bottom”>
<a href=top>Back to Top</a> <a name=top></a>
<a name=”top”> </a> <a href=”top”>Back to Top</a>
none of the above.
- Identify the proper nesting:
Your answer:
<table><tr><td><p></p></td></tr></table>
<table><td><tr><p></p></tr></td></table>
<em><strong>Welcome</em></strong>
all of the above.
- Identify the best tag for inserting an in-line image on a page:
Your answer:
<a href=”mom.html” name=”Pic of Mom”>Pic of Mom</a>
<img src=”mom.jpg”>
<img src=”mom.jpg” alt=”Pic of Mom”>
<a href=”mom.html”>Pic of Mom</a>
- Identify the clickable image:
Your answer:
<img src=”mom.jpg” alt=”Pic of Mom”>
<a href=”mom.html” name=”Mom”> <mg src=”mom.jpg” alt=”Pic of Mom”></a>
<a href=”mom.html”>Pic of Mom</a>
<img src=”mom.jpg”>
- When creating an XHTML document, it is best to use:
Your answer:
Strict DTD;
Transitional DTD;
Frameset DTD;
All of the above.
- To use an FTP account you need to know the following:
Your answer:
UserID, password;
Host Name/Address, userID, password;
Host Name/Address, userID, password, name of your files;
Password, name of your files and folders;
- The home page of your web site, that is, the first page to be displayed, must have the following name for most servers to properly display it when a user types in your URL:
Your answer:
main.html
home.html
myindex.html
index.html