21273c78f95a6d6d603b69fd8dd38e0d889b93df
faq.md
... | ... | @@ -78,10 +78,6 @@ R is /programs/x86_64-linux/r/3.6.2/bin/R |
78 | 78 | |
79 | 79 | Plan text before test table: |
80 | 80 | |
81 | -<table> |
|
82 | - <tr> |
|
83 | - <td>Test Tables</td> |
|
84 | - </tr> |
|
85 | -</table> |
|
81 | +<html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>JavaScript Test</title> </head> <body> <h1>Testing JavaScript</h1> <p>If you see an alert message, JavaScript is working!</p> <script> alert('JavaScript is working!'); </script> </body> </html> |
|
86 | 82 | |
87 | 83 | Plain text after test table. |
... | ... | \ No newline at end of file |