MCQs > IT & Programming > Web Programming MCQs > Basic Web Programming MCQs

Basic Web Programming MCQ

1. An external style sheet uses the _____ file extension.

Answer

Correct Answer: Css

Note: This Question is unanswered, help us to find answer for this one

2. Use the ______ element to contain an html table.

Answer

Correct Answer: Table

Note: This Question is unanswered, help us to find answer for this one

3. Use the ______ attribute to display an image to the right of a block of text.

Answer

Correct Answer: Align

Note: This Question is unanswered, help us to find answer for this one

4. Use the _____ element to contain a table row.

Answer

Correct Answer: Tr

Note: This Question is unanswered, help us to find answer for this one

5. Use the ____ element to configure a table heading cell.

Answer

Correct Answer: Th

Note: This Question is unanswered, help us to find answer for this one

6. The ____________________ data types are used to store whole numbers.

Answer

Correct Answer: Integer

Note: This Question is unanswered, help us to find answer for this one

7. Web pages are seen within a window called the _____.

Answer

Correct Answer: Viewport

Note: This Question is unanswered, help us to find answer for this one

8. Web pages are accessed through a software program called a _____.

Answer

Correct Answer: Web Browser

Note: This Question is unanswered, help us to find answer for this one

9. Web based application software is software that ________

Answer

Correct Answer: Is stored completely on a web server instead of your hard drive

Note: This Question is unanswered, help us to find answer for this one

10. You can create web pages using a(n) ____, such as adobe dreamweaver or amaya.

Answer

Correct Answer: WYSIWYG editor

Note: This Question is unanswered, help us to find answer for this one

11. Fractional numeric variables that contain a decimal point are known as ____ variables.

Answer

Correct Answer: Floating-point

Note: This Question is unanswered, help us to find answer for this one

12. The _____ value of the display style removes an element from a rendered page.

Answer

Correct Answer: ​none

Note: This Question is unanswered, help us to find answer for this one

13. All block elements, like the body element, have a default width of _____.

Answer

Correct Answer: 100%

Note: This Question is unanswered, help us to find answer for this one

14. To create a textarea control, one needs to use the _____ instead of the input element.

Answer

Correct Answer: ​textarea element

Note: This Question is unanswered, help us to find answer for this one

15. Use the ________ tag to code embedded styles on a web page.

Answer

Correct Answer:

Note: This Question is unanswered, help us to find answer for this one

16. Use the ________ tag to associate a web page with an external style sheet.

Answer

Correct Answer:

Note: This Question is unanswered, help us to find answer for this one

17. With a(n) _____ style, one adds a style to the start tag for an element.

Answer

Correct Answer: ​inline

Note: This Question is unanswered, help us to find answer for this one

18. Use the _____ element to code embedded styles on a web page.

Answer

Correct Answer: Style

Note: This Question is unanswered, help us to find answer for this one

19. To style the div id=""container"" element, _____ is used as the selector.

Answer

Correct Answer: ​#container

Note: This Question is unanswered, help us to find answer for this one

20. The character set used for the english alphabet is the _____.

Answer

Correct Answer: American Standard Code for Information Interchange (ASCII

Note: This Question is unanswered, help us to find answer for this one

22. The ________ html5 element indicates a portion of a document, like a chapter or specific topic.

Answer

Correct Answer: Section

Note: This Question is unanswered, help us to find answer for this one

23. The _______ is between the padding and the margin.

Answer

Correct Answer: Border

Note: This Question is unanswered, help us to find answer for this one

24. The _______ defines every object and element on a web page.

Answer

Correct Answer: Document Object Model

Note: This Question is unanswered, help us to find answer for this one

25. The _____ attribute is used to identify the image file being inserted in a webpage.

Answer

Correct Answer: Src

Note: This Question is unanswered, help us to find answer for this one

26. The ____ style can be used to separate the table borders.

Answer

Correct Answer: Border-collapse

Note: This Question is unanswered, help us to find answer for this one

27. The ____ attributes define the dimensions of a text area.

Answer

Correct Answer: Rows and columns

Note: This Question is unanswered, help us to find answer for this one

28. The ____ attribute has two possible values: get and post.

Answer

Correct Answer: Method

Note: This Question is unanswered, help us to find answer for this one

29. The ____ attribute creates blank space between the div element and elements nested inside it.

Answer

Correct Answer: Padding

Note: This Question is unanswered, help us to find answer for this one

30. The ____ attribute allows you to determine which sides of the table will have borders.

Answer

Correct Answer: Frame

Note: This Question is unanswered, help us to find answer for this one

31. Text formatted with the tag is displayed in a(n) ____ font.

Answer

Correct Answer: Boldface

Note: This Question is unanswered, help us to find answer for this one

32. The _____ element is used to mark the form controls that are designed to receive user responses.

Answer

Correct Answer: Input

Note: This Question is unanswered, help us to find answer for this one

33. The ____ of a table helps to define what formatting is appropriate.

Answer

Correct Answer: Purpose

Note: This Question is unanswered, help us to find answer for this one