- Which of the following software programs enables you to work on Web pages?
Your answer:
Eudora Pro
FrontPage
CuteFTP
- How do you get Web pages placed on the Web?
Your answer:
By sending the page to the Web through ICQ chat
By using an FTP program such as WS-FTP or CuteFTP
By contacting your hosting company and sending them the page
- What is ALT text?
Your answer:
Describes the images on your page for those who surf with images turned off and for those with disabilities
The tag that lets you link to another page
The tag that lets you send an e-mail
- In this URL, http://www.yoursite.com/dogs/EnglishBulldogs.html, what is the name of the directory (which can also be called a "folder")?
Your answer:
EnglishBulldogs
dogs
yoursite.com
- In this URL, http://www.yoursite.com/cats/dogs/littledogs.html, what is the name of the Web page?
Your answer:
littledogs.html
yoursite.com
dogs
- In this URL, http://www.yoursite.com/cats/dogs/littledogs.html, what is the domain name?
Your answer:
cats
yoursite.com
littledogs.html
- Which of the following is the correct way of writing an e-mail tag on a Web page?
Your answer:
<A HREF="mailto:RobinN@acws.com">RobinN@acws.com</A>
<A HREF="sendmailto:RobinN@acws.com">RobinN@acws.com</A>
- If your server is case sensitive, if the name of your page is PineBelt.html, and if you want to place the page in the City directory, what is the correct path to that page?
Your answer:
http://www.yourwebsite.com/city/PineBelt.html
http://www.yourwebsite.com/city/pinebelt.html
http://www.yourwebsite.com/City/PineBelt.html
Any of these would work
- Where does the HTML "title" tag appear when viewing a page on the Web?
Your answer:
It doesn't appear on the page--it only appears in the search results
At the top of the browser screen after the logo
At the bottom of the browser screen.
- What is a Web browser?
Your answer:
A software program that lets you browse through files on your computer
A software program that lets you surf (or browse) the Web
- If you want to create a very simple, very basic Web page, which source code would you use? This code also makes it possible for you to display a basic Web page in your browser, without the benefit of a server or browser extensions.
Your answer:
JavaScript
HTML
ASP
CGI
- Where do META tags appear in the HTML of your page?
Your answer:
In the <head> section at the top of the page
At the very bottom of the page
- What are tables?
Your answer:
Rows and columns that divide Web pages up into logical sections and allow you to control the layout of Web pages.
The line that sometimes appears before contact information at the bottom of the page
Pop-up windows
- Which of these is NOT a browser?
Your answer:
Microsoft Word
Internet Explorer
Firefox
- Which is an example of a heading tag?
Your answer:
<A HREF="heading"</A>
<H1>
<heading>
- If you want to make "Lesson #4" a link on your Web page that links to your lesson4.html page, which is the correct way of doing it?
Your answer:
<A HREF="lesson4.html">Lesson #4</A>
<lesson4.html>Lesson #4
<A HREF="linkto:lesson4.html">Lesson #4</A>
- The body text of your page is the text that describes images on your page.
Your answer:
True
False
- The "B" tag adds a break between paragraphs.
Your answer:
True
False
- The entire Web page falls within (HTML) (/HTML) tags.
Your answer:
True
False
- Which of these are correct statements?
Your answer:
Internet Explorer is a browser that can be used to surf the Web.
An excellent way to find information on the Web is to use a search engine.
Two of the most popular features of the Internet are e-mail and the World Wide Web
All of the these