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.