CS 101 FINAL EXAM Multiple Choice Option Fall 2007 Tu-Th 7pm class 1. What does HTML stand for? Hyper Text Markup Language Hyperlinks and Text Markup Language Home Tool Markup Language 2. Who is making the Web standards? Netscape The World Wide Web Consortium Microsoft 3. Choose the correct HTML tag for the largest heading

4. What is the correct HTML tag for inserting a line break?
5. What is the correct HTML for adding a background color? yellow 6. Choose the correct HTML tag to make a text bold 7. Choose the correct HTML tag to make a text italic 8. What is the correct HTML for making a hyperlink? NMU NMU http://www.nmu.edu NMU 9. How can you make an e-mail link? xxx@yyy 10. Which of these tags are all tags?
11. Choose the correct HTML to left-align the content inside a tablecell
12. How can you make a list that lists the items with numbers?
      13. How can you make a list that lists the items with bullets?
          14. What is the correct HTML for making a text input field? 15. What is the correct HTML for inserting an image? image.gif section and the section are correct The section The section 19. How do you create a function? function=myFunction() function myFunction() function:myFunction() 20. How do you write a conditional statement for executing some statements only if "i" is equal to 5? if i==5 then if i=5 then if i=5 if (i==5)