WEB TECHNOLOGIES
SHORT QUESTIONS:[2M]
1. Define Anchor tag with an example.
2. List the types of Style sheets.
3. Define image tag with an example.
4. Define Ordered list with an example.
5. Define Heading Tags with an example.
6. What is JavaScript? Write the advantages of JavaScript
7. What is the difference between GET and POST methods in JavaScript.
8. What is the scope of the variables in JavaScript.
9. Define Event. How events are handled in JavaScript.
10. What is DATE object in JavaScript
LONG QUESTIONS: [10M]
1.
        a) Explain the structure of the HTML webpage with an example.
        b) Define List Tag with an example.
2. Define Frameset, Frame Tag. Divide the web page into four equal parts each individual part displays
different web page.
3. Define Form tag. Design a Registration page by using all Form controls.
4. Define Table tag and their attributes with an example.
5. Explain about Cascading Style Sheets with an example.
6. Explain various operators and data types available in java script with examples.
7.
        a) What is the need of scripting languages in web Technologies.
        b) Build a JavaScript program to convert temperature from Celsius to Fahrenheit and vice versa
8.
        a)Explain Document Object Model with suitable examples and code.
        b)Define Simple AJAX Application.
9.
        a) What is JavaScript? What are the features of JavaScript?
        b) Design A JavaScript to display whether given number is prime or not.
10. Explain about Function definition, Function calling, Function parameter, return type with a suitable
example in JavaScript.