Source Code:
(back to article)
<!DOCTYPE html> <html> <head> <title>Title of the Document</title> </head> <body> <div id="text"> <h1>Headline.</h1> <p>Welcome to W3Docs</p> </div> <script> // Headline. Welcome to W3Docs alert(text.textContent); </script> </body> </html>
Result:
Report an issue