answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is nested menu?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you create a drop down menu in CSS?

To create a drop down menu in CSS, use a series of nested


What is nested logic?

In Nested Logic a Logic is contained within a Logic. If the Outer Logic is TRUE then the internal Logic is executed. Nested IF, Nested For, Nested While, e.t.c are some examples of Nested Logic in Modern Computer Languages.


When was Nested created?

Nested was created in 1977.


What are examples of nested solids?

three examples of nested solids


Is have nested present past future?

"Have nested" is in the present perfect tense.


What is the if statement that appears inside another if statement?

nested if Statement


Can css comments be nested?

No, the CSS specifications explicitly state that CSS comments cannot be nested. If you try to do this, then your nested comments closing delimiter */ will close out the larger comment and anything after it will be rendered by the web browser. When comments are nested, the nested comment's beginning delimiter /* is ignored yet the closing */ is not.


What is a nested watershed?

A nested watershed is simply a watershed within a watershed. An example might be the Platte River watershed which is a nested watershed within the Missouri River watershed which in turn is nested within the Mississippi River watershed.


What is nested tables in oracle9i?

multi-column nested table where customers can have multiple addresses


When do you use the nested if?

we use "nested if" if we have to test a large number of possibilities and trials i an if statement.


What is nested xml?

When an element appears within another element, it is said that the inner element is "nested". The term nested can be related directly to the word "nest". If an element is nested within another element, then it is surrounded, protected, or encapsulated by the outer elemen.


What are nested transactions in MySQL?

Nested Transactions are transactions within transactions and are currently not supported by MySQL. Nested Transactions are not even vaguely related to Co-related Queries.