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

Wednesday, December 19, 2012

Codecademy Sample Solution: Codeyear Making The List Form



<html>
 
    <head>
        <script type="text/javascript" src="script.js"></script>
    </head>

    <body>
        <form name="myChecklistForm">
            <input type="text" name="checklistItem" />
            <input type="button" onclick="processForm()" value="Add to List" />
        </form>
        <div id="checkList"></div>
    </body>
 
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts