My Blog
—
by
<!DOCTYPE html> <html> <body> <h2>HTML JS OUTPUT</h2> <p>1st Paragraph.</p> <p id="HTMLJSOUTPUT"></p> <script> document.getElementById("HTMLJSOUTPUT").innerHTML = 7 + 7; </script> </body> </html>
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Leave a Reply