Please how can i attach a css script for a html menu bar ? to make a dropdown menu bar
Thanks
Printable View
Please how can i attach a css script for a html menu bar ? to make a dropdown menu bar
Thanks
If you have your CSS in a file then you can bring it into the head of the page this way:
<link rel="stylesheet" type="text/css" href="pathTo/yourfile.css" />