Web Technolog
E-BOOK
Internet & World Wide Web: How To Program 5ed by Deitel - Download
MIMP Question List
2. Explain table tag with its attributes and elements. Explain the concept of irregularly shaped tables. Table Layout .
3. Explain ordered, unordered, definition list and nested list with example. Write the HTML code to show each letter of a word with new color giving a rainbow effect.
4. Give The Full Name of Following Acronym:
WML, DOM,DHTML,ISP,XML,HTTP,XSL,FTP,CGI,WAP,DTD,RSS,TCP,SOAP
5. Give Difference:
a. GET V/S POST
b. HTML V/S XHTML
c. Client Side Scripting V/S Server Side Scripting
d. CSS Class V/S CSS ID
6. What is an HTML Form? Discuss different form attributes. Explain Importance of OPTGroup. What is the use of <fieldset>?
a. Design a simple form to register for new semester.
b. Write a form to collect details of a user such as name, address, radio button to choose subject of book user wants to buy, Dropdown to choose favorite author, Comments for last book user read.
7. Explain the document structure of XHTML document.
8. What do you mean by Metatag? Where it is included in HTML and XHTML? Explain its use with example. Also show how can following be achieved with the help of metadata?
a. Stop the page from being listed
b. Set an expiration date
c. Stop the browser from caching a page
d. Give a context for date so that it can take format MM-DD-YYYY and DD-MM-YYYY
e. What is the meaning of the following:
i. <meta name=”robots” content=”noindex,nofollow” />
ii. <meta http-equiv=“pragma” content=”no-cache” />
9. What do you mean by browser? Explain the architecture of the browser. How Divide and Pound symbol can be put on HTML document?
10. How an inline frame be embedded on a page with graphics and text? Show the use of inline frame in XHTML document. How can you open a link in a new browser window?
11. What is CSS? Explain CSS with all types. Explain BOX MODEL.
12. What is positioning in CSS ? Explain in with example.
13. Write below Code with explanation.
a. Create table with 5 rows and 3 columns. Even no. of rows display in Green color and odd no. of rows display in Yellow color.
b. H1 should have normal font style and font’s size should be 120%
c. Define a class arial for paragraph which defines font family arial and font style bold.
d. Apply a background color yellow and apply a background image “browntile.jpg” to BODY
e. link: after visited blue color and before visited red color
f. For Body Of Document
i. Text color-green
ii. Text-indentation – 2 cm
iii. Font-courier
iv. Font style-italic
v. Text case-uppercase
14. What is HTTP? How does it work? Give appropriate example
15. Discuss the following with respect to Web design.
a. What is navigation? Discuss the characteristics of effective navigation.
b. Bowser Compatibility issue and its possible solution.
16. Explain different website designing issues.
17. What do you mean by planning a website? Discuss about the objectives, goals, and target audience in detail with proper example. Enlist and explain the website design principles.
18. Explain following protocols: 1) HTTPS 2) FTPS 3) IRC
19. Explain following html tags with Proper example 1. <input> 2. <span> 3. <ul> 4. <frameset>
20. Answer Below Question:
a. Justify it:” HTTP is called as stateless protocol”.
b. Explain: URI
c. Explain Command: GET /index.html HTTP/1.0
d. Specify port numbers for httpd and mysqld services.
e. What is the role of Mail User Agent(MUA) and mail transfer agent(MTA)?
f. What are the problems with FTP (file transfer protocol)? Explain it.
g. If in the response to GET /index.html HTTP/1.0 returns HTTP/1.1 200 OK. What is the interpretation? What other error codes can be returned?
21. What are JavaScript objects? Explain user defined objects in JavaScript with example? Describe the way in which property values can be added to the object. How a constructor can be used to populate data in the object?
22. Enlist inbuilt objects of Javascript. Explain any one in brief.
23. Write a shortnote on Blogs & Web feeds.
24. Write a Javascript to find first 10 prime numbers.
25. Write a Javascript to check input string id palindrome or not.
26. Write an HTML & Javascript program which accepts N as input and print first N odd numbers.
27. Explain different types of Pop-box in javascript.
No comments:
Post a Comment