📧 THINKIFY SOFTWARE SERVICES
Email: thinkifysoftwares@gmail.com ☎️Contact: +91-8484062100
---------------------------------------------------------------------------------------------------------------------------------------
Student Name : ____________________________________________________________________________
Course : ____________________________________________________________________________
Date: _________________
Test Title : _________________________________________
Total Marks : ___________ Duration: ______________
===============================================================================
1) HTML
1. What is HTML?
2. What is the basic structure of an HTML document?
3. What is the alt attribute used for in HTML?
4. What are different types of lists in HTML?
5. What are some new form input types introduced in HTML5?
6. What is the difference between block-level and inline elements in HTML?
7. How do you create a hyperlink that opens in a new tab?
8. How do you create a dropdown list in HTML?
9. How do you include a JavaScript file in an HTML document?
10.What is the use of the <!DOCTYPE> declaration in HTML?
2) CSS
1. What is CSS? Why do we use CSS? What is the current version of CSS?
2. What is the syntax for CSS?
3. What are CSS backgrounds? List the properties.
4. What is the difference between margin and padding?
5. Define text properties in CSS.
6. How can we add gradients in CSS? Explain types of gradients.
7. What does the CSS box-sizing property do?
8. What is the difference between .class and #id selector?
9. What is an attribute selector in CSS?
10.What is the difference between fixed and sticky positioning in CSS?
3) JavaScript
1. What are Data Types in JavaScript?
2. What would be the result of 3 + 2 + "7"?
3. What are all the looping structures in JavaScript?
4. What is a Variable in JavaScript? Give example.
5. What are the types of Pop-up boxes in JavaScript?
6. How many ways can an HTML element be accessed in JavaScript code?
7. What is the difference between == and === in JavaScript?
8. What is a function in JavaScript? How do you define one?
9. What is an arrow function in JavaScript? How is it different from a regular function?
10.Explain types of concatenation in JavaScript.