HTML常用代码是什么
HTML常用代码是什么?
网页的描写,关键字,作者及其他元素:meta name="" content=""
客户端足本:<script>window.alert('');<script>
文档的样式信息:<style></style>
引进图片:img src
换行:br
超级链接:a herf
新的页面翻开:target="_blank"
无序列表:<ul><li></li></ul>
有序列表:<ol><li></li></ol>
表格的页眉:thead
表格的主题:tbody
定义表格的页足:tfood
定义表格:table
边框:border
单元格边框与内容的间距:cellbadding
单元格之间的间距:cellspacing
表格的表头:th
表格的行:tr
表格的单元:td
表单:form action="阅读者输入的数据被传送到的地方" methot="数据传送的方式"(get或post)
文本框:<input type="text" name="name" value=""><br>
密码框:<input type="password" name="password" value=""><br>
单选框:radio
当type=radio时为单选框
多选框:checkbox
当type=checkbox时为多选框
默许选项:checked
[]:多个值,数组
下拉列表框:<select name="">选项<option value=""></option></select>
默许选中:selected
多行文本:<textarea name""></textarea>
行数:cols
列数:rows
上传图片头像或场景:<input type="file"/>
提交按钮:<input type="submit" value=提交>
重置按钮:<input type="reset" value=重置>
等等。
引荐学习:html教程
以上就是HTML常用代码是什么的具体内容,更多请关注百分百源码网其它相关文章!