write a javascript program to accept name and surname from the user and print it in bigger font and blue color
Answers
Answered by
2
function MyFunction() {
var first, second;
first = document.getElementById("firstname").value;
second = document.getElementById("lastname").value;
document.GetElementById("here").InnerHTML = first;
document.GetElementById("here").InnerHTML = second;
}
please mark me as a brainlist and follow me and thanks my all answers and rate my all answers and
Answered by
1
Answer:
Attachments:
Similar questions