0% found this document useful (0 votes)
31 views3 pages

WD 101 Pre-Post Test

The document is a pre-test/post-test for a web development course, consisting of multiple-choice questions, true/false statements, and matching types covering HTML, CSS, JavaScript, and related concepts. It assesses knowledge on topics such as HTML elements, CSS properties, JavaScript functions, and web development terminology. The test is structured to evaluate both theoretical understanding and practical application of web development skills.

Uploaded by

marjune.gabon07
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views3 pages

WD 101 Pre-Post Test

The document is a pre-test/post-test for a web development course, consisting of multiple-choice questions, true/false statements, and matching types covering HTML, CSS, JavaScript, and related concepts. It assesses knowledge on topics such as HTML elements, CSS properties, JavaScript functions, and web development terminology. The test is structured to evaluate both theoretical understanding and practical application of web development skills.

Uploaded by

marjune.gabon07
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

WD 101 - WEB DEVELOPMENT AND APPLICATION PRE-TEST/POST-TEST

Name: Date: __ __
Year & Section: Score: __
TEST I: MULTIPLE CHOICE (30 Points)
Directions: Read the questions carefully and encircle the correct answer.

1. What does HTML stand for? b) Developing responsive websites


a) Hyper Trainer Marking Language c) Writing JavaScript code
b) Hyper Text Markup Language d) Building video games
c) Hyper Text Marketing Links 12. What does the HTML5 <canvas> element allow you to
d) Hyperlinks and Text Markup Language do?
2. Which element is used to create a paragraph in HTML? a) Display images
a) <div> b) Draw graphics using JavaScript
b) <p> c) Create forms
c) <span> d) Show videos
d) <h1> 13. Which JavaScript method can be used to display a
3. Which CSS property controls text color? message in a dialog box?
a) font-color a) prompt()
b) color b) confirm()
c) text-color c) display()
d) bg-color d) alert()
4. Which of the following is used to make a list with bullets 14. What is a DOM in web development?
in HTML? a) Data Object Model
a) <ol> b) Document Object Model
b) <ul> c) Digital Object Manager
c) <dl> d) Domain Object Model
d) <li> 15. Which CSS property is used to create space outside an
5. What does CSS stand for? element?
a) Computer Style Sheets a) padding
b) Cascading Style Sheets b) margin
c) Colorful Style Sheets c) border
d) Creative Style Sheets d) content
6. Which HTML element is used to specify a header for a 16. Which of the following is a CSS extension?
document or section? a) SASS
a) <header> b) Angular
b) <head> c) MySQL
c) <h1> d) Bootstrap
d) <section> 17. How do you create an ordered list in HTML?
7. What is the purpose of the <title> element in an HTML a) <ol>
document? b) <ul>
a) To display a title on the webpage c) <dl>
b) To define the title in the browser tab d) <li>
c) To define a section header 18. In HTML, what is the function of the <meta> tag?
d) To name the file a) To add metadata
8. In CSS, what symbol is used for comments? b) To format text
a) <!-- --> c) To create links
b) // d) To define styles
c) /* */ 19. What is the purpose of the title attribute in an element?
d) # a) To add a tooltip
9. Which of the following is used to link an external CSS b) To specify an alternative text
file in HTML? c) To set the image size
a) <link rel="stylesheet" src="style.css"> d) To link to another webpage
b) <style src="style.css"> 20. Which of the following is a programming language
c) <link rel="stylesheet" href="style.css"> primarily used for web development?
d) <css link="style.css"> a) HTML
10. Which of the following CSS properties is used to float b) CSS
elements? c) JavaScript
a) float d) SQL
b) position 21. What does PHP stand for?
c) align a) Private Hypertext Processor
d) clear b) Preprocessor Hypertext Processor
11. What is Bootstrap used for? c) PHP: Hypertext Preprocessor
a) Creating databases d) Program Hypertext Preprocessor
26. What does JSON stand for?
22. What is the function of localStorage in web a) JavaScript Object Network
development? b) JavaScript Open Notation
a) To store data on the server c) JavaScript Object Notation
b) To store data temporarily d) Java System Object Network
c) To store data permanently in the browser 27. What is the use of the href attribute in an <a> tag?
d) To remove cookies a) To link an external script
23. What is a web browser? b) To link to an external style sheet
a) A software used to search the internet c) To define the URL of the hyperlink
b) A software application for accessing the web d) To create an anchor tag
c) A website-building tool 28. How do you define a table header in HTML?
d) A file manager a) <thead>
24. Which CSS property is used to set the size of a font? b) <th>
a) font-family c) <tr>
b) font-size d) <td>
c) text-size 29. What does the CSS display property do?
d) size a) Sets how an element is displayed
25. In JavaScript, what is the output of console.log(10 + b) Hides elements
"10")? c) Changes the color of an element
a) 1010 d) Adjusts the size of text
b) 10 30. What is the purpose of the <footer> tag in HTML?
c) Error a) To add a footer to a document
d) 20 b) To add content at the bottom of the page
c) To add links
d) To include CSS styles

TEST II: TRUE OR FALSE


Directions: Read the statements carefully, write T if the statement is true and write F if the statement is false in the provided space
after the statement.

31. JavaScript is used for styling a webpage. ____


32. The <div> tag is used for creating divisions or sections in an HTML document. ____
33. The <script> tag is used to link external CSS files. ____
34. You can use the class attribute to apply CSS styles to multiple elements. ____
35. HTML5 supports multimedia elements like audio and video. ____
36. The padding property in CSS is used to create space outside an element’s border. ____
37. JavaScript is executed on the client side by the browser. ____
38. The float property in CSS can be used to position elements. ____
39. The <input> element in HTML is used for taking user input in forms. ____
40. The z-index property in CSS controls the stacking order of elements. ____

TEST III: MATCHING TYPE


Directions: write the letter

Column A
Column B
41. <a> ___
a. The Document Object Model
42. CSS ___
b. Used to create forms for user input
43. JavaScript ___
c. A CSS framework for building responsive websites
44. <img> ___
d. Unordered list in HTML
45. <ul> ___
e. Used to link to another webpage
46. DOM ___
f. Used to display images on a webpage
47. <form> ___
g. A language for creating the structure of a webpage
48. <h1> ___
h. Cascading Style Sheets
49. HTML ___
i. A programming language for interactivity in web design
50. Bootstrap ___
j. Used to accept text for user input
k. The largest heading tag in HTML

You might also like