聽課筆記
筆記:
<form?action="內(nèi)容會被提交到的地方"?target=“_blank” method=“get”?/>
? <input type="button/submit" value="submit">
/*實現(xiàn)提交效果前提是把input標(biāo)簽放置于<form>標(biāo)簽內(nèi),另,input中的type屬性必須為submit時才能實現(xiàn)提交*/
? <button>this is button!</button>
</form>
?
2015-12-26
hao?