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 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
|
Which technology use to get contain without reloading page |
Ajax |
What is XHTML Kindly Explain different between HTML and XHTML |
Extensible HyperText Markup Language
|