Help for this page

Select Code to Download


  1. or download this
    use Modern::Perl;
    
    ...
    <title>Greetings</title>
    <table><tr><td>Hello World</table>
    <!-- This is a valid HTML5 document. See http://validator.w3.org/check
    + -->
    
  2. or download this
    <!doctype html>
    <title>Greetings</title>
    ...
    <script type="application/ecmascript">
    window.alert(document.querySelector('tbody').textContent);
    </script>