| Back to Questions Page |
| |
| Question |
What is the difference between asp and asp.net |
Rank |
Answer Posted By |
|
Question Submitted By :: Mustafa |
| This Interview Question Asked @ Phoenix-Technologies |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | active server page  |
| Harika |
| |
| |
| Question |
What is the diffrence between HTML & DHTML...? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | XHTML is HTML described as an application of XML. It is very
similar to HTML, indeed all the element names and their
semantics are identical, but it has some important
differences. We will look at the more important of these now.
Here are the major differences that concern us when we use
it as a markup language. There are others, but they will
probably not concern us. You should consult the XHTML spec
(www.w3.org) for a full list of differences.
* XML is case sensitive. All XHTML element and attribute
names must be in lowercase.
* All attribute values must be quoted, e.g.
cellpadding="10", NOT cellpadding=10.
* Empty elements such as the 'img' element must take a
special form, namely <img/>. Not the penultimate forward slash.
* All non-empty elements must have closing tags, e.g.
<p>...</p>, <li>...</li>. Implied closing tags are not allowed.
* Implied elements e.g. in HTML the <head>...</head> and
<body>...</body> tags can be implied. In XHTML they must be
written out in full.
* The XHTML document declarations are different for
XHTML documents. Use View/source on this document to see a
typical XHTML declaration. in particular not the xmlns
attribute on the <html> opening tag.  |
| Dipak Suryavanshi |
| |
| |
| Question |
EXPLINE THE HTML? |
Rank |
Answer Posted By |
|
Question Submitted By :: P.kannan |
| This Interview Question Asked @ CTS |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | HYPER TEXT MARKUP LANGUAGE.  |
| P.kannan |
| |
| |
|
|
| |
| Question |
What is the difference between _root and parent? |
Rank |
Answer Posted By |
|
Question Submitted By :: Swati |
| This Interview Question Asked @ MBT , Origami, Alok, IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | The super parent for all the movieClip is _root
but using the _parent you can get particular MovieClip's parent.
For example you are having one Movie Called MovieHolder_mc
and MovieHolder2_mc on Stage, and inner1_mc inside the
MovieHolder_mc. Now you can access the MovieHolder in Two Ways
_root.MovieHolder2_mc (Direct access)
to get this from the innerMovie
inner1_mc._parent._parent.MovieHolder2_mc  |
| Devendran |
| |
| |
| Answer | _root is used to access outer Movieclip.
_parent is used to access Moviclip inside having the
moviclip.  |
| Murali |
| |
| |
| Question |
Can you organize layers as in photoshop? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ajay |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | yes  |
| Anonymous |
| |
| |
| Answer | Yes we can organize layes..
For example you create a Ball in 1st layer and then in
second layer you create the background. But you should lock
all the layers and unlock the layer which u r working,
because unlocked layers will be active always(active means,
if u want to drage the ball, backgroung layers also will be
affected)  |
| Smily Raichel |
| |
| |
| Question |
How do you start a graphic animation at a specific frame? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ajay |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | To Start graphic animation in specific frame select graphic
symbol properties in option for graphics drop down select
play once option and give your specific frame number in
"first" input box.  |
| Amey Raut |
| |
| |
| Answer | 1st Create a ball and convert to graphic symbol then again
convert to movieclip.Inside the moviclip you create that
graphic animation.  |
| Murali |
| |
| |
| Question |
Differences Between XML and HTML |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
| This Interview Question Asked @ DELL , REACH, Differences Between XML And HTML, Guest In Which Company Interview U Faced This Qution , Pinkesh Pinkeshthedesiner@gmail.com |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | XML
HTML
User definable tags
Defined set of tags designed for web display
Content driven
Format driven
End tags required for well formed documents
End tags not required
Quotes required around attributes values
Quotes not required
Slash required in empty tags
Slash not required
 |
| Guest |
| |
| |
| Question |
What is XHTML? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Is simple words, XHTML, or Extensible HTML, is HTML 4 with
XML rules applied to it (each begin tag must have an end
tag, attribute values in single/double quotes, etc.).
However, the overall vision of XHTML is much more than
that. In addition to using XML syntax for HTML, XHTML also
encloses specifications such as […]  |
| Guest |
| |
| |
| Question |
How do I make a new paragraph? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Inserting thetag at the beginning of your paragraph will
drop the text down two lines. (If you insert the
tag, it will drop your text down one line.)
 |
| Guest |
| |
| |
| Answer | <p> </p>  |
| Jack |
| |
| |
|
| |
|
Back to Questions Page |