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

Respuesta :

Lanuel

Answer:

Use HTML to code the menu used by SlickNav

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.