<h1>:黑大粗
<p>:换行和隔行
<hr>分割线
<br>换行
<a href=''> 链接   锚(#id属性)
<img src='' alt='' title=''>
<ul> <ol> <d1>:<li>
<table border='1' cellspacing(单元格间距) cellpadding(单元格边距)>:<tr><td><th> 合并单格:rowspan
clospan
<div>
<span>
<form>
<input type='' name=''> 
name 作为传入server(服务器)的字典的键,vaule作为值
type='text','password','image'-----定义输入字段的初始值
type=‘checkbox','radio','image'-----定义与输入相关联的值
<select name=''>:<option value=''>
<label for=''></label>
<textarea>
</form>
归纳

相关文章:

  • 2021-09-14
  • 2021-09-12
  • 2021-07-24
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2021-10-04
猜你喜欢
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
  • 2021-06-09
  • 2021-09-14
  • 2022-12-23
相关资源
相似解决方案