html中哪些元素比较常用的?

来源:百度知道 编辑:UC知道 时间:2024/06/25 00:33:54
因为元素太多了,有很多也不理解,所以请高手告诉下哪些比较重要的?

<head>~</head>:头标解释
<title>~</title>:文本显示标题
<script>~</script>:插入相应的脚本,可以是VBscript也可以是Javascript
<noscript>~<noscript>:插入禁止保存网站的项
<marquee>~</marquee>:插入移动字符
<a href=...>~〈/a>:插入超链接
<form action=...>~</form>:提交表单
<link href=...插入相关的CSS文件>
<style>~</style>:插入相应的图标,比如鼠标样子图标
<table>~<table>:插入显示HTML的一个表格,需要class和id的属性
<div>~</div>:定义显示文本的位置,需要class和id的属性
<font>~</font>:文字颜色和大小布局
<p>~</p>:文字段
<input />:输入表格属性,一般分为name和password两种。
上面都是些常用的,还有更多的没有列举出来。
参考资料:http://www.gzsums.edu.cn/webclass/html/html_design.html

html中都比较重要。常用的有:

table
tr
td
img
a href
form
input
select option
html
head
body