I am trying to use jQuery to create HTML elements. It seems easier just to create the HTML elements using HTML code. However, the assignment I'm working on says to create my elements using Javascript/jQuery.
So my question is, if I create html elements in jQuery, are they added to my HTML file? If not, where does it go?
jQuery .append()w3schools.com/jquery/html_append.asp