JAVASCRIPT CIW Exam Questions and Answers Latest Graded A+, Exams of Javascript programming

JAVASCRIPT CIW Exam Questions and Answers Latest Graded A+

Typology: Exams

2025/2026

Available from 05/18/2026

DrBenard
DrBenard ๐Ÿ‡บ๐Ÿ‡ธ

3.5K documents

1 / 8

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
JAVASCRIPT CIW Exam Questions and Answers Latest Graded A+
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. <h1>
b. <head>
c. <h6>
d. <heading> - โœ”โœ”a. <h1>
What is the correct HTML element for inserting a line break?
a. <br>
b. <break>
c. <lb> - โœ”โœ”a. <br>
What is the correct HTML for adding a background color?
a. <body bg="yellow">
b. <background>yellow</background>
c. <body style="background-color:yellow;"> - โœ”โœ”c. <body style="background-color:yellow;">
pf3
pf4
pf5
pf8

Partial preview of the text

Download JAVASCRIPT CIW Exam Questions and Answers Latest Graded A+ and more Exams Javascript programming in PDF only on Docsity!

JAVASCRIPT CIW Exam Questions and Answers Latest Graded A+

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.