I'm working through a tutorial test for wordpress development
I have this code:
function TopHeading(target) {
$(target).style.fontsize = "20px";
}
TopHeading(".top-page-heading");
Is it addaction("Location" , "Function Name") all that I need to add? tags too?
Total noob. Just looking for some direction.