|
|
CS331 HTML Programming
Review for First Quiz
- What is the World Wide Web?
- a new way for Bill Gates to make money
- the remnants of an old Cold War computer system
- the way to access games before they hit the stores
- a network of computers that can be accessed from home or work
- Web browsers
- allow us to spy on computer systems
- look at computers for diagnostics
- eat the grass, but don't bother the spiders
- are web document readers
- URL stands for
- Unnecessary Roughness Limitation
- Unusual Radio Lingo
- Ulysses R. Lincoln, last scandal of the Civil War
- Universal Resource Locator
- What is another valid definition for URL?
__________________________________________________
- Browsers can access all of these except
- text pages on the web
- video files on the internet
- live sound files from radio stations
- Jim Kirk's address book
- Write a short definition for each term.
- web page
__________________________________________________
- web site
__________________________________________________
- web presentation
__________________________________________________
- home page
__________________________________________________
- What are each of these protocols for?
- HTTP
__________________________________________________
- gopher
__________________________________________________
- mailto
__________________________________________________
- FTP
__________________________________________________
- Explain what each of these tags are for:
- <A>
__________________________________________________
- <HEAD>
__________________________________________________
- <H1>
__________________________________________________
- <TITLE>
__________________________________________________
- <UL>
__________________________________________________
- <OL>
__________________________________________________
- <LI>
__________________________________________________
- <HTML>
__________________________________________________
- Name two tags that are modified in the XHTML standard to be self-closing:
__________________________________________________
__________________________________________________
- Name two name brand browsers and the companies associated with creating
them:
__________________________________________________
__________________________________________________
- In order to link to a specific paragraph in a document you must use
- the <P> tag
- the <LINK> tag
- the NAME option in the <A> tag
- the <JUMP> tag
- What are the three main parts of an HTML page, according to Chapter
3?
__________________________________________________
__________________________________________________
__________________________________________________
- The storyboard technique is for
- planning web sites
- putting children to bed
- getting publishing approval for web sites
- retelling the legends of the lumber people
- A diagram of a site that goes from A to B to C without deviation is
said to be
- linear
- hierarchical
- optional
- web based
- Assume that you are going to create the list from the question above.
What tag set must be used to create it? What option must be used and
what value must it be given?
__________________________________________________
__________________________________________________
- How do you create a remark in an ordinary HTML file? How do you make
the remark continue for several lines?
__________________________________________________
__________________________________________________
- Write the code that would create a relative link to jump from the
current page to a page called "page2.htm". Use the phrase "link to page
2" as the text that the user should click.
__________________________________________________
__________________________________________________
- Why are absolute links sometimes necessary to use instead of relative
links?
__________________________________________________
__________________________________________________
- What is included in the URL for an absolute link that goes across
the Internet which is not included in a relative link?
__________________________________________________
__________________________________________________
|