You are on page 1of 3

1. What tag will have the information that will appear in the title bar of the Web Page?

2. There is something wrong with the following html code. Rewrite to make it correct 3. <html><head><title> My first Website</title></head><body><html>

4. HTML code always starts with what important tag? 5. This tag < P > creates a new what? 6. Which basic tag/s sets off the title and other information that isn't displayed on the web page itself? 7. What formatting tag/s creates a bulleted list? 8. What text tag/s creates the largest heading? 9. What does this formatting tag do? <b></b>

10.True of False. There are more than one version of HTML. 11. How many attributes appear in the following html code? <img src="myimage.jpg" alt="top image" width="400" height="200"> 12.True or false: If you put a <title> tag in the body section of your page, it will appear in bold, large print at the beginning of your page. 13.True or false: HTML tags are case-sensitive 14.What does the "body" tag mean? a..where tables are located b. part of the title c. where you see text on the web page A. both a and b B. both a and c C.both b and c D. all of the above 15.True or False. HTML uses markup tags to describe web pages 16.True or False. The text between <html> and </html> describes the web page 17.True or False. The text between <body> and </body> is the visible page content 18. What does HTML stand for? a. Hyperlinks and Text Markup Language b. Home Tool Markup Language c. Hyper Text Markup Language d. Hyper Tags Makup Language 19. Who is making the Web standards? a. World Wide Web Consortium b. Netscape c. Microsoft d. Consortium of Web Developers in the US

20. Choose the correct HTML tag for the largest heading a. <heading> b. <h6> c. <head=BIG> d. <h1> 21. What is the correct HTML tag for inserting a line break? a. <break> b. <lb> c. <br> d. <break=line> 22. What is the correct HTML for adding a background color ? a. <body color="yellow"> b. <background>yellow</background> c. <body bgcolor="yellow"> d. <bgcolor="FFFFFF"> 23. What is the output of this HTML code? <ul> <li>Coffee</li> <li>Milk</li> </ul> a. Coffee Milk

2. The <br> tag is used when you want to end a line, but don't want to start a new paragraph a. Statement 1 is true while statement 2 is false b. Statement 1 is false while statement 2 is true c. Both statements are true d. Both statements are false 26-27 An HTML file is divided in 2 sections. What are these? 28. True or False.Browser will recognize html code whether you type it in all caps or in small letters or in a mixture of both 29. Which of these tags are all <table> tags? a) <table><head><tfoot> b) <table><tr><tt> c) <table><tr><td> d) <thead><body><tr>

b. Coffee Milk

oc. Coffee o Milk

1. Coffee 2. Milk

24. Are the most common kinds of lists, perfect for explaining step by step instructions or for giving an outline for a larger document.

a. Unordered lists b. Ordered lists c. Nested lists d. Definition lists

30. Which program do you need to write HTML? a) Any text editor b) HTML-development suite 4 c) A graphics program d) None of the above 31. What is the proper opening/closing code tag for a numbered list? 32. What does the TITLE attribute do? a) allows you to add a comment in your code b) allows you to use an alternative image for a picture swap c) allows you to add an tooltip text description about an image when you place the mouse over the image d) allows you to add an alternative hyperlink

25. Read the following statements. 1. <h1></h1> tag defines the largest heading

33. Use <tr> and </tr> to add what to your tables? 34. Use <td> and </td> to add what to your tables? 35-37. When making bulleted lists you have what options ? 38. colspan=n can be added to only what tag? 39.. To create a list using lowercase letters use ? a) <ol type="a">

b) <ol "a"> c) <ol letter="a"> d) None of the above 40. What does the following code do: <u><a name=text></a>text</b></u>? a) Only underlines text b) Create an anchor and underline text c) Create an anchor and italicize text d) Create a link and underline text

You might also like