Question: Add code to the following JavaScript function in order to add class=important to all paragraphs of a webpage: function makeParagraphsImportant(){ //Your code goes here }
Add code to the following JavaScript function in order to add class="important" to all paragraphs of a webpage:
function makeParagraphsImportant(){
//Your code goes here
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
