Web Designer – Interview Question Paper Set with Answer

0 Shares
0
0
0
0
0
0
0

If a page has to be loaded over all frames in window, what should be the value of TARGET attributes?
Target = _top
Which one of the following settlement is correct?

  • A table cannot contain another table
  • A Form can be nested inside another form
  • Which element are table cells
A Form can be nested inside another form
What tags are used to embed one html page inside another html page
iFrame
HTTP is a ________  connection
Stateless
Small lock on the status bar is for ________________    .
SSL connection/second
Which is better format for making title image? gif or jpg  – justify
Gif – Title has always less color.
Recommended resolution of on image web should be  ______.
72 dpi
GIF has maximum _____  colours
256
Why is JavaScript not a programming language but script language? Justify
because we can’t access file or file systems using JS
Write JavaScript code to call multiple function with a single events
onclick=”abc(), xyz();”
How can we control the tab order in HTML Form
by using tabindex
How do we get a pop up window to always stay on top using JavaScript
javascript:window.open(href, windowname, ‘width=400,height=200,scrollbars=yes’;
What is a DTD
DTD: the Document Type Declaration
Which one is better way to right HTML (Table or DIV) Justify
DIV

  1. SEO Friendly
  2. Load Faster
  3. CSS base relative path
  4. Lower file size
Which technology use to get contain without reloading page
Ajax
What is XHTML Kindly Explain different between HTML and XHTML
Extensible HyperText Markup Language

  • Attribute names must be in lower case
  • Tag must be closed
  • Attribute values must be quoted
  • Attribute minimization is forbidden
  • The XHTML DTD defines mandatory elements
You May Also Like