Computer Science, asked by Anonymous, 7 months ago

write a javascript program to accept name and surname from the user and print it in bigger font and blue color ​

Answers

Answered by kumarshubhankar250
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 newrk941680570690
1

Answer:

\huge\boxed{\fcolorbox{black}{red}{Answer}}

Attachments:
Similar questions