···129129 this is a line of code, indented with tab
130130 this is another line of code, indented with tab
131131beep boop</code></pre>
132132+ <h3>forms</h3>
133133+ <p>this form doesn't actually do anything its just a demo</p>
134134+ <form>
135135+ <label for="fname">first name</label><br />
136136+ <input type="text" id="fname" name="fname" /><br />
137137+ <label for="lname">last name</label><br />
138138+ <input type="text" id="lname" name="lname" /><br /><br />
139139+ <input type="radio" id="one" name="options" value="option 1" />
140140+ <label for="one">option 1</label><br />
141141+ <input type="radio" id="two" name="options" value="option 2" />
142142+ <label for="two">option 2</label><br />
143143+ <input type="radio" id="three" name="options" value="option 3" />
144144+ <label for="three">option 3</label><br /><br />
145145+ <input type="submit" value="submit" />
146146+ </form>
132147 <h2>difference between this and dev.css?</h2>
133148 <p>
134149 i maintain and use both, but this is a much more simple alternative to