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

Sunday, December 23, 2012

Codecademy Sample Solution: Projects Radio Buttons



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

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts