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

Saturday, December 22, 2012

Codecademy Sample Solution: Projects Adding a "textarea"



<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
        <form>
            <input type="text" name="input1" value="Basic"/>
            <input type="text" name="input2" value="Form"/>
        </form>
        <textarea></textarea>
</body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts