HTML:
<div> <form> <textarea name="message" cols="40" rows="5"></textarea> <input type="submit" value="submit"> </form> </div> Текст CSS:
 div { width: 300px } textarea { display: block; } input { float:right; display: block; } 
Why doesn't the submit button shift the text below? She's part of a div block.
