Just starting out... :)
I'm working on this code snippet:
<div class="menu">
<ul>
<li></li>
...
</ul>
</div>
I want to add the class "nav" to the <ul>
element so it looks like this: <ul class="nav">
Any assistance on how to use "GetElementByClass"? I'm a bit lost.