WT Question Bank
WT Question Bank
WT Question Bank
HTML:
1) Explain following html tags with proper example. 1) <ol>, 2) <a>, 3)<p>
2) Explain new elements in HTML5.
3) Discuss frames in HTML.
4) Discuss about HTML form tag. Give names of different form attributes and create
a student feedback form (use textbox, text area, checkbox, radio button, select box
etc.)
5) What is HTML table? Explain table element rowspan and colspan with necessary
attributes. Write HTML code to print following table.
6) What is HTML attribute? Explain the function of any attribute with an example.
7) Explain following HTML tags with example. (i) <select>, (ii) <pre>
8) Design Login Page in HTML. Page must have fields in page Username, Password,
Remember Me and Login Button.
9) What is HTML List? What are the types of HTML List? Explain each with HTML coded
example.
10) List out Types of Web Servers and explain anyone in detail.
11) Design a registration page in HTML.
12) What is HTTP? Explain HTTP Request and Response.
13) List out HTML Elements? Explain any one in detail.
14) Discuss how display resolution affects website design.
15) What do you mean by event in JavaScript? Give at least two examples of events
with their handling.
16) List out Various Input Elements of HTML and explain any one in detail.
17) What do you mean by Meta Tags? Show their meaning and uses with examples.
18) Explain Frames in HTML with examples.
19) Differentiate Conventional HTML vs HTML5.
20) Describe DOM structure of HTML.
21) Design login page with following detail: (a) Login ID (b) Password (c) Login
Button.
22) Describe following HTML Tag. (1) <b>, (2) <body>, (3) <div>, (4) <script>
23) Explain Frames in HTML with examples.
24) List out and explain various HTML tags.
25) Design a registration page in HTML.
26) Discuss how display resolution affects website design.
27) How to add image in HTML page? Describe with example.
28) Describe concept of ordered list and unordered list with example.
29) How to change the font size in HTML document? Describe with example.
30) Write HTML code to display your resume on web-page.
31) How to add table in HTML page? Write HTML code to enter following data in
tabular format.
Name Roll No Marks Status
Rajesh 55 22 Fail
Anil 59 56 Pass
Ramesh 61 50 Pass
32) Write HTML+CSS code to have following effects:
(1) Title Line : color=blue, font-style=Calibri , font-size=20,
alignment=center
(2) Paragram : color=red, font-style=Cambria, font-size=15,
alignment=left
Title line : WEB TECHNOLOGY
CSS:
1) Explain importance of CSS. Write the syntax for defining CSS.
2) Explain BOX Model in CSS.
3) List different font properties in CSS and explain it with suitable examples.
4) Explain different types of CSS.
5) Illustrate advantages and limitations of CSS.
6) Write and explain Border and Padding properties in CSS along with suitable
examples.
7) Write the difference between Client-Side Scripting and Server-Side Scripting.
8) Write a JavaScript, that uses a loop, that searches a word in sentence held in
an array, returning the index of the word.
9) Design a form using HTML and JavaScript that asks the user to enter his date of
birth and on clicking the Calculate Button it calls the function that calculates
how many days are left in your birthday?
10) List some advantages of JavaScript.
11) Write a JavaScript code to find whether given number is prime or not.
12) Explain pop-up boxes in JavaScript with examples.
13) How 2D and 3D transitions are done in CSS.
14) Differentiate between “ID” and “CLASS” using suitable examples.
15) Differentiate CSS vs HTML.
16) What is CSS? Explain the different types of CSS.
17) List out the salient Features of CSS 3.0.
18) Explain CSS position property.
19) What is the meaning of cascading? How do style sheets cascade?
20) What is CSS Pseudo-elements and Pseudo-classes? Explain with the example. List
different Media types in CSS.
21) What is the float property used for in CSS?
22) How to integrate CSS on a web page?
23) Explain the CSS Box Model and its different elements.
JavaScript:
1) Explain nested loops in JavaScript.
2) Write a JavaScript code to find out factorial of the given number.
3) Explain JavaScript Functions.
4) Write a JavaScript code to find out whether the given number is a Palindrome or
not.
5) What is Purpose of JavaScript?
6) What is Cookies? How it affects the system?
7) List out and explain the website design principles.
8) Describe event in JavaScript. Explain any one with example.
9) Write JavaScript code to print a pattern. Number of rows is taken runtime.
*
* *
* * *
* * * *
10) Write JavaScript code to validate 10 digit mobile number.
11) Differentiate client-side and server-side programming.
12) Write JavaScript code to print Fibonacci series.
13) Write JavaScript code to validate password with specific requirements.
14) Write a JavaScript that uses a loop which searches a word in a sentence held in
an array, returning the index of the word.
15) Explain pop-up boxes in JavaScript with example.
16) List out some advantages of JavaScript.
17) What do you mean by event in JavaScript? Give at least two examples of events
with their handling.
PHP:
1) State the difference between session and cookie in PHP.
2) Describe CRUD operations with reference to database in PHP.
3) Explain arrays in PHP.
4) What PHP can do with header() command?
5) Differentiate identical and equal operator in PHP.
6) Explain string functions in PHP.
7) Explain require() and include() functions in PHP.
8) Explain session in PHP with example.
9) Write PHP code to read data from a text file and display it in the browser.
10) Write a PHP program to display today’s date in dd-mm-yyyy format.
11) Explain index and associative arrays in PHP.
12) Explain database connectivity in PHP with example.
13) How Error Handling is done in PHP?
14) How to Get Last ID in PHP?
15) What is CRUD operations with Database in PHP?
16) What is the difference between identical and equal operator in PHP? Explain
with example.
17) Describe features of PHP.
18) Differentiate equality and identical operator in PHP.
19) Write PHP code to read information from File1.txt and write on File2.txt.
20) Describe various types of control statements in PHP.
21) Describe associative array in PHP.
22) Write PHP code to store user data (Name, Mobile Number) with MySQL database.
23) Explain Index and Associative arrays in PHP.
24) What is an external style sheet? Explain with the help of an example. Also,
list out advantages of external style sheet.
25) Differentiate between Client Side Scripting and Server Side Scripting.
26) Explain Cookies in PHP with example.
27) Explain features of PHP. Discuss various types of control statements in PHP.