Code
Code
A quick syntax-highlighted view of this file.
<!DOCTYPE HTML> <html> <head> <title>Rendering Test</title> <!-- stylesheet --> <link rel="stylesheet" href="./style.css"/> </head> <body> <div class="container"> <h1>Hello World!</h1> <p>This is a sample paragraph.</p> </div> <!-- script --> <script src="./main.js"></script> </body> </html>