Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, November 26, 2012

Codecademy: "Linking Your HTML and Javascript Files"


<!--sample solution to index.html-->

<!DOCTYPE html>
<html>
    <head>
        <title></title>
        <!--Add your script tag here.-->
        <script type="text/javascript" src="script.js"></script>
    </head>
    <body>
        <div></div>
    </body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts