Homejquery Write code for h1 selector to display text as welcome to jquery Vikram somai August 27, 2021 0 Comments Facebook Twitter Write code for h1 selector to display text as welcome to jquerycode:-html code:-<h1 id="first"></h1>script:-$(document).ready(function(){$("#first").html("welcome");})output:-welcome Tags jquery Facebook Twitter
Post a Comment
If you have any doubts, Please let me know
Thanks!