87.9k views
4 votes
Which of the following do you NOT need to do when you use the SlickNav menu plugin for a responsive web page? Group of answer choices Use CSS to hide and display the SlickNav menu based on viewport size Use HTML to code the menu used by SlickNav Code a script element for the jQuery core library Code a script element for the SlickNav JavaScript file Code a script element that appends the slicknav menu to an HTML element Code a link element for the SlickNav style sheet

User Wei Xu
by
2.9k points

1 Answer

6 votes

Answer:

Use HTML to code the menu used by SlickNav

Step-by-step explanation:

In Computer programming, when you use the SlickNav menu plugin for a responsive web page you need to;

- Use CSS to hide and display the SlickNav menu based on viewport size. - Code a script element for the jQuery core library.

- Code a script element for the SlickNav JavaScript file.

- Code a script element that appends the slicknav menu to an HTML element.

- Code a link element for the SlickNav style sheet.

User IcemanBerlin
by
3.3k points