Question: The JQuery code below does not work, as the Inline CSS it's supposed to invoke simply displays onscreen instead of increasing the font size

The JQuery code below does not work, as the "Inline CSS" it's supposed to invoke simply displays onscreen instead of increasing the font size like you want. According to a similar JQuery example shown in the "Javascript Basics 3" video, how would you fix it?
$('#example2').text.('The font size increased!');
Group of answer choices
Use External vs. Inline CSS styling
Use a DIV instead of a SPAN tag
Change the "text" property to the "html" property
Remove the # symbol in front of "example2"

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!