Web Designer Interview Questions & Answers 02

Note:Bold mark is answer.

1.HTTP is a stateless connection

2.Small lock on the status bar ssl connection/second

3.Which is better, gif or jpg format2 justify gif

4.Explain HTML Frames
(Frames, iFrame, NoFrame, Target controls, Frame Attributes)

5.The purpose of an HTML forms to store controls

6.GIF has maximum 256 colours

7.Write HTML code to create a INLINE Frame

8.Why is JavaScript not a programming language but script language? Justify?
because we cann’t access file or filesystems using JS

9.Write JavaScript code to call multiple function with a single events onclick=“abc(), xyz();”

10.Write HTML code to control the margins of page style=“margin-top:10px 5px 3px 10px;”

11.Write JavaScript code to change an image when the users mouse points onMouseover.this.sytle=‘backgroundimage url();’ onMouseOut.this.style=‘background url();’

12.Information of META Tags Meta Data

13.How can i control the tab order in HTML Form elements by using tabindex

14.How do i get a pop up window to always stay on top using JavaScript javascript:window.open(href, windowname, ‘width=400,height=200,scrollbars=yes’;

Comments