




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
JAVASCRIPT CIW Exam Questions and Answers Latest Graded A+
Typology: Exams
1 / 8
This page cannot be seen from the preview
Don't miss anything!





What does HTML stand for? a. What does HTML stand for? b. Hyper Text Markup Language c. Home Tool Markup Language d. Hyperlinks and Text Markup Language - โโb. Hyper Text Markup Language Who is making the Web standards? a. The World Wide Web Consortium b. Mozilla c. Microsoft d. Google - โโa. The World Wide Web Consortium Choose the correct HTML element for the largest heading: a. b. c. d. - โโa. What is the correct HTML element for inserting a line break? a. b. c. - โโa. What is the correct HTML for adding a background color? a. b. yellow c. - โโc.
Choose the correct HTML element to define important text a. b. c. d. - โโc. Choose the correct HTML element to define emphasized text a. b. c. - โโa. What is the correct HTML for creating a hyperlink? a. W3Schools b. W3Schools.com c. W3Schools.com d. http://www.w3schools.com - โโa. W3Schools Which character is used to indicate an end tag? a. / b. < c. * d. ^ - โโa. / How can you open a link in a new tab/browser window? a. b. c. - โโa. Which of these elements are all elements?
b. c. d. - โโc. What is the correct HTML for making a drop-down list? a. b. c. d. - โโc. What is the correct HTML for making a text area? a. b. - โโb. c. False - โโb. True HTML comments start with a. True b. False - โโa. True Block elements are normally displayed without starting a new line. a. True b. False - โโb. False Which HTML element defines the title of a document? a. b. <meta> c. <head> - โโa. <title> Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed? a. alt b. longdesc c. title d. src - โโa. alt Which doctype is correct for HTML5? a. <!DOCTYPE html> b. <!DOCTYPE HTML5> c. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 5.0//EN" "http://www.w3.org/TR/html5/strict.dtd"> - โโa. <!DOCTYPE html> Which HTML element is used to specify a footer for a document or section? a. <footer> b. <bottom>
b. HTML c. XML - โโc. XML The HTML element is used to: a. draw graphics b. manipulate data in MySQL c. create draggable elements d. display database records - โโa. draw graphics In HTML, which attribute is used to specify that an input field must be filled out? a. required b. placeholder c. validate d. formvalidate - โโa. required Which input type defines a slider control? a. slider b. range c. controls d. search - โโb. range Which HTML element is used to display a scalar measurement within a range? a. b. c. d. - โโd. Which HTML element defines navigation links? a.
b. c. - โโa. In HTML, what does the element define? a. Content aside from the page content b. The ASCII character-set; to send information between computers on the Internet c. A navigation list to be shown at the left side of the page - โโa. Content aside from the page content Which HTML element is used to specify a header for a document or section? a. b. c. d. - โโb.