+ 2
// Hope this code helps you let t = document.getElementById("text"); function bold() { t.style.fontWeight = "bold"; t.textContent= "Welcome"; } function FontSize() { t.style.fontSize = "30px"; }
24th May 2022, 1:42 AM
SoloProg
SoloProg - avatar