replace html tag using jquery code example
Example 1: jquery replace html
$(element).html("Hello World");
Example 2: change html using jquery
$("#regTitle").html("Hello World");
$(element).html("Hello World");
$("#regTitle").html("Hello World");