html formfields.html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html formfields.html相关的知识,希望对你有一定的参考价值。

<form action='' method=''>
	<div>
		<label for='Id'>Id</label>
		<input type='text' name='Id' id='Id' />
	</div>
	
	<div>
		<label for='Name'>Name</label>
		<input type='text' name='Name' id='Name' />
	</div>
	
	<div>
		<label for='Class'>Class</label>
		<input type='text' name='Class' id='Class' />
	</div>
	
	<input type='submit' value='Save' />
	
</form>

以上是关于html formfields.html的主要内容,如果未能解决你的问题,请参考以下文章

Html.Partial 与 Html.RenderPartial 和 Html.Action 与 Html.RenderAction

html Html模板/ Html Boilerplate |标签HTML

html里怎么引用一个html的头部

html5与传统html区别

html4和html5的区别

HTML元素