• \n
    \n

    python<\/h2>\n

    Python is a new programming language<\/p>\n<\/article>\n<\/body>\n<\/html><\/pre>\n

    輸出:<\/strong><\/p>\n

    \"HTML<\/p>\n

    示例#2<\/h4>\n

    一個示例說明如何使用屬性 <\/p>\n

    與CSS樣式。它利用 CSS 在網(wǎng)絡瀏覽器中良好地顯示。\n

    代碼:<\/strong><\/p>\n

    \n\nDemo of article<\/title>\n<\/head>\n<body>
    <h1><a href="http://m.miracleart.cn/">国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂</a></h1>\n<article style=\"width: 200px; border: 1px solid black;\npadding: 8px; border-radius: 8px;\nmargin:6px;\">\n<article>\n<address>\nWritten by xxxxxx.<br>\nrefer me at: <br>\nhttps:\/\/www.educba.com\/ <br>\n<\/address>\n<\/article><\/pre>\n<p>下面的輸出向訪問者顯示了帶有鏈接地址的網(wǎng)頁。<\/p>\n<p><strong>輸出:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543858128891.png\" alt=\"HTML 文章標簽\" ><\/p>\n<h4>示例#3<\/h4>\n<p>示例演示如何使用顯示日期和時間。<\/p>\n\n\n<p><strong>代碼:<\/strong><\/p>\n<pre><!DOCTYPE html>\n<head>\n<title>Demo of article tag<\/title>\n<\/head>\n<body>\n<article style=\"width: 200px; border: 1px solid black;\npadding: 8px; border-radius: 8px; color :green;\nmargin:6px;\">\n<article class=\"blog_post\">\n<p>My first article post. Stay tuned<\/p>\n<footer>\n<p>\nDisplayed on <time datetime=\"2019-12-24 20:00\"> Dec 23<\/time> by tutor\n<\/p>\n<\/footer>\n<\/article><\/pre>\n<p><strong>輸出:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543858388034.png\" alt=\"HTML 文章標簽\" ><\/p>\n<h4>示例#4<\/h4>\n<p>使用多篇文章的示例。下面的代碼使用語義元素 <\/p>\n<h1> 來指定 HTML 內(nèi)容中最重要的標頭。\n<\/h1>\n<p><strong>代碼:<\/strong><\/p>\n<pre><style>\n.JAN {\nmargin: 1;\npadding: .2rem;\nbackground-color: #D2691E;\nfont: 2rem 'Fira Sans', sans-serif;\n}\n.JAN > h1,\n.day {\nmargin: .4rem;\npadding: .2rem;\nfont-size: 1rem;\n}\n.day {\nbackground: border-box no-repeat\ngray;\n}\n.day > h2,\n.day > p {\nmargin: .2rem;\nfont-size: 1rem;\n}\n<\/style>\n<article class=\"JAN\">\n<h1>FEDERAL HOLIDAYS IN USA<\/h1>\n<article class=\"day\">\n<h2>01 JAN 2020<\/h2>\n<p>NEW YEAR DAY.<\/p>\n<p> martin luther day <\/p>\n<\/article>\n<article class=\"day\">\n<h2>18 feb 2020<\/h2>\n<p>Presidents day.<\/p>\n<\/article>\n<article class=\"day\">\n<h2>05 May 2020<\/h2>\n<h2>27 May 2020<\/h2>\n<p>mothers day.<\/p>\n<p>memorial day.<\/p>\n<\/article>\n<\/article><\/pre>\n<p><strong>輸出:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543858477007.png\" alt=\"HTML 文章標簽\" ><\/p>\n<h4>示例#5<\/h4>\n<p>我們將看到標簽由幾個 <section> 完成。標簽。下面是一些帶有輸出的代碼。<\/section><\/p>\n<p><strong>代碼:<\/strong><\/p>\n<pre><style>\n.art {\nmargin: 5;\npadding: .3rem;\nbackground-color: #DC143C;\nfont: 1rem 'italic', sans-serif;\n}\n<\/style>\n<article class=\"art\">\n<section id=\"aim\">\n<p>[Main Objective]<\/p>\n<\/section>\n<section id=\"main_concept\">\n<p>[Content text]<\/p>\n<\/section>\n<section id=\"link page\">\n<ul>\n<li><a href=\"tt.html\">first link page<\/a><\/li>\n<li><a href=\"th.html\">second link page<\/a><\/li>\n<\/ul>\n<\/section>\n<\/article><\/pre>\n<p><strong>輸出:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543858794568.png\" alt=\"HTML 文章標簽\" ><\/p>\n\n\n<h4>示例#6<\/h4>\n<p><strong>代碼:<\/strong><\/p>\n<pre><article>\n<header>\n<h1>On this page<\/h1>\n<p>Published on 15th DEC 2019<\/p>\n<\/header>\n<p>WELCOME<\/p>\n<p> EXAMPLES TOPIC<\/p>\n<p>ILLUSTRATION<\/p>\n<section>\n<h2>Related topics<\/h2>\n<article>\n<footer>\n<p>published by Mark winston<\/p>\n<\/footer>\n<p>This was a great article<\/p>\n<\/article>\n<article>\n<footer>\n<p>Posted by: Casey Brock<\/p>\n<\/footer>\n<p>What do you think about the topics with the comments please<\/p>\n<\/article>\n<\/section>\n<\/article><\/pre>\n<p>這是一個全局標題,其中包含任何具有相關內(nèi)容的文檔的網(wǎng)頁標題。接下來是標簽,鏈接到特定網(wǎng)站的頁腳,并通過在頁腳部分提供公司詳細信息來有利于 SEO。最后,真正的使用<section>的方法是:標簽是嵌入或分組頁面的相關內(nèi)容,或者以其他方式;我可以說它們是自治的部分結構。<\/section><\/p>\n<p><strong>輸出:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543859056330.png\" alt=\"HTML 文章標簽\" ><\/p>\n<h4>示例#7<\/h4>\n<p>借助 <main> 的文章標簽標簽。<\/main><\/p>\n<p><strong>代碼:<\/strong><\/p>\n<pre><!DOCTYPE html>\n<head>\n<title>Demo of article tag<\/title>\n<\/head>\n<main>\n<article>\n<h1>Cloud computing Basics<\/h1>\n<p>Used for data storage.<\/p>\n<section>\n<h2>Basic and syntax part<\/h2>\n<p>With an example.<\/p>\n<\/section>\n<section>\n<h2>Types of cloud computing services<\/h2>\n<p>Private , public , hybrid<\/p>\n<\/section>\n<\/article>\n<\/main><\/pre>\n<p><strong>輸出:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543859116722.png\" alt=\"HTML 文章標簽\" ><\/p>\n<h3>結論<\/h3>\n<p>總之,本文介紹了在網(wǎng)頁上使用的幾個指南。它們是在單個網(wǎng)頁中包含文檔(它們自行感知)或內(nèi)容的絕佳選擇,并且它們被認為是 HTML5 下的完美語義元素。作為一個獨立的上下文,它已在 html5 中使用,因為尖端網(wǎng)站已開始充分利用此標簽,用戶在發(fā)布博客和雜志等內(nèi)容時會得到很好的回報。<\/p>\n<\/address>\n<\/div>\n<\/div>\n<\/div><\/article><\/p>"}	</script>
    	
    <meta http-equiv="Cache-Control" content="no-transform" />
    <meta http-equiv="Cache-Control" content="no-siteapp" />
    <script>var V_PATH="/";window.onerror=function(){ return true; };</script>
    </head>
    
    <body data-commit-time="2023-12-28T14:50:12+08:00" class="editor_body body2_2">
    	<link rel="stylesheet" type="text/css" href="/static/csshw/stylehw.css">
    <header>
        <div   id="377j5v51b"   class="head">
            <div   id="377j5v51b"   class="haed_left">
                <div   id="377j5v51b"   class="haed_logo">
                    <a href="http://m.miracleart.cn/zh/" title="" class="haed_logo_a">
                        <img src="/static/imghw/logo.png" alt="" class="haed_logoimg">
                    </a>
                </div>
                <div   id="377j5v51b"   class="head_nav">
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="社區(qū)" class="head_nava head_nava-template1">社區(qū)</a>
                        <div   class="377j5v51b"   id="dropdown-template1" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://m.miracleart.cn/zh/article.html" title="文章" class="languagechoosea on">文章</a>
                                <a href="http://m.miracleart.cn/zh/faq/zt" title="合集" class="languagechoosea">合集</a>
                                <a href="http://m.miracleart.cn/zh/wenda.html" title="問答" class="languagechoosea">問答</a>
                            </div>
                        </div>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="學習" class="head_nava head_nava-template1_1">學習</a>
                        <div   class="377j5v51b"   id="dropdown-template1_1" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://m.miracleart.cn/zh/course.html" title="課程" class="languagechoosea on">課程</a>
                                <a href="http://m.miracleart.cn/zh/dic/" title="編程詞典" class="languagechoosea">編程詞典</a>
                            </div>
                        </div>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="工具庫" class="head_nava head_nava-template1_2">工具庫</a>
                        <div   class="377j5v51b"   id="dropdown-template1_2" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://m.miracleart.cn/zh/toolset/development-tools" title="開發(fā)工具" class="languagechoosea on">開發(fā)工具</a>
                                <a href="http://m.miracleart.cn/zh/toolset/website-source-code" title="網(wǎng)站源碼" class="languagechoosea">網(wǎng)站源碼</a>
                                <a href="http://m.miracleart.cn/zh/toolset/php-libraries" title="PHP 庫" class="languagechoosea">PHP 庫</a>
                                <a href="http://m.miracleart.cn/zh/toolset/js-special-effects" title="JS特效" class="languagechoosea on">JS特效</a>
                                <a href="http://m.miracleart.cn/zh/toolset/website-materials" title="網(wǎng)站素材" class="languagechoosea on">網(wǎng)站素材</a>
                                <a href="http://m.miracleart.cn/zh/toolset/extension-plug-ins" title="擴展插件" class="languagechoosea on">擴展插件</a>
                            </div>
                        </div>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="http://m.miracleart.cn/zh/ai" title="AI工具" class="head_nava head_nava-template1_3">AI工具</a>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="休閑" class="head_nava head_nava-template1_3">休閑</a>
                        <div   class="377j5v51b"   id="dropdown-template1_3" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://m.miracleart.cn/zh/game" title="游戲下載" class="languagechoosea on">游戲下載</a>
                                <a href="http://m.miracleart.cn/zh/mobile-game-tutorial/" title="游戲教程" class="languagechoosea">游戲教程</a>
    
                            </div>
                        </div>
                    </div>
                </div>
            </div>
                        <div   id="377j5v51b"   class="head_search">
                    <input id="key_words"  onkeydown="if (event.keyCode == 13) searchs('zh')" class="search-input" type="text" autocomplete="off" name="keywords" required="required" placeholder="Block,address,transaction,news" value="">
                    <a href="javascript:;" title="搜索"  onclick="searchs('zh')"><img src="/static/imghw/find.png" alt="搜索"></a>
                </div>
                    <div   id="377j5v51b"   class="head_right">
                <div   id="377j5v51b"   class="haed_language">
                    <a href="javascript:;" class="layui-btn haed_language_btn">簡體中文<i class="layui-icon layui-icon-triangle-d"></i></a>
                    <div   class="377j5v51b"   id="dropdown-template" style="display: none;">
                        <div   id="377j5v51b"   class="languagechoose">
                                                    <a href="javascript:;" title="簡體中文" class="languagechoosea">簡體中文</a>
                                                    <a href="javascript:setlang('en');" title="English" class="languagechoosea">English</a>
                                                    <a href="javascript:setlang('zh-tw');" title="繁體中文" class="languagechoosea">繁體中文</a>
                                                    <a href="javascript:setlang('ja');" title="日本語" class="languagechoosea">日本語</a>
                                                    <a href="javascript:setlang('ko');" title="???" class="languagechoosea">???</a>
                                                    <a href="javascript:setlang('ms');" title="Melayu" class="languagechoosea">Melayu</a>
                                                    <a href="javascript:setlang('fr');" title="Fran?ais" class="languagechoosea">Fran?ais</a>
                                                    <a href="javascript:setlang('de');" title="Deutsch" class="languagechoosea">Deutsch</a>
                                                </div>
                    </div>
                </div>
                <span id="377j5v51b"    class="head_right_line"></span>
                                <div style="display: block;" id="login" class="haed_login ">
                        <a href="javascript:;"  title="Login" class="haed_logina ">Login</a>
                    </div>
                    <div style="display: block;" id="reg" class="head_signup login">
                        <a href="javascript:;"  title="singup" class="head_signupa">singup</a>
                    </div>
                
            </div>
        </div>
    </header>
    
    	
    	<main>
    		<div   id="377j5v51b"   class="Article_Details_main">
    			<div   id="377j5v51b"   class="Article_Details_main1">
    							<div   id="377j5v51b"   class="Article_Details_main1L">
    					<div   id="377j5v51b"   class="Article_Details_main1Lmain" id="Article_Details_main1Lmain">
    						<div   id="377j5v51b"   class="Article_Details_main1L1">目錄</div>
    						<div   id="377j5v51b"   class="Article_Details_main1L2" id="Article_Details_main1L2">
    							<!-- 左側(cè)懸浮,文章定位標題1 id="Article_Details_main1L2s_1"-->
    															<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#文章標簽在-HTML-中如何工作" title="文章標簽在 HTML 中如何工作?" >文章標簽在 HTML 中如何工作?</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#實現(xiàn)-HTML-標簽的示例" title="實現(xiàn) HTML 標簽的示例" >實現(xiàn) HTML 標簽的示例</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#示例" title="示例#7" >示例#7</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#結論" title="結論" >結論</a>
    								</div>
    														</div>
    					</div>
    				</div>
    							<div   id="377j5v51b"   class="Article_Details_main1M">
    					<div   id="377j5v51b"   class="phpgenera_Details_mainL1">
    						<a href="http://m.miracleart.cn/zh/" title="首頁"
    							class="phpgenera_Details_mainL1a">首頁</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    												<a href="http://m.miracleart.cn/zh/web-designer.html"
    							class="phpgenera_Details_mainL1a">web前端</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    												<a href="http://m.miracleart.cn/zh/div-tutorial.html"
    							class="phpgenera_Details_mainL1a">html教程</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    						<span>HTML 文章標簽</span>
    					</div>
    					
    					<div   id="377j5v51b"   class="Articlelist_txts">
    						<div   id="377j5v51b"   class="Articlelist_txts_info">
    							<h1 class="Articlelist_txts_title">HTML 文章標簽</h1>
    							<div   id="377j5v51b"   class="Articlelist_txts_info_head">
    								<div   id="377j5v51b"   class="author_info">
    									<a href="http://m.miracleart.cn/zh/member/887227.html"  class="author_avatar">
    									<img class="lazy"  data-src="https://img.php.cn/upload/avatar/000/887/227/63bb7851c9547215.jpg" src="/static/imghw/default1.png" alt="WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB">
    									</a>
    									<div   id="377j5v51b"   class="author_detail">
    																			<a href="http://m.miracleart.cn/zh/member/887227.html" class="author_name">WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB</a>
                                    										</div>
    								</div>
                    			</div>
    							<span id="377j5v51b"    class="Articlelist_txts_time">Sep 04, 2024 pm	 04:29 PM</span>
    															<div   id="377j5v51b"   class="Articlelist_txts_infos">
    																			<span id="377j5v51b"    class="Articlelist_txts_infoss on">html</span>
    																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">html5</span>
    																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">HTML Tutorial</span>
    																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">HTML Properties</span>
    																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">HTML tags</span>
    																	</div>
    														
    						</div>
    					</div>
    					<hr />
    					<div   id="377j5v51b"   class="article_main php-article">
    						<div   id="377j5v51b"   class="article-list-left detail-content-wrap content">
    						<ins class="adsbygoogle"
    							style="display:block; text-align:center;"
    							data-ad-layout="in-article"
    							data-ad-format="fluid"
    							data-ad-client="ca-pub-5902227090019525"
    							data-ad-slot="3461856641">
    						</ins>
    						
    
    					<p>HTML 文章標簽已作為新版本引入 HTML5。更具體地說,它們被發(fā)現(xiàn)代表一篇文章。它被指定為獨立數(shù)據(jù),可能用于論壇帖子、雜志出版物、博客和用戶啟用的評論。它由<article>表示。標簽。此外,在網(wǎng)頁上定義時尚元素類似于<div>元素。元素。此文章標簽支持所有類型的瀏覽器:Google Chrome、opera、internet explorer 和 Edge。它們與一般部分的部分標簽不同,而是充當獨立的內(nèi)容部分。
    
    
    
    
    
    
    
    
    
    
    
    
    
    <p><strong>語法:</strong></p>
    <p>這里讓我們看看這些標簽元素的直接語法。</p>
    
    
    <pre class="brush:php;toolbar:false"><article>
    <h1>…</h1>
    </article></pre>
    <p>結構遵循開始標記。下一個前面的部分有 </p>
    <h1>標簽或 <h2>它形成一個小標題,給出內(nèi)容的準確語義信息,并提供更豐富、更合適的有意義的信息。與其他標簽一樣,此文章標簽也支持 HTML 屬性,例如事件屬性和相應類的全局屬性。
    </h2>
    </h1>
    <p><strong><article> 示例標簽:</article></strong></p>
    <pre class="brush:php;toolbar:false"><article>
    <h1>Introduction to? CSS demo</h1>
    <p>CSS is a cascading Style Sheet helps to make a web page visually colored</p>
    </article></pre>
    <h3 id="文章標簽在-HTML-中如何工作">文章標簽在 HTML 中如何工作?</h3>
    <p>本節(jié)將討論一個簡單的文章標簽(文檔中的獨立內(nèi)容)并了解它如何在網(wǎng)頁上工作。 HTML 5 引入了新的語義內(nèi)容來豐富搜索引擎中的內(nèi)容。它們確實支持內(nèi)容的全局和事件屬性。標簽的內(nèi)容被視為獨立于單頁上其他內(nèi)容部分的文檔。他們可以在頁面上定義或展示文章的名稱、作者信息和發(fā)布日期。這篇標簽可以用作單個元素和多個<article>元素。元素。</article></p>
    <p>具有單個文章元素的文檔解釋了文檔的主要內(nèi)容。它具有單獨的獨特的單個內(nèi)容,而在多個的情況下,它具有單獨的內(nèi)容。標簽,一個頁面有各種內(nèi)容;換句話說,它們是等價的 </p>
    <div> 。元素。 的主要目的是標簽的作用是通過減少 <div> 的工作來幫助 HTML 代碼清理內(nèi)容。元素。
    <h3 id="實現(xiàn)-HTML-標簽的示例">實現(xiàn) HTML 標簽的示例</h3>
    <p>以下是實現(xiàn) HTML 標簽的示例:</p>
    <h4 id="示例">示例#1</h4>
    <p>使用單個 <article> 的示例標簽。</article></p>
    <p><strong>代碼:</strong></p>
    <pre class="brush:php;toolbar:false"><!DOCTYPE html>
    <html>
    <head>
    <title>HTML Article Tag demo</title>? </head>
    <body>
    <article>
    <h2>python</h2>
    <p>Python is a new programming language</p>
    </article>
    </body>
    </html></pre>
    <p><strong>輸出:</strong></p>
    <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543858051215.png" class="lazy" alt="HTML 文章標簽" ></p>
    <h4 id="示例">示例#2</h4>
    <p>一個示例說明如何使用屬性 </p>
    <address>與CSS樣式。它利用 CSS 在網(wǎng)絡瀏覽器中良好地顯示。
    <p><strong>代碼:</strong></p>
    <pre class="brush:php;toolbar:false"><!DOCTYPE html>
    <head>
    <title>Demo of article</title>
    </head>
    <body>
    <article style="width: 200px; border: 1px solid black;
    padding: 8px; border-radius: 8px;
    margin:6px;">
    <article>
    <address>
    Written by xxxxxx.<br>
    refer me at: <br>
    https://www.educba.com/ <br>
    </address>
    </article></pre>
    <p>下面的輸出向訪問者顯示了帶有鏈接地址的網(wǎng)頁。</p>
    <p><strong>輸出:</strong></p>
    <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543858128891.png" class="lazy" alt="HTML 文章標簽" ></p>
    <h4 id="示例">示例#3</h4>
    <p>示例演示如何使用顯示日期和時間。</p>
    
    
    <p><strong>代碼:</strong></p>
    <pre class="brush:php;toolbar:false"><!DOCTYPE html>
    <head>
    <title>Demo of article tag</title>
    </head>
    <body>
    <article style="width: 200px; border: 1px solid black;
    padding: 8px; border-radius: 8px; color :green;
    margin:6px;">
    <article class="blog_post">
    <p>My first article post. Stay tuned</p>
    <footer>
    <p>
    Displayed on <time datetime="2019-12-24 20:00"> Dec 23</time> by tutor
    </p>
    </footer>
    </article></pre>
    <p><strong>輸出:</strong></p>
    <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543858388034.png" class="lazy" alt="HTML 文章標簽" ></p>
    <h4 id="示例">示例#4</h4>
    <p>使用多篇文章的示例。下面的代碼使用語義元素 </p>
    <h1> 來指定 HTML 內(nèi)容中最重要的標頭。
    </h1>
    <p><strong>代碼:</strong></p>
    <pre class="brush:php;toolbar:false"><style>
    .JAN {
    margin: 1;
    padding: .2rem;
    background-color: #D2691E;
    font: 2rem 'Fira Sans', sans-serif;
    }
    .JAN > h1,
    .day {
    margin: .4rem;
    padding: .2rem;
    font-size: 1rem;
    }
    .day {
    background: border-box no-repeat
    gray;
    }
    .day > h2,
    .day > p {
    margin: .2rem;
    font-size: 1rem;
    }
    </style>
    <article class="JAN">
    <h1>FEDERAL HOLIDAYS IN USA</h1>
    <article class="day">
    <h2>01 JAN 2020</h2>
    <p>NEW YEAR DAY.</p>
    <p> martin luther day </p>
    </article>
    <article class="day">
    <h2>18 feb 2020</h2>
    <p>Presidents day.</p>
    </article>
    <article class="day">
    <h2>05 May 2020</h2>
    <h2>27 May 2020</h2>
    <p>mothers day.</p>
    <p>memorial day.</p>
    </article>
    </article></pre>
    <p><strong>輸出:</strong></p>
    <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543858477007.png" class="lazy" alt="HTML 文章標簽" ></p>
    <h4 id="示例">示例#5</h4>
    <p>我們將看到標簽由幾個 <section> 完成。標簽。下面是一些帶有輸出的代碼。</section></p>
    <p><strong>代碼:</strong></p>
    <pre class="brush:php;toolbar:false"><style>
    .art {
    margin: 5;
    padding: .3rem;
    background-color: #DC143C;
    font: 1rem 'italic', sans-serif;
    }
    </style>
    <article class="art">
    <section id="aim">
    <p>[Main Objective]</p>
    </section>
    <section id="main_concept">
    <p>[Content text]</p>
    </section>
    <section id="link page">
    <ul>
    <li><a href="tt.html">first link page</a></li>
    <li><a href="th.html">second link page</a></li>
    </ul>
    </section>
    </article></pre>
    <p><strong>輸出:</strong></p>
    <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543858794568.png" class="lazy" alt="HTML 文章標簽" ></p>
    
    
    <h4 id="示例">示例#6</h4>
    <p><strong>代碼:</strong></p>
    <pre class="brush:php;toolbar:false"><article>
    <header>
    <h1>On this page</h1>
    <p>Published on 15th DEC 2019</p>
    </header>
    <p>WELCOME</p>
    <p> EXAMPLES TOPIC</p>
    <p>ILLUSTRATION</p>
    <section>
    <h2>Related topics</h2>
    <article>
    <footer>
    <p>published by Mark winston</p>
    </footer>
    <p>This was a great article</p>
    </article>
    <article>
    <footer>
    <p>Posted by: Casey Brock</p>
    </footer>
    <p>What do you think about the topics with the comments please</p>
    </article>
    </section>
    </article></pre>
    <p>這是一個全局標題,其中包含任何具有相關內(nèi)容的文檔的網(wǎng)頁標題。接下來是標簽,鏈接到特定網(wǎng)站的頁腳,并通過在頁腳部分提供公司詳細信息來有利于 SEO。最后,真正的使用<section>的方法是:標簽是嵌入或分組頁面的相關內(nèi)容,或者以其他方式;我可以說它們是自治的部分結構。</section></p>
    <p><strong>輸出:</strong></p>
    <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543859056330.png" class="lazy" alt="HTML 文章標簽" ></p>
    <h4 id="示例">示例#7</h4>
    <p>借助 <main> 的文章標簽標簽。</main></p>
    <p><strong>代碼:</strong></p>
    <pre class="brush:php;toolbar:false"><!DOCTYPE html>
    <head>
    <title>Demo of article tag</title>
    </head>
    <main>
    <article>
    <h1>Cloud computing Basics</h1>
    <p>Used for data storage.</p>
    <section>
    <h2>Basic and syntax part</h2>
    <p>With an example.</p>
    </section>
    <section>
    <h2>Types of cloud computing services</h2>
    <p>Private , public , hybrid</p>
    </section>
    </article>
    </main></pre>
    <p><strong>輸出:</strong></p>
    <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543859116722.png" class="lazy" alt="HTML 文章標簽" ></p>
    <h3 id="結論">結論</h3>
    <p>總之,本文介紹了在網(wǎng)頁上使用的幾個指南。它們是在單個網(wǎng)頁中包含文檔(它們自行感知)或內(nèi)容的絕佳選擇,并且它們被認為是 HTML5 下的完美語義元素。作為一個獨立的上下文,它已在 html5 中使用,因為尖端網(wǎng)站已開始充分利用此標簽,用戶在發(fā)布博客和雜志等內(nèi)容時會得到很好的回報。</p>
    </address>
    </div>
    </div>
    </div></article></p><p>以上是HTML 文章標簽的詳細內(nèi)容。更多信息請關注PHP中文網(wǎng)其他相關文章!</p>
    
    
    						</div>
    					</div>
    					<div   id="377j5v51b"   class="wzconShengming_sp">
    						<div   id="377j5v51b"   class="bzsmdiv_sp">本站聲明</div>
    						<div>本文內(nèi)容由網(wǎng)友自發(fā)貢獻,版權歸原作者所有,本站不承擔相應法律責任。如您發(fā)現(xiàn)有涉嫌抄襲侵權的內(nèi)容,請聯(lián)系admin@php.cn</div>
    					</div>
    				</div>
    
    				<ins class="adsbygoogle"
         style="display:block"
         data-ad-format="autorelaxed"
         data-ad-client="ca-pub-5902227090019525"
         data-ad-slot="2507867629"></ins>
    
    
    
    				<div   id="377j5v51b"   class="AI_ToolDetails_main4sR">
    
    
    				<ins class="adsbygoogle"
            style="display:block"
            data-ad-client="ca-pub-5902227090019525"
            data-ad-slot="3653428331"
            data-ad-format="auto"
            data-full-width-responsive="true"></ins>
        
    
    
    					<!-- <div   id="377j5v51b"   class="phpgenera_Details_mainR4">
    						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									src="/static/imghw/hotarticle2.png" alt="" />
    								<h2>熱門文章</h2>
    							</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/1796828723.html" title="Agnes Tachyon Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide |漂亮的德比志</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>2 周前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/1796827210.html" title="Oguri Cap Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide |漂亮的德比志</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>2 周前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/1796821868.html" title="Palia:Rasquellywag的Riches Quest演練" class="phpgenera_Details_mainR4_bottom_title">Palia:Rasquellywag的Riches Quest演練</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4 周前</span>
    										<span>By DDD</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/1796822997.html" title="峰:如何復興球員" class="phpgenera_Details_mainR4_bottom_title">峰:如何復興球員</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>3 周前</span>
    										<span>By DDD</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/1796832397.html" title="Grass Wonder Build Guide |烏瑪媽媽漂亮的德比" class="phpgenera_Details_mainR4_bottom_title">Grass Wonder Build Guide |烏瑪媽媽漂亮的德比</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 周前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    														</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    								<a href="http://m.miracleart.cn/zh/article.html">顯示更多</a>
    							</div>
    						</div>
    					</div> -->
    
    
    											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/hottools2.png" alt="" />
    									<h2>熱AI工具</h2>
    								</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://m.miracleart.cn/zh/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173410641626608.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undress AI Tool" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://m.miracleart.cn/zh/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title">
    													<h3>Undress AI Tool</h3>
    												</a>
    												<p>免費脫衣服圖片</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://m.miracleart.cn/zh/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411540686492.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undresser.AI Undress" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://m.miracleart.cn/zh/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title">
    													<h3>Undresser.AI Undress</h3>
    												</a>
    												<p>人工智能驅(qū)動的應用程序,用于創(chuàng)建逼真的裸體照片</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://m.miracleart.cn/zh/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411552797167.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Clothes Remover" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://m.miracleart.cn/zh/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title">
    													<h3>AI Clothes Remover</h3>
    												</a>
    												<p>用于從照片中去除衣服的在線人工智能工具。</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://m.miracleart.cn/zh/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411529149311.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Clothoff.io" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://m.miracleart.cn/zh/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_title">
    													<h3>Clothoff.io</h3>
    												</a>
    												<p>AI脫衣機</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://m.miracleart.cn/zh/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173414504068133.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Video Face Swap" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://m.miracleart.cn/zh/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_title">
    													<h3>Video Face Swap</h3>
    												</a>
    												<p>使用我們完全免費的人工智能換臉工具輕松在任何視頻中換臉!</p>
    											</div>
    										</div>
    																</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    									<a href="http://m.miracleart.cn/zh/ai">顯示更多</a>
    								</div>
    							</div>
    						</div>
    					
    
    
    					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
    						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									src="/static/imghw/hotarticle2.png" alt="" />
    								<h2>熱門文章</h2>
    							</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/1796828723.html" title="Agnes Tachyon Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide |漂亮的德比志</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>2 周前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/1796827210.html" title="Oguri Cap Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide |漂亮的德比志</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>2 周前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/1796821868.html" title="Palia:Rasquellywag的Riches Quest演練" class="phpgenera_Details_mainR4_bottom_title">Palia:Rasquellywag的Riches Quest演練</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4 周前</span>
    										<span>By DDD</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/1796822997.html" title="峰:如何復興球員" class="phpgenera_Details_mainR4_bottom_title">峰:如何復興球員</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>3 周前</span>
    										<span>By DDD</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/1796832397.html" title="Grass Wonder Build Guide |烏瑪媽媽漂亮的德比" class="phpgenera_Details_mainR4_bottom_title">Grass Wonder Build Guide |烏瑪媽媽漂亮的德比</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 周前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    														</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    								<a href="http://m.miracleart.cn/zh/article.html">顯示更多</a>
    							</div>
    						</div>
    					</div>
    
    
    											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/hottools2.png" alt="" />
    									<h2>熱工具</h2>
    								</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://m.miracleart.cn/zh/toolset/development-tools/92" title="記事本++7.3.1" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab96f0f39f7357.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="記事本++7.3.1" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://m.miracleart.cn/zh/toolset/development-tools/92" title="記事本++7.3.1" class="phpmain_tab2_mids_title">
    													<h3>記事本++7.3.1</h3>
    												</a>
    												<p>好用且免費的代碼編輯器</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://m.miracleart.cn/zh/toolset/development-tools/93" title="SublimeText3漢化版" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97a3baad9677.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3漢化版" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://m.miracleart.cn/zh/toolset/development-tools/93" title="SublimeText3漢化版" class="phpmain_tab2_mids_title">
    													<h3>SublimeText3漢化版</h3>
    												</a>
    												<p>中文版,非常好用</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://m.miracleart.cn/zh/toolset/development-tools/121" title="禪工作室 13.0.1" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97ecd1ab2670.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="禪工作室 13.0.1" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://m.miracleart.cn/zh/toolset/development-tools/121" title="禪工作室 13.0.1" class="phpmain_tab2_mids_title">
    													<h3>禪工作室 13.0.1</h3>
    												</a>
    												<p>功能強大的PHP集成開發(fā)環(huán)境</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://m.miracleart.cn/zh/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d0e0fc74683535.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="Dreamweaver CS6" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://m.miracleart.cn/zh/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_title">
    													<h3>Dreamweaver CS6</h3>
    												</a>
    												<p>視覺化網(wǎng)頁開發(fā)工具</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://m.miracleart.cn/zh/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d34035e2757995.png?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Mac版" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://m.miracleart.cn/zh/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_title">
    													<h3>SublimeText3 Mac版</h3>
    												</a>
    												<p>神級代碼編輯軟件(SublimeText3)</p>
    											</div>
    										</div>
    																	</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    									<a href="http://m.miracleart.cn/zh/ai">顯示更多</a>
    								</div>
    							</div>
    						</div>
    										
    
    					
    					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
    						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									src="/static/imghw/hotarticle2.png" alt="" />
    								<h2>熱門話題</h2>
    							</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/gmailyxdlrkzn" title="gmail郵箱登陸入口在哪里" class="phpgenera_Details_mainR4_bottom_title">gmail郵箱登陸入口在哪里</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/eyess.png" alt="" />
    											<span>8641</span>
    										</div>
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/tiezi.png" alt="" />
    											<span>17</span>
    										</div>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/java-tutorial" title="Java教程" class="phpgenera_Details_mainR4_bottom_title">Java教程</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/eyess.png" alt="" />
    											<span>1787</span>
    										</div>
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/tiezi.png" alt="" />
    											<span>16</span>
    										</div>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/cakephp-tutor" title="CakePHP 教程" class="phpgenera_Details_mainR4_bottom_title">CakePHP 教程</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/eyess.png" alt="" />
    											<span>1730</span>
    										</div>
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/tiezi.png" alt="" />
    											<span>56</span>
    										</div>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/laravel-tutori" title="Laravel 教程" class="phpgenera_Details_mainR4_bottom_title">Laravel 教程</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/eyess.png" alt="" />
    											<span>1581</span>
    										</div>
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/tiezi.png" alt="" />
    											<span>29</span>
    										</div>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/zh/faq/php-tutorial" title="PHP教程" class="phpgenera_Details_mainR4_bottom_title">PHP教程</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/eyess.png" alt="" />
    											<span>1448</span>
    										</div>
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/tiezi.png" alt="" />
    											<span>31</span>
    										</div>
    									</div>
    								</div>
    														</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    								<a href="http://m.miracleart.cn/zh/faq/zt">顯示更多</a>
    							</div>
    						</div>
    					</div>
    				</div>
    			</div>
    							<div   id="377j5v51b"   class="Article_Details_main2">
    					<div   id="377j5v51b"   class="phpgenera_Details_mainL4">
    						<div   id="377j5v51b"   class="phpmain1_2_top">
    							<a href="javascript:void(0);" class="phpmain1_2_top_title">Related knowledge<img
    									src="/static/imghw/index2_title2.png" alt="" /></a>
    						</div>
    						<div   id="377j5v51b"   class="phpgenera_Details_mainL4_info">
    
    													<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://m.miracleart.cn/zh/faq/1796829177.html" title="構建網(wǎng)頁的HTML元素是什么?" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148129241939.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="構建網(wǎng)頁的HTML元素是什么?" />
    								</a>
    								<a href="http://m.miracleart.cn/zh/faq/1796829177.html" title="構建網(wǎng)頁的HTML元素是什么?" class="phphistorical_Version2_mids_title">構建網(wǎng)頁的HTML元素是什么?</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:34 AM</span>
    								<p class="Articlelist_txts_p">網(wǎng)頁結構需核心HTML元素支撐,1.頁面整體結構由、、構成,其中為根元素,存放元信息,展示內(nèi)容;2.內(nèi)容組織依賴標題(-)、段落()及區(qū)塊標簽(如、)以提升條理與SEO;3.導航通過與實現(xiàn),常用組織鏈接并輔以aria-current屬性增強可訪問性;4.表單交互涉及、、與,確保用戶輸入與提交功能完整。正確使用這些元素能提升頁面清晰度、維護性及搜索引擎優(yōu)化。</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://m.miracleart.cn/zh/faq/1796829178.html" title="為現(xiàn)代頁面宣布正確的HTML5 Doctype。" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148132111973.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="為現(xiàn)代頁面宣布正確的HTML5 Doctype。" />
    								</a>
    								<a href="http://m.miracleart.cn/zh/faq/1796829178.html" title="為現(xiàn)代頁面宣布正確的HTML5 Doctype。" class="phphistorical_Version2_mids_title">為現(xiàn)代頁面宣布正確的HTML5 Doctype。</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:35 AM</span>
    								<p class="Articlelist_txts_p">Doctype是告訴瀏覽器用哪種HTML標準解析頁面的聲明,現(xiàn)代網(wǎng)頁只需在HTML文件最開頭寫。其作用是確保瀏覽器以標準模式而非怪異模式渲染頁面,且必須位于第一行,前面不能有空格或注釋;正確寫法僅有一種,不推薦使用舊版本或其他變體;其他如charset、viewport等應放在部分。</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://m.miracleart.cn/zh/faq/1796829956.html" title="如何使用HTML將選項分組?" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175157020270129.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="如何使用HTML將選項分組?" />
    								</a>
    								<a href="http://m.miracleart.cn/zh/faq/1796829956.html" title="如何使用HTML將選項分組?" class="phphistorical_Version2_mids_title">如何使用HTML將選項分組?</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 04, 2025 am	 03:16 AM</span>
    								<p class="Articlelist_txts_p">在HTML中使用標簽可以對下拉菜單中的選項進行分組。具體方法是用包裹一組元素,并通過label屬性定義組名,如:1.包含蘋果、香蕉、橙子等選項;2.包含胡蘿卜、西蘭花等選項;3.每個為一個獨立分組,組內(nèi)選項自動縮進。注意事項包括:①不支持嵌套;②可通過disabled屬性禁用整個組;③樣式受限需結合CSS或第三方庫美化;可使用Select2等插件增強功能。</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://m.miracleart.cn/zh/faq/1796835653.html" title="將CSS和JavaScript與HTML5結構有效整合。" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175226046128038.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="將CSS和JavaScript與HTML5結構有效整合。" />
    								</a>
    								<a href="http://m.miracleart.cn/zh/faq/1796835653.html" title="將CSS和JavaScript與HTML5結構有效整合。" class="phphistorical_Version2_mids_title">將CSS和JavaScript與HTML5結構有效整合。</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 12, 2025 am	 03:01 AM</span>
    								<p class="Articlelist_txts_p">HTML5、CSS和JavaScript應通過語義化標簽、合理加載順序與解耦設計高效結合。1.使用HTML5語義化標簽如、提升結構清晰度與可維護性,利于SEO和無障礙訪問;2.CSS應置于中,使用外部文件并按模塊拆分,避免內(nèi)聯(lián)樣式與延遲加載問題;3.JavaScript推薦放在前引入,使用defer或async異步加載以避免阻塞渲染;4.減少三者間強依賴,通過data-*屬性驅(qū)動行為、類名控制狀態(tài),統(tǒng)一命名規(guī)范提升協(xié)作效率。這些方法能有效優(yōu)化頁面性能與團隊協(xié)作。</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://m.miracleart.cn/zh/faq/1796831880.html" title="使用HTML按鈕元素實現(xiàn)可點擊按鈕" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175182671121571.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="使用HTML按鈕元素實現(xiàn)可點擊按鈕" />
    								</a>
    								<a href="http://m.miracleart.cn/zh/faq/1796831880.html" title="使用HTML按鈕元素實現(xiàn)可點擊按鈕" class="phphistorical_Version2_mids_title">使用HTML按鈕元素實現(xiàn)可點擊按鈕</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 07, 2025 am	 02:31 AM</span>
    								<p class="Articlelist_txts_p">要使用HTML的button元素實現(xiàn)可點擊按鈕,首先需掌握其基本用法與常見注意事項。1.使用標簽創(chuàng)建按鈕,并通過type屬性定義行為(如button、submit、reset),默認為submit;2.通過JavaScript添加交互功能,可內(nèi)聯(lián)寫法或通過ID綁定事件監(jiān)聽器以提升維護性;3.利用CSS自定義樣式,包括背景色、邊框、圓角及hover/active狀態(tài)效果,增強用戶體驗;4.注意常見問題:確保未啟用disabled屬性、正確綁定JS事件、避免布局遮擋,并借助開發(fā)者工具排查異常。掌握這</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://m.miracleart.cn/zh/faq/1796833320.html" title="在HTML頭部元素中配置文檔元數(shù)據(jù)" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175199941149498.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="在HTML頭部元素中配置文檔元數(shù)據(jù)" />
    								</a>
    								<a href="http://m.miracleart.cn/zh/faq/1796833320.html" title="在HTML頭部元素中配置文檔元數(shù)據(jù)" class="phphistorical_Version2_mids_title">在HTML頭部元素中配置文檔元數(shù)據(jù)</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 09, 2025 am	 02:30 AM</span>
    								<p class="Articlelist_txts_p">HTMLhead中的元數(shù)據(jù)對SEO、社交分享和瀏覽器行為至關重要。1.設置頁面標題與描述,使用和并保持簡潔唯一;2.添加OpenGraph與Twitter卡片信息以優(yōu)化社交分享效果,注意圖片尺寸并使用調(diào)試工具測試;3.定義字符集與視口設置確保多語言支持與移動端適配;4.可選標簽如作者版權、robots控制及canonical防止重復內(nèi)容也應合理配置。</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://m.miracleart.cn/zh/faq/1796832574.html" title="使用新的HTML5方法(FormData)提交表單數(shù)據(jù)" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175191288234525.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="使用新的HTML5方法(FormData)提交表單數(shù)據(jù)" />
    								</a>
    								<a href="http://m.miracleart.cn/zh/faq/1796832574.html" title="使用新的HTML5方法(FormData)提交表單數(shù)據(jù)" class="phphistorical_Version2_mids_title">使用新的HTML5方法(FormData)提交表單數(shù)據(jù)</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 08, 2025 am	 02:28 AM</span>
    								<p class="Articlelist_txts_p">使用HTML5的FormDataAPI提交表單數(shù)據(jù)更方便,1.它可自動收集帶name屬性的表單字段或手動添加數(shù)據(jù);2.支持通過fetch或XMLHttpRequest以multipart/form-data格式提交,適合文件上傳;3.處理文件時只需將文件附加到FormData并發(fā)送請求即可;4.注意同名字段會被覆蓋、需處理JSON轉(zhuǎn)換及無嵌套結構等問題。</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://m.miracleart.cn/zh/faq/1796829958.html" title="如何使用HTML iframe標簽從另一個站點嵌入內(nèi)容?" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175157025235776.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="如何使用HTML iframe標簽從另一個站點嵌入內(nèi)容?" />
    								</a>
    								<a href="http://m.miracleart.cn/zh/faq/1796829958.html" title="如何使用HTML iframe標簽從另一個站點嵌入內(nèi)容?" class="phphistorical_Version2_mids_title">如何使用HTML iframe標簽從另一個站點嵌入內(nèi)容?</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 04, 2025 am	 03:17 AM</span>
    								<p class="Articlelist_txts_p">使用標簽可以將其他網(wǎng)站內(nèi)容嵌入到自己的網(wǎng)頁中,基本語法為:,可添加width、height和style="border:none;"等屬性控制外觀;為了實現(xiàn)響應式布局,可通過百分比設置尺寸或使用容器結合padding和絕對定位保持寬高比,同時注意跨域限制、加載性能、SEO影響及安全策略等注意事項;常見用途包括嵌入地圖、第三方表單、社交媒體內(nèi)容及內(nèi)部系統(tǒng)集成。</p>
    							</div>
    													</div>
    
    													<a href="http://m.miracleart.cn/zh/web-designer.html" class="phpgenera_Details_mainL4_botton">
    								<span>See all articles</span>
    								<img src="/static/imghw/down_right.png" alt="" />
    							</a>
    											</div>
    				</div>
    					</div>
    	</main>
    	<footer>
        <div   id="377j5v51b"   class="footer">
            <div   id="377j5v51b"   class="footertop">
                <img src="/static/imghw/logo.png" alt="">
                <p>公益在線PHP培訓,幫助PHP學習者快速成長!</p>
            </div>
            <div   id="377j5v51b"   class="footermid">
                <a href="http://m.miracleart.cn/zh/about/us.html">關于我們</a>
                <a href="http://m.miracleart.cn/zh/about/disclaimer.html">免責聲明</a>
                <a href="http://m.miracleart.cn/zh/update/article_0_1.html">Sitemap</a>
            </div>
            <div   id="377j5v51b"   class="footerbottom">
                <p>
                    ? php.cn All rights reserved
                </p>
            </div>
        </div>
    </footer>
    
    <input type="hidden" id="verifycode" value="/captcha.html">
    
    
    
    
    		<link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all' />
    	
    	
    	
    	
    	
    
    	
    	
    
    
    
    
    
    
    <footer>
    <div class="friendship-link">
    <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p>
    <a href="http://m.miracleart.cn/" title="国产av日韩一区二区三区精品">国产av日韩一区二区三区精品</a>
    
    <div class="friend-links">
    
    
    </div>
    </div>
    
    </footer>
    
    
    <script>
    (function(){
        var bp = document.createElement('script');
        var curProtocol = window.location.protocol.split(':')[0];
        if (curProtocol === 'https') {
            bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
        }
        else {
            bp.src = 'http://push.zhanzhang.baidu.com/push.js';
        }
        var s = document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(bp, s);
    })();
    </script>
    </body><div id="cggco" class="pl_css_ganrao" style="display: none;"><td id="cggco"><fieldset id="cggco"><optgroup id="cggco"></optgroup></fieldset></td><xmp id="cggco"></xmp><dfn id="cggco"></dfn><acronym id="cggco"><dd id="cggco"><strike id="cggco"></strike></dd></acronym><dd id="cggco"><strike id="cggco"><nav id="cggco"></nav></strike></dd><nav id="cggco"></nav><table id="cggco"><tr id="cggco"><dfn id="cggco"></dfn></tr></table><dl id="cggco"></dl><rt id="cggco"></rt><button id="cggco"><blockquote id="cggco"><tfoot id="cggco"></tfoot></blockquote></button><rt id="cggco"></rt><dl id="cggco"><input id="cggco"><abbr id="cggco"></abbr></input></dl><tr id="cggco"></tr><th id="cggco"></th><button id="cggco"><samp id="cggco"><tbody id="cggco"></tbody></samp></button><table id="cggco"></table><delect id="cggco"></delect><optgroup id="cggco"></optgroup><blockquote id="cggco"></blockquote><button id="cggco"></button><noframes id="cggco"><samp id="cggco"><dl id="cggco"></dl></samp></noframes><delect id="cggco"><th id="cggco"><menu id="cggco"></menu></th></delect><tfoot id="cggco"><optgroup id="cggco"><abbr id="cggco"></abbr></optgroup></tfoot><pre id="cggco"></pre><th id="cggco"></th><s id="cggco"><bdo id="cggco"><em id="cggco"></em></bdo></s><tr id="cggco"></tr><pre id="cggco"></pre><abbr id="cggco"></abbr><small id="cggco"></small><td id="cggco"></td><dl id="cggco"><input id="cggco"><abbr id="cggco"></abbr></input></dl><rt id="cggco"></rt><tr id="cggco"><dfn id="cggco"><td id="cggco"></td></dfn></tr><object id="cggco"><small id="cggco"><button id="cggco"></button></small></object><bdo id="cggco"><acronym id="cggco"><strong id="cggco"></strong></acronym></bdo><option id="cggco"></option><option id="cggco"></option><tr id="cggco"><dfn id="cggco"><td id="cggco"></td></dfn></tr><bdo id="cggco"></bdo><abbr id="cggco"></abbr><bdo id="cggco"></bdo><blockquote id="cggco"></blockquote><center id="cggco"><wbr id="cggco"><th id="cggco"></th></wbr></center><tr id="cggco"></tr><dfn id="cggco"><rt id="cggco"><code id="cggco"></code></rt></dfn><s id="cggco"><bdo id="cggco"><em id="cggco"></em></bdo></s><abbr id="cggco"><sup id="cggco"><td id="cggco"></td></sup></abbr><th id="cggco"></th><th id="cggco"></th><tfoot id="cggco"><input id="cggco"><tbody id="cggco"></tbody></input></tfoot><abbr id="cggco"><pre id="cggco"><td id="cggco"></td></pre></abbr><pre id="cggco"><source id="cggco"><strong id="cggco"></strong></source></pre><dfn id="cggco"></dfn><delect id="cggco"></delect><delect id="cggco"></delect><acronym id="cggco"><xmp id="cggco"><th id="cggco"></th></xmp></acronym><strong id="cggco"><noframes id="cggco"><ul id="cggco"></ul></noframes></strong><tfoot id="cggco"><input id="cggco"><tbody id="cggco"></tbody></input></tfoot><code id="cggco"></code><strong id="cggco"></strong><blockquote id="cggco"></blockquote><option id="cggco"><xmp id="cggco"><strike id="cggco"></strike></xmp></option><nav id="cggco"></nav><wbr id="cggco"></wbr><tbody id="cggco"><object id="cggco"><tbody id="cggco"></tbody></object></tbody><nav id="cggco"><kbd id="cggco"><center id="cggco"></center></kbd></nav><th id="cggco"><nav id="cggco"><li id="cggco"></li></nav></th><abbr id="cggco"></abbr><menu id="cggco"><li id="cggco"><acronym id="cggco"></acronym></li></menu><dl id="cggco"></dl><tfoot id="cggco"></tfoot><s id="cggco"><bdo id="cggco"><table id="cggco"></table></bdo></s><code id="cggco"></code><small id="cggco"></small><xmp id="cggco"><th id="cggco"><menu id="cggco"></menu></th></xmp><strike id="cggco"></strike><dfn id="cggco"></dfn><strike id="cggco"></strike><input id="cggco"></input><input id="cggco"><abbr id="cggco"><pre id="cggco"></pre></abbr></input><center id="cggco"></center><center id="cggco"></center><cite id="cggco"></cite><code id="cggco"></code><table id="cggco"></table><abbr id="cggco"><sup id="cggco"><center id="cggco"></center></sup></abbr><tr id="cggco"><dfn id="cggco"><td id="cggco"></td></dfn></tr><menu id="cggco"></menu><object id="cggco"><tbody id="cggco"><button id="cggco"></button></tbody></object><pre id="cggco"></pre><dl id="cggco"></dl><button id="cggco"></button><sup id="cggco"></sup><center id="cggco"></center><td id="cggco"></td><dl id="cggco"><input id="cggco"><tr id="cggco"></tr></input></dl><li id="cggco"></li><input id="cggco"></input><abbr id="cggco"><sup id="cggco"><td id="cggco"></td></sup></abbr></div>
    
    </html>