in Technology by

The correct syntax of creating a standard navigation bar is 

  1. <nav class="navigationbar navbar">
  2. <nav class="navbar navbar-default">
  3. <nav class="nav navbar">
  4. <nav class="navbar default">

1 Answer

0 votes
by

Answer: (b) <nav class="navbar navbar-default">

Explanation: A navigation bar is like a navigation header that is placed at the top of the page. You can collapse or extend it according to the screen size. You can create a standard navigation bar at the top of the page with <nav class="navbar navbar-default">.

Related questions

0 votes
    Which of the following is the correct syntax of creating a standard navigation tab?
asked Feb 28, 2021 in Technology by JackTerrance
0 votes
    Which of the following class is used to create a black navigation bar? .navbar-default .navbar-inverse .navbar-black .navbar-dark...
asked Feb 28, 2021 in Technology by JackTerrance
0 votes
    I want to calculate browser height without considering browser address bar and bottom navigation bar height. The ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    I want to calculate browser height without considering browser address bar and bottom navigation bar height. The ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 24, 2022 in Education by JackTerrance
0 votes
    A gas at 350 K and 15 bar has molar volume 20 percent smaller than that for an ideal gas under the ... attractive forces are dominant Select the correct answer from above options...
asked Jan 2, 2022 in Education by JackTerrance
0 votes
    Choose the correct option: 1. Title of the project is displayed at Menu Bar/Title Bar. 2. Datatype which ... controlis Event/Property. Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    Choose the correct option: 1. Title of the project is displayed at Menu Bar/Title Bar. 2. Datatype which ... controlis Event/Property. Select the correct answer from above options...
asked Dec 22, 2021 in Education by JackTerrance
0 votes
    Which of the following is the correct HTML syntax for adding background color? 1.

... /p> 4.

...
asked Jul 12, 2021 in Technology by JackTerrance
0 votes
    What is the correct syntax for referring to an external script called “blogmepost.js”? A. B. C. D....
asked Feb 27, 2021 in Technology by JackTerrance
0 votes
    Which of the following is the correct syntax to display blogmepostsforblogmeposts in an alert box using ... ( blogmepostsforblogmeposts ); D. alert( blogmepostsforblogmeposts );...
asked Feb 27, 2021 in Technology by JackTerrance
0 votes
    Choose the correct JavaScript syntax to change the content of the following HTML code.

asked Feb 27, 2021 in Technology by JackTerrance

0 votes
    What is correct syntax for main method of a java class? A - public static int main(String[] args) B - public int main( ... static void main(String[] args) D - None of the above....
asked Dec 11, 2020 in Technology by RosettaProes
+1 vote
    Select the statement that has correct JavaScript syntax a)document.write("text") b)alert stop ; c)console.log("text");...
asked Oct 8, 2020 in Technology by JackTerrance
0 votes
    Which is the correct HTML syntax for adding a link to the image? 1. ... xyz.com/image”>...
asked Jul 12, 2021 in Education by JackTerrance
0 votes
    Select the statement that has correct JavaScript syntax 1. document.write("text") 2. alert stop ; 3. console.log("text");...
asked Feb 23, 2021 by JackTerrance
...