Home  >  Article  >  Web Front-end  >  What elements are in the head of HTML?

What elements are in the head of HTML?

(*-*)浩
(*-*)浩Original
2019-12-14 14:45:404000browse

What elements are in the head of HTML?

##HTML element All header tag elements. In the element you can insert scripts, style files (CSS), and various meta information. The element tags that can be added in the head area are: , <style>, <meta>, <link>, <script>, <noscript>, and < base>.</a></p> <p>HTML <title> element</p> <p></p><title> tag defines the title of different documents. <p><strong><title> is required in HTML/XHTML documents. </strong></p> <p>HTML <base> element </p> <p></p><base> tag describes the basic link address/link target. This tag serves as the base for all link tags in the HTML document. Default Link<p><strong></strong>HTML <link> Element</p> <p></p><link> tag defines the relationship between the document and external resources. The <p><strong><link> tag is usually used to link to a style sheet</strong></p> <p>HTML <style> element</p> <p></p><style> tag defines the HTML The document’s style file reference address.<p><strong>In the <style> element, you can also add styles directly to render the HTML document</strong></p> <p>HTML <meta> element</p>## The <p>#meta tag describes some basic metadata. The </p> <p><meta> tag provides metadata. Metadata is also not displayed on the page, but will be parsed by the browser. <strong></strong></p>The META element is typically used to specify a web page's description, keywords, the file's last modification time, author, and other metadata. <p></p> <p>Metadata can be used by browsers (how to display content or reload pages), search engines (keywords), or other web services. </p> <p><meta> Generally placed in the <head> area <strong></strong></p>HTML <script> element <p></p> <p><script> tag is used for loading Script files, such as JavaScript. </p><p>The above is the detailed content of What elements are in the head of HTML?. For more information, please follow other related articles on the PHP Chinese website!</p></div><div class="nphpQianMsg"><a href="javascript:void(0);">JavaScript</a> <a href="javascript:void(0);">css</a> <a href="javascript:void(0);">html</a> <a href="javascript:void(0);">xhtml</a> <a href="javascript:void(0);">样式表</a> <a href="javascript:void(0);">搜索引擎</a><div class="clear"></div></div><div class="nphpQianSheng"><span>Statement:</span><div>The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn</div></div></div><div class="nphpSytBox"><span>Previous article:<a class="dBlack" title="How to customize a list in HTML" href="//m.sbmmt.com/m/faq/438513.html">How to customize a list in HTML</a></span><span>Next article:<a class="dBlack" title="How to customize a list in HTML" href="//m.sbmmt.com/m/faq/439650.html">How to customize a list in HTML</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>Related articles</h2><em><a href="//m.sbmmt.com/m/article.html" class="bBlack"><i>See more</i><b></b></a></em><div class="clear"></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-6t+ed+2i-1n-4w" data-ad-client="ca-pub-5902227090019525" data-ad-slot="8966999616"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><ul class="nphpXgwzList"><li><b></b><a href="//m.sbmmt.com/m/faq/435556.html" title="HTML <datalist> tag" class="aBlack">HTML <datalist> tag</a><div class="clear"></div></li><li><b></b><a href="//m.sbmmt.com/m/faq/435684.html" title="HTML <dir> tag" class="aBlack">HTML <dir> tag</a><div class="clear"></div></li><li><b></b><a href="//m.sbmmt.com/m/faq/435819.html" title="HTML <blockquote> tag" class="aBlack">HTML <blockquote> tag</a><div class="clear"></div></li><li><b></b><a href="//m.sbmmt.com/m/faq/435954.html" title="HTML <abbr> tag" class="aBlack">HTML <abbr> tag</a><div class="clear"></div></li></ul></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="5027754603"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><footer><div class="footer"><div class="footertop"><img src="/static/imghwm/logo.png" alt=""><p>Public welfare online PHP training,Help PHP learners grow quickly!</p></div><div class="footermid"><a href="//m.sbmmt.com/m/about/us.html">About us</a><a href="//m.sbmmt.com/m/about/disclaimer.html">Disclaimer</a><a href="//m.sbmmt.com/m/update/article_0_1.html">Sitemap</a></div><div class="footerbottom"><p> © php.cn All rights reserved </p></div></div></footer><script>isLogin = 0;</script><script type="text/javascript" src="/static/layui/layui.js"></script><script type="text/javascript" src="/static/js/global.js?4.9.47"></script></div><script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script><link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css' type='text/css' media='all'/><script type='text/javascript' src='/static/js/viewer.min.js?1'></script><script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script><script>jQuery.fn.wait = function (func, times, interval) { var _times = times || -1, //100次 _interval = interval || 20, //20毫秒每次 _self = this, _selector = this.selector, //选择器 _iIntervalID; //定时器id if( this.length ){ //如果已经获取到了,就直接执行函数 func && func.call(this); } else { _iIntervalID = setInterval(function() { if(!_times) { //是0就退出 clearInterval(_iIntervalID); } _times <= 0 || _times--; //如果是正数就 -- _self = $(_selector); //再次选择 if( _self.length ) { //判断是否取到 func && func.call(_self); clearInterval(_iIntervalID); } }, _interval); } return this; } $("table.syntaxhighlighter").wait(function() { $('table.syntaxhighlighter').append("<p class='cnblogs_code_footer'><span class='cnblogs_code_footer_icon'></span></p>"); }); $(document).on("click", ".cnblogs_code_footer",function(){ $(this).parents('table.syntaxhighlighter').css('display','inline-table');$(this).hide(); }); $('.nphpQianCont').viewer({navbar:true,title:false,toolbar:false,movable:false,viewed:function(){$('img').click(function(){$('.viewer-close').trigger('click');});}}); </script></body></html>