Quick link to menu (Bottom of page)
Select the best answer to the questions below. JavaScript required!
1. What do the letters HTML stand for?
Hypertext marketing lingo Hypertext markup language Hypertext markup lingo Hypertext media linguistics
2. What is HTML?
A way to mark up text A high level programming language A low level programming language A cousin of C++
3. What are the two basic parts of the HTML document?
Head and title Head and body Title and body Body and table
4. The three types of tags used in HTML documents are
Container, Clear, Document Container, Empty, Document Container, Empty, Page Empty, Document, Holder
5. Ordered lists are displayed as
Bulleted lists Plain lists Random lists Numbered lists
6. A kind of link used for sending e-mails is
Mailer Mailing Mailto Mailme
7. We can connect to pages on other web sites using
Mail links New links Hypertext links Reference links
8. We can display data or organize page layout using
Check boxes Links Tables Text
9. An input type that holds a single line of text is a
Check box Radio button Menu Text box
10. The input type that allows multiple selections is the
Check box Radio button Password Text box
11. The input type that allows the user to select one and only one option is a
Check box Radio button Textarea Text box
12. The input type that uses the <SELECT> tag is the
13. The purpose of the RESET button is to
Send the form data to the server Send the form data to a file Send the form data to the user Reset all entries to their default values
14. To the user, <input type="submit" value="Send the data"> looks like
A button that says "Submit" A button that says "Send the data" A button that says "Submit query" A hypertext link that says "Submit"
15. The <Input> tag specifies
The type of input we will accept from the user The type of input we will accept from the server The type of link we will use The type of message we will send the user
16. A FORM consists of which two parts?
Head and body HTML and body Tag and head Form and script
17. The FORM METHOD has two possible values:
GET and POST GET and SENT RECEIVE and POST RECEIVE and SEND
18. The FORM ACTION is the
Address to the user completing the form Address to the script that will process the form Address to the author of the form Address to the webmaster
19. <A HREF="AnyPage.html"> is a link to
Link to another server in cyberspace Text box Link to a page in an unknown location called HREF Link to a page in the current web site called "AnyPage.html"
20. A list that displays as a bullet list is a(n)
Ordered list Unordered list Unorganized list Bullet list
Home Return to Learn-A-Little Home Page. Start Tutorial Begin the HTML Tutorial. Test Yourself! Take the test to see how you did! Feedback Send me feedback on your learning experience. About Learn-A-Little About this site. Site Map Can't find what you're looking for? Look here.
Find books on HTML