<html> <head> <title>JavaScript Example</title> <link rel="stylesheet" href="style.css" type="text/css"> <script src="intro.js"></script> </head> <body> <!-- webpage content --> </body> </html>
<html> <head> <title>JavaScript Example</title> <link rel="stylesheet" href="style.css" type="text/css"> <script src="intro.js"></script> </head> <body> <!-- webpage content --> </body> </html>