什么是HTML元素?浅谈元素的语法规则

html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">

什么是HTML元素?本篇文章带大家了解一下HTML元素,介绍一下html 元素的语法规则。

什么是HTML元素?浅谈元素的语法规则

相关推荐:《什么是CSS语法?详细介绍使用方法及规则》

HTML元素

HTML 元素指的是从开始标签到结束标签的所有代码。

如:

,这就是一个HTML元素。

代码示例

<head>
<body>
<p></p>
</body>
</html>

以及内容元素里面随便写,我写是本站php中文网

元素的内容是开始标签与结束标签之间的内容

代码示例

<p>php中文网</p>

html 元素的语法规则:

  • html 元素以开始标签开始,也叫起始标签

  • html 元素以结束标签结束,也叫闭合标签

  • 开始标签和结束标签之间的内容是元素内容

  • 有的元素没有元素内容可理解为空元素,空元素一般在开始标签内关闭,即以开始标签的结束而结束;


    就是没有关闭标签的空元素(
    标签定义换行)。

  • 大多数元素都有属性

  • 标签对大小写不敏感,但是万维网推荐使用小写

实例讲解

元素

<p>php中文网</p>

元素拥有一个开始标签

,一个结束标签

元素内容是: php中文网

元素

<body>
<p>php中文网</p>
</body>

元素定义了HTML文档的主体。

这个元素拥有一个开始标签 以及一个结束标签

元素内容是:

php中文网


<html> 元素

<html>

<body>
<p>php中文网</p>
</body>

</html>

<html> 元素定义了整个 HTML 文档。

这个元素拥有一个开始标签 <html> ,以及一个结束标签 html>

元素内容是另一个 HTML 元素body 元素)

元素

元素是所有头部元素的容器

元素必须包含文档的标题(title),可以包含脚本、样式、meta 信息 以及其他更多的信息。

以下列出的元素能被用在 元素内部:

  • </code>(在头部中,这个元素是必需的)</p></li><li><p><code><style></code></p></li><li><p><code><base></code></p></li><li><p><code><link></code></p></li><li><p><code><meta></code></p></li><li><p><code><script></code></p></li><li><p><code><noscript></code></p></li></ul><p>所有主流浏览器都支持 <code><head> </code>标签</p><p><span style="font-size: 18px;"><strong>注意事项</strong></span></p><ul style="list-style-type: disc;"><li><p>不要忘记结束标签</p></li><li><p>使用小写标签</p></li></ul><p>推荐学习:<a href="/tag-news-name-HTML-p-1.html">HTML</a>视频教程</p> <p>以上就是什么是<a href="/tag-news-name-HTML-p-1.html">HTML</a>元素?浅谈元素的语法规则的详细内容,更多请关注其它相关文章!</p> <button type="button" class="ask_text test-iframe-handle"> </button> </div> </article> <script type="text/javascript" src="/index.php?s=hits-show-id-34142-type-insert-sid-news" charset="utf-8"></script><aside class="swnetnews"> <div class="lis"> <span><i>推荐内容</i></span> <ul> <li><a href="/doc/2360.html" title="五个XML技巧" target="_blank">五个XML技巧</a></li><li><a href="/doc/439.html" title="xml解析之sax解析原理图和技术介绍" target="_blank">xml解析之sax解析原理图和技术介绍</a></li><li><a href="/doc/9270.html" title="在微众银行中解绑银行卡的具体操作步骤" target="_blank">在微众银行中解绑银行卡的具体操作步骤</a></li><li><a href="/doc/10822.html" title="PHP怎么将公众号支付转换为WAP支付" target="_blank">PHP怎么将公众号支付转换为WAP支付</a></li><li><a href="/doc/9329.html" title="深入浅析PHP文件包含漏洞" target="_blank">深入浅析PHP文件包含漏洞</a></li><li><a href="/doc/6605.html" title="一分钟带你了解神器phpstorm功能(分享)" target="_blank">一分钟带你了解神器phpstorm功能(分享)</a></li><li><a href="/doc/6403.html" title="教你怎么使用PHP的runkit扩展" target="_blank">教你怎么使用PHP的runkit扩展</a></li><li><a href="/doc/4297.html" title="Python自学文件操作" target="_blank">Python自学文件操作</a></li><li><a href="/doc/10235.html" title="redis两种持久化方式的缺陷介绍" target="_blank">redis两种持久化方式的缺陷介绍</a></li><li><a href="/doc/8643.html" title="redis与jedis的区别是什么" target="_blank">redis与jedis的区别是什么</a></li> </ul> </div> </aside> </main> <script> // first, find all the div.code blocks document.querySelectorAll('pre').forEach(el => { // then highlight each hljs.highlightElement(el); hljs.lineNumbersBlock(el); }); </script> <link rel="stylesheet" type="text/css" href="/kan/css/basezb.css"> <script type="text/javascript" src="/kan/js/read.js"></script> <div style="display:none"> <div class="login-box" id="login-dialog"> <div class="login-top"><a rel="nofollow" id="login1" onclick="setTab('login',1,2);" >登录</a></div> <div class="login-form" id="nav-signin"> <!-- <div class="login-ico"><a rel="nofollow" class="qq" id="qqlogin" target="_blank" href="/user-center-qqlogin.html"> QQ </a></div> --> <div class="login-box-form" id="con_login_1"> <form id="loginform" action="/user-center-login.html" method="post" onsubmit="return false;"> <p class="int-text"> <input class="email" id="username" name="username" type="text" value="用户名或Email" onfocus="if(this.value=='用户名或Email'){this.value='';}" onblur="if(this.value==''){this.value='用户名或Email';};" ></p> <p class="int-text"> <input class="password1" type="password" id="password" name="password" value="******" onBlur="if(this.value=='') this.value='******';" onFocus="if(this.value=='******') this.value='';" > </p> <p class="int-info"> <label class="ui-label"> </label> <label for="agreement" class="ui-label-checkbox"> <input type="checkbox" value="" name="cookietime" id="cookietime" checked="checked" value="2592000"> <input type="hidden" name="notforward" id="notforward" value="1"> <input type="hidden" name="dosubmit" id="dosubmit" value="1">记住我的登录 </label> <a rel="nofollow" class="aright" href="/user-center-forgetpwd.html" target="_blank"> 忘记密码? </a></p> <p class="int-btn"><a rel="nofollow" id="loginbt" class="loginbtn"><span>登录</span></a></p> </form> </div> </div> </div> </div> </div> <script type="text/javascript" src="/kan/js/foot_js.js"></script> <div id="footer"> <div class="w1200"> <p class="tips_text">本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。</p> <p class="tips_text">Copyright © 2004-2018 https://www.sxiaw.com. All Rights Reserved.<script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?fa236be8ec7680639fbd4ee307fd0c69"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <a href="http://beian.miit.gov.cn/" target="_blank">津ICP备2023001793号-1</a><a href="https://sxiaw.com/gb-p-1.html" target="_blank">问题反馈</a></p> </div> </div> </body> </html>