文中几个表单元素代码的错误

1.<input name="country" value-"Yourcountry here." />
2.
3.<textarea name="say" height="6"width="100">Your story.
4.<select name-"popsicle">

//1
value="     "
//2
<textarea rows="3" cols="20">

</textarea>

//3
name="    "         </select>   

等于号