Sie sind auf Seite 1von 8

5.

What is the preferred way for adding a background color in HTML? <body background="yellow"> <body style="background-color:yellow"> <background>yellow</background>

15.

What is the correct HTML for making a checkbox? <checkbox> <input type="check" /> <input type="checkbox" /> <check>

16.

What is the correct HTML for making a text input field? <input type="textfield" /> <input type="text" /> <textfield> <textinput type="text" />

17.

What is the correct HTML for making a drop-down list? <list> <input type="list" /> <input type="dropdown" /> <select>

18.

What is the correct HTML for making a text area? <input type="textarea" /> <textarea>

<input type="textbox" />

What is your favorite primary color?<br> <input type="radio" name="fav_color" value="Red">Red<br> <input type="radio" name="fav_color" value="Blue" checked>Blue<br> <input type="radio" name="fav_color" value="Yellow">Yellow On your site, the question would look like this: What is your favorite primary color? Red Blue Yellow
1) Intrepret this statement: <strong>Michelle</strong> a) b) c) It makes Michelle strong It highlights Michelle as being strong It will print out Michelle in bold font

2) Tables can be nested (table inside of another table). a) b) True False

3) Which is correct? a) b) c) d) <b>Click Here<b> <strong>Click Here<strong> <b>Click Here</b> </strong>Click Here</strong>

4) Which of the following is a two sided tag? a) b) c) d) DT LI DD DL

5) The Browser applies the feature of a tag until it encounters_____tag. a) b) c) d) e) Quit Closing Exit Anti Deactivate

6) _______are the HTML codes that control the apearance of the document contents a) b) c) d) e) Tags Codas Slashes Properties Code

7) What are the genral syntax for inline image? a) b) c) src=img src=image img=file

d) e)

img src=file image src=file

8) An HTML_____takes text in one format and changes it to HTML code. a) b) c) d) e) Browser Editor Converter Processor Parser

9) To create a link to an anchor, you use the______property in A tag. a) b) c) d) Name Tag Link Href

10) HTML Tags are case sensitive. a) b) True False

11) Relative path make your hypertext links______. a) b) c) Portable Discrete Uniform

12) A_____structure starts with a general topic that includes link to more specific topics. a) b) c) Hierarchical Linear Mixed

13) Which of the following path is supported by HTML? a) b) c) Ralative Defererenced Absolute and Relative

14) You cannot designate an inline image as a hypertext link. a) b) True False

15) Because each computer differs in terms of what fonts it can display, each individual browser determines how text is to be displayed. a) b) True False

16) You do not have to connect to the internet to verify changes to a Web page on your computer. a) b) True False

17) You can combine structures e.g, linear and hierarchical. a) b) True False

18) What is HTML stands for? a) b) c) Hypertext Mailing List Hypertext Mark Language Hypertext Markup Language

19) What is the tag for an inline frmae? a) b) c) d) Iframe Inframe frame inlineframe

20) Within the MAP tag, you use the AREA tag to specify the areas of the image that will act as a hotspot. a) b) True False

21) Can you create an e-mail form with auto responder using form action method=mailto:youdomainname.com? a) b) Yes No

22) What is the most widely use e-mail form script? a) b) c) ASP PHP Perl CGI

d)

JSP

23) There are_____color names recognized by all version of HTML. a) b) c) d) 6 8 256 16

24) Software programs, like your Web browser, use a mathemathical approach to define color. a) b) True False

25) If you want to increase the font size by 2 relative to the sorounding text, you enter +2 in the tag. a) b) True False

26) What operator makes converts 00110011 into 11001100? a) b) c) d) ~ ! & |

27) The default statement of a switch is always executed. a) b) True False

28) H1 is the smallest header tag. a) b) True False

29) The page title is inside the____tag. a) b) c) d) Body Head Division Table

30) _____refers to the way the GIF file is saved by the graphics software. a) b) c) Dithering Interlacing Balancing

Das könnte Ihnen auch gefallen