HTML Basics
本章作业需要用到的:
Title
Heading
<h1>天气查询</h1>- search box `
- search submit
<input type="submit" name="search_submit" value="查询"> buttons
<input type="button" name="help" value="帮助">text field? to show the result
HTML Forms
<input type="submit"> 提交数据给form-handler - 通常时一个server page上面写着处理数据的脚本;form-handler在action属性上说明 <form action="action_page.php">
Questions:
- 不能在同一行展示,why?
Change Logs
2017.02.13 Initial Draft