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

Web Technology Selection-2024

Web technology selection pdf

Uploaded by

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

Web Technology Selection-2024

Web technology selection pdf

Uploaded by

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

Web Technology Selection Question 2024

Fill in the Blanks Questions


1. ____________ tag is used to mark a beginning of paragraph.
2. ___________ tag creates an ordered list.
3. PHP stands for ___________________.
4. CSS stands for ___________________.
5. HTTP stands for ____________________.
6. JavaScript is an ___________________ language.
7. CSS can be written in __________ ways.
8. The extension of a PHP file is __________.
9. DOM stands for ______________.
10. For ordered list ____________ tag is used in HTML.
11. Hyperlink could be created using _______ tag.
12. <br> tag is used for __________.
13. <ul> tag is used for creating ___________.

Short Type Questions


1. What is protocol?
2. Define Web clients.
3. What is HTML?
4. What are HTML tags?
5. What are the different types of headings used in HTML?
6. What is the difference between HTML elements and tags?
7. What are different types of heading does an HTML contain?
8. What is hyperlink?
9. Define web servers.
10. What is a style sheet?
11. What is CSS?
12. Write the name of different types of CSS.
13. How a class and ID are declared in CSS?
14. Define DHTML.
15. What is HTTP?
16. What are the elements of HTML?
17. What are the types of list supported by HTML?
18. Differentiate between ordered and unordered list.
19. What is the difference between a class selector and ID selector in CSS?
20. What is pseudo class?
21. Define DOM.
22. Define constants in PHP.
23. Write the block elements in CSS.
Web Technology Selection Question 2024

24. What are the dimensions of a box in CSS?


25. What are the advantages of CSS?
26. What is JavaScript?
27. How do you create an object in JavaScript?
28. What are various data types that exist in JavaScript?
29. Define event in JavaScript.
30. What is the difference between “==” and “===” in JavaScript?
31. Define image sprites with context to CSS.
32. Name the properties of CSS.
33. What are the differences between echo and print in PHP?
34. Name the types of loop used in PHP.
35. What is an expression in PHP?

Long Type Questions


UNIT – 1
1. What is HTML? Explain the structure of HTML web page with example.
2. How to create a table using HTML? Explain with relevant example.
3. Briefly explain client-server model of communication with diagram.
4. Create a web page containing text, line break, different types headings, 3 types of
lists and hyperlink.

UNIT – 2
1. Explain BOX model in CSS with example.
2. What is CSS? Explain different types of styles used in CSS with example.
3. What is CSS Class and ID? Design a web page using HTML and CSS that demonstrates
use of CSS class and ID.
4. What is a CSS property? Explain different CSS background properties with example.

UNIT – 3
1. What is an event JavaScript? Explain Onclick event with an example.
2. What is function? Explain how functions can be written in JavaScript with an
example.
3. What is DOM? Briefly explain it with suitable example.
4. Write a JavaScript program to accept a number and find the reverse of it.
Web Technology Selection Question 2024

UNIT- 4
1. What is loop? Explain different loops used in PHP with example.
2. Explain about various data types in PHP with example.
3. Explain various operators available in PHP with examples.
4. What is string? Briefly explain different string functions with relevant example.
5. What is array? Explain different types of PHP arrays with example.

You might also like