• <fieldset id="cooyc"><input id="cooyc"></input></fieldset>
  • \n
    \n

    python<\/h2>\n

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

    Output:<\/strong><\/p>\n

    \"HTML<\/p>\n

    Example #2<\/h4>\n

    An example illustrates using attribute

    with the CSS style. It makes use of CSS? to display well in the web browser.<\/p>\n

    Code:<\/strong><\/p>\n

    \n\nDemo of article<\/title>\n<\/head>\n<body>
    <h1><a href="http://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>The below output shows the visitors the web page with the address to the link.<\/p>\n<p><strong>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543858128891.png\" alt=\"HTML Article Tag\" ><\/p>\n<h4>Example #3<\/h4>\n<p>An example Demonstrating how to display a date and time with <article tag>.<\/p>\n\n\n<p><strong>Code:<\/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>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543858388034.png\" alt=\"HTML Article Tag\" ><\/p>\n<h4>Example #4<\/h4>\n<p>Example using multiple articles. The below code uses the semantic element <h1>to specify the most significant header within the HTML content.<\/p>\n<p><strong>Code:<\/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>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543858477007.png\" alt=\"HTML Article Tag\" ><\/p>\n<h4>Example #5<\/h4>\n<p>We shall see the <article> tag is done with several <section> tags. Below are some pieces of code with output.<\/p>\n<p><strong>Code:<\/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>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543858794568.png\" alt=\"HTML Article Tag\" ><\/p>\n\n\n<h4>Example #6<\/h4>\n<p><strong>Code:<\/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>Here is a global header that contains web page headlines for any document with related content. Next comes the <footer> tag, which links to the footer for a particular website and benefits SEO? by providing the company details in the footer section. Finally, the true way of using <section> tag is to embed or group the related contents of a page or, in another way; I can say that they are the autonomous section structure.<\/p>\n<p><strong>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543859056330.png\" alt=\"HTML Article Tag\" ><\/p>\n<h4>Example #7<\/h4>\n<p>Article tag with the help of <main> tag.<\/p>\n<p><strong>Code:<\/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>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543859116722.png\" alt=\"HTML Article Tag\" ><\/p>\n<h3>結(jié)論<\/h3>\n<p>結(jié)論として、この記事では Web ページで使用するためのいくつかのガイドについて説明します。これらは、単一の Web ページにドキュメント (獨(dú)自に認(rèn)識) またはコンテンツを含めるのに最適な選択肢であり、HTML5 では完璧なセマンティック要素であることが知られています。自己完結(jié)型のコンテキストであるため、最先端の Web サイトがこのタグを最大限に活用し始めたため、HTML5 で使用され、ブログや雑誌などのコンテンツを投稿する際にユーザーから報(bào)酬が得られます。<\/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://miracleart.cn/" 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="Community" class="head_nava head_nava-template1">Community</a>
                        <div   class="377j5v51b"   id="dropdown-template1" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://miracleart.cn/article.html" title="Articles" class="languagechoosea on">Articles</a>
                                <a href="http://miracleart.cn/faq/zt" title="Topics" class="languagechoosea">Topics</a>
                                <a href="http://miracleart.cn/wenda.html" title="Q&A" class="languagechoosea">Q&A</a>
                            </div>
                        </div>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="Learn" class="head_nava head_nava-template1_1">Learn</a>
                        <div   class="377j5v51b"   id="dropdown-template1_1" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://miracleart.cn/course.html" title="Course" class="languagechoosea on">Course</a>
                                <a href="http://miracleart.cn/dic/" title="Programming Dictionary" class="languagechoosea">Programming Dictionary</a>
                            </div>
                        </div>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="Tools Library" class="head_nava head_nava-template1_2">Tools Library</a>
                        <div   class="377j5v51b"   id="dropdown-template1_2" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://miracleart.cn/toolset/development-tools" title="Development tools" class="languagechoosea on">Development tools</a>
                                <a href="http://miracleart.cn/toolset/website-source-code" title="Website Source Code" class="languagechoosea">Website Source Code</a>
                                <a href="http://miracleart.cn/toolset/php-libraries" title="PHP Libraries" class="languagechoosea">PHP Libraries</a>
                                <a href="http://miracleart.cn/toolset/js-special-effects" title="JS special effects" class="languagechoosea on">JS special effects</a>
                                <a href="http://miracleart.cn/toolset/website-materials" title="Website Materials" class="languagechoosea on">Website Materials</a>
                                <a href="http://miracleart.cn/toolset/extension-plug-ins" title="Extension plug-ins" class="languagechoosea on">Extension plug-ins</a>
                            </div>
                        </div>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="http://miracleart.cn/ai" title="AI Tools" class="head_nava head_nava-template1_3">AI Tools</a>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="Leisure" class="head_nava head_nava-template1_3">Leisure</a>
                        <div   class="377j5v51b"   id="dropdown-template1_3" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://miracleart.cn/game" title="Game Download" class="languagechoosea on">Game Download</a>
                                <a href="http://miracleart.cn/mobile-game-tutorial/" title="Game Tutorials" class="languagechoosea">Game Tutorials</a>
    
                            </div>
                        </div>
                    </div>
                </div>
            </div>
                        <div   id="377j5v51b"   class="head_search">
                    <input id="key_words"  onkeydown="if (event.keyCode == 13) searchs('en')" class="search-input" type="text" autocomplete="off" name="keywords" required="required" placeholder="Block,address,transaction,news" value="">
                    <a href="javascript:;" title="search"  onclick="searchs('en')"><img src="/static/imghw/find.png" alt="search"></a>
                </div>
                    <div   id="377j5v51b"   class="head_right">
                <div   id="377j5v51b"   class="haed_language">
                    <a href="javascript:;" class="layui-btn haed_language_btn">English<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:setlang('zh-cn');" title="簡體中文" class="languagechoosea">簡體中文</a>
                                                    <a href="javascript:;" 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">Table of Contents</div>
    						<div   id="377j5v51b"   class="Article_Details_main1L2" id="Article_Details_main1L2">
    							<!-- 左側(cè)懸浮,文章定位標(biāo)題1 id="Article_Details_main1L2s_1"-->
    															<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#How-Does-Article-Tag-Work-in-HTML" title="How Does Article Tag Work in HTML?" >How Does Article Tag Work in HTML?</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Examples-to-Implement-HTML-Tag" title="Examples to Implement HTML Tag" >Examples to Implement HTML Tag</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Example" title="Example #7" >Example #7</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#結(jié)論" title="結(jié)論" >結(jié)論</a>
    								</div>
    														</div>
    					</div>
    				</div>
    							<div   id="377j5v51b"   class="Article_Details_main1M">
    					<div   id="377j5v51b"   class="phpgenera_Details_mainL1">
    						<a href="http://miracleart.cn/" title="Home"
    							class="phpgenera_Details_mainL1a">Home</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    												<a href="http://miracleart.cn/web-designer.html"
    							class="phpgenera_Details_mainL1a">Web Front-end</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    												<a href="http://miracleart.cn/div-tutorial.html"
    							class="phpgenera_Details_mainL1a">HTML Tutorial</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    						<span>HTML Article Tag</span>
    					</div>
    					
    					<div   id="377j5v51b"   class="Articlelist_txts">
    						<div   id="377j5v51b"   class="Articlelist_txts_info">
    							<h1 class="Articlelist_txts_title">HTML Article Tag</h1>
    							<div   id="377j5v51b"   class="Articlelist_txts_info_head">
    								<div   id="377j5v51b"   class="author_info">
    									<a href="http://miracleart.cn/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://miracleart.cn/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 Article Tag has been introduced in HTML5 as a new edition. More specifically, they are found to represent an article. It is specified as independent data and probably used in forum posts, magazine publications, blogs, and user-enabled comments. It is represented by <article> tag. Moreover, defining a stylish element on a web page is similar to the <div> element. This article tag supports all types of browsers: Google Chrome, opera, internet explorer, and Edge. They are unlike a section tag of the general section but act as a standalone content part.</p>
    
    
    
    
    
    
    
    
    
    
    
    
    
    <p><strong>Syntax:</strong></p>
    <p>Here let’s see the immediate syntax of these tag elements.</p>
    
    
    <pre class="brush:php;toolbar:false"><article>
    <h1>…</h1>
    </article></pre>
    <p>The structure follows the start tag. The next preceding section has <h1> tag or <h2> that forms a sub-heading, gives exact semantic information of the content, and provides much richer and more appropriate meaningful information. Like other tags, this article tag also supports HTML attributes like event attributes and global attributes for their appropriate class.</p>
    <p><strong>Example of <article> tag:</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="How-Does-Article-Tag-Work-in-HTML">How Does Article Tag Work in HTML?</h3>
    <p>This section will discuss a simple article tag (self-contained content in a document) and see how it works on a web page. HTML 5 introduces new semantic content to enrich the content in search engines. They do support global and event attributes for the content. The tag’s content is considered an independent document from the other content part on the single page. They can define or demonstrate an article’s name on the page, author information, and publication date. This <article> tag can be used as a single element and multiple <article> elements.</p>
    <p>A document having a single article element explains the main content of the document. It has individual unique single content, whereas, in the case of multiple <article> tags, a page has various contents; in another way, they are equivalent <div> elements. The main aim of the <article> tag is to help HTML code in cleaning the content by reducing the work of the <div> element.</p>
    <h3 id="Examples-to-Implement-HTML-Tag">Examples to Implement HTML Tag</h3>
    <p>Below are the examples of implementing HTML Tag:</p>
    <h4 id="Example">Example #1</h4>
    <p>Example using Single <article > tag.</p>
    <p><strong>Code:</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>Output:</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 Article Tag" ></p>
    <h4 id="Example">Example #2</h4>
    <p>An example illustrates using attribute <address> with the CSS style. It makes use of CSS? to display well in the web browser.</p>
    <p><strong>Code:</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>The below output shows the visitors the web page with the address to the link.</p>
    <p><strong>Output:</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 Article Tag" ></p>
    <h4 id="Example">Example #3</h4>
    <p>An example Demonstrating how to display a date and time with <article tag>.</p>
    
    
    <p><strong>Code:</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>Output:</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 Article Tag" ></p>
    <h4 id="Example">Example #4</h4>
    <p>Example using multiple articles. The below code uses the semantic element <h1>to specify the most significant header within the HTML content.</p>
    <p><strong>Code:</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>Output:</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 Article Tag" ></p>
    <h4 id="Example">Example #5</h4>
    <p>We shall see the <article> tag is done with several <section> tags. Below are some pieces of code with output.</p>
    <p><strong>Code:</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>Output:</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 Article Tag" ></p>
    
    
    <h4 id="Example">Example #6</h4>
    <p><strong>Code:</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>Here is a global header that contains web page headlines for any document with related content. Next comes the <footer> tag, which links to the footer for a particular website and benefits SEO? by providing the company details in the footer section. Finally, the true way of using <section> tag is to embed or group the related contents of a page or, in another way; I can say that they are the autonomous section structure.</p>
    <p><strong>Output:</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 Article Tag" ></p>
    <h4 id="Example">Example #7</h4>
    <p>Article tag with the help of <main> tag.</p>
    <p><strong>Code:</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>Output:</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 Article Tag" ></p>
    <h3 id="結(jié)論">結(jié)論</h3>
    <p>結(jié)論として、この記事では Web ページで使用するためのいくつかのガイドについて説明します。これらは、単一の Web ページにドキュメント (獨(dú)自に認(rèn)識) またはコンテンツを含めるのに最適な選択肢であり、HTML5 では完璧なセマンティック要素であることが知られています。自己完結(jié)型のコンテキストであるため、最先端の Web サイトがこのタグを最大限に活用し始めたため、HTML5 で使用され、ブログや雑誌などのコンテンツを投稿する際にユーザーから報(bào)酬が得られます。</p><p>The above is the detailed content of HTML Article Tag. For more information, please follow other related articles on the PHP Chinese website!</p>
    
    
    						</div>
    					</div>
    					<div   id="377j5v51b"   class="wzconShengming_sp">
    						<div   id="377j5v51b"   class="bzsmdiv_sp">Statement of this Website</div>
    						<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>
    
    				<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>Hot Article</h2>
    							</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://miracleart.cn/faq/1796821119.html" title="Guide: Stellar Blade Save File Location/Save File Lost/Not Saving" class="phpgenera_Details_mainR4_bottom_title">Guide: Stellar Blade Save File Location/Save File Lost/Not Saving</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 months ago</span>
    										<span>By DDD</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://miracleart.cn/faq/1796828723.html" title="Agnes Tachyon Build Guide | A Pretty Derby Musume" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide | A Pretty Derby Musume</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>2 weeks ago</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://miracleart.cn/faq/1796827210.html" title="Oguri Cap Build Guide | A Pretty Derby Musume" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide | A Pretty Derby Musume</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>2 weeks ago</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://miracleart.cn/faq/1796821436.html" title="Dune: Awakening - Advanced Planetologist Quest Walkthrough" class="phpgenera_Details_mainR4_bottom_title">Dune: Awakening - Advanced Planetologist Quest Walkthrough</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4 weeks ago</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://miracleart.cn/faq/1796821278.html" title="Date Everything: Dirk And Harper Relationship Guide" class="phpgenera_Details_mainR4_bottom_title">Date Everything: Dirk And Harper Relationship Guide</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4 weeks ago</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    														</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    								<a href="http://miracleart.cn/article.html">Show More</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>Hot AI Tools</h2>
    								</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://miracleart.cn/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://miracleart.cn/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title">
    													<h3>Undress AI Tool</h3>
    												</a>
    												<p>Undress images for free</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://miracleart.cn/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://miracleart.cn/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title">
    													<h3>Undresser.AI Undress</h3>
    												</a>
    												<p>AI-powered app for creating realistic nude photos</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://miracleart.cn/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://miracleart.cn/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title">
    													<h3>AI Clothes Remover</h3>
    												</a>
    												<p>Online AI tool for removing clothes from photos.</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://miracleart.cn/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://miracleart.cn/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_title">
    													<h3>Clothoff.io</h3>
    												</a>
    												<p>AI clothes remover</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://miracleart.cn/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://miracleart.cn/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_title">
    													<h3>Video Face Swap</h3>
    												</a>
    												<p>Swap faces in any video effortlessly with our completely free AI face swap tool!</p>
    											</div>
    										</div>
    																</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    									<a href="http://miracleart.cn/ai">Show More</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>Hot Article</h2>
    							</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://miracleart.cn/faq/1796821119.html" title="Guide: Stellar Blade Save File Location/Save File Lost/Not Saving" class="phpgenera_Details_mainR4_bottom_title">Guide: Stellar Blade Save File Location/Save File Lost/Not Saving</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 months ago</span>
    										<span>By DDD</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://miracleart.cn/faq/1796828723.html" title="Agnes Tachyon Build Guide | A Pretty Derby Musume" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide | A Pretty Derby Musume</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>2 weeks ago</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://miracleart.cn/faq/1796827210.html" title="Oguri Cap Build Guide | A Pretty Derby Musume" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide | A Pretty Derby Musume</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>2 weeks ago</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://miracleart.cn/faq/1796821436.html" title="Dune: Awakening - Advanced Planetologist Quest Walkthrough" class="phpgenera_Details_mainR4_bottom_title">Dune: Awakening - Advanced Planetologist Quest Walkthrough</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4 weeks ago</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://miracleart.cn/faq/1796821278.html" title="Date Everything: Dirk And Harper Relationship Guide" class="phpgenera_Details_mainR4_bottom_title">Date Everything: Dirk And Harper Relationship Guide</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4 weeks ago</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    														</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    								<a href="http://miracleart.cn/article.html">Show More</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>Hot Tools</h2>
    								</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://miracleart.cn/toolset/development-tools/92" title="Notepad++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="Notepad++7.3.1" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://miracleart.cn/toolset/development-tools/92" title="Notepad++7.3.1" class="phpmain_tab2_mids_title">
    													<h3>Notepad++7.3.1</h3>
    												</a>
    												<p>Easy-to-use and free code editor</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://miracleart.cn/toolset/development-tools/93" title="SublimeText3 Chinese version" 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 Chinese version" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://miracleart.cn/toolset/development-tools/93" title="SublimeText3 Chinese version" class="phpmain_tab2_mids_title">
    													<h3>SublimeText3 Chinese version</h3>
    												</a>
    												<p>Chinese version, very easy to use</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://miracleart.cn/toolset/development-tools/121" title="Zend Studio 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="Zend Studio 13.0.1" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://miracleart.cn/toolset/development-tools/121" title="Zend Studio 13.0.1" class="phpmain_tab2_mids_title">
    													<h3>Zend Studio 13.0.1</h3>
    												</a>
    												<p>Powerful PHP integrated development environment</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://miracleart.cn/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://miracleart.cn/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_title">
    													<h3>Dreamweaver CS6</h3>
    												</a>
    												<p>Visual web development tools</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://miracleart.cn/toolset/development-tools/500" title="SublimeText3 Mac version" 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 version" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://miracleart.cn/toolset/development-tools/500" title="SublimeText3 Mac version" class="phpmain_tab2_mids_title">
    													<h3>SublimeText3 Mac version</h3>
    												</a>
    												<p>God-level code editing software (SublimeText3)</p>
    											</div>
    										</div>
    																	</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    									<a href="http://miracleart.cn/ai">Show More</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>Hot Topics</h2>
    							</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://miracleart.cn/faq/gmailyxdlrkzn" title="Where is the login entrance for gmail email?" class="phpgenera_Details_mainR4_bottom_title">Where is the login entrance for gmail email?</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>8639</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://miracleart.cn/faq/java-tutorial" title="Java Tutorial" class="phpgenera_Details_mainR4_bottom_title">Java Tutorial</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>1785</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://miracleart.cn/faq/cakephp-tutor" title="CakePHP Tutorial" class="phpgenera_Details_mainR4_bottom_title">CakePHP Tutorial</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>1729</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://miracleart.cn/faq/laravel-tutori" title="Laravel Tutorial" class="phpgenera_Details_mainR4_bottom_title">Laravel Tutorial</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://miracleart.cn/faq/php-tutorial" title="PHP Tutorial" class="phpgenera_Details_mainR4_bottom_title">PHP Tutorial</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>1445</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://miracleart.cn/faq/zt">Show More</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://miracleart.cn/faq/1796829177.html" title="What are the essential HTML elements for structuring a webpage?" 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="What are the essential HTML elements for structuring a webpage?" />
    								</a>
    								<a href="http://miracleart.cn/faq/1796829177.html" title="What are the essential HTML elements for structuring a webpage?" class="phphistorical_Version2_mids_title">What are the essential HTML elements for structuring a webpage?</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:34 AM</span>
    								<p class="Articlelist_txts_p">The web page structure needs to be supported by core HTML elements. 1. The overall structure of the page is composed of , , which is the root element, which stores meta information and displays the content; 2. The content organization relies on title (-), paragraph () and block tags (such as ,) to improve organizational structure and SEO; 3. Navigation is implemented through and implemented, commonly used organizations are linked and supplemented with aria-current attribute to enhance accessibility; 4. Form interaction involves , , and , to ensure the complete user input and submission functions. Proper use of these elements can improve page clarity, maintenance and search engine optimization.</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://miracleart.cn/faq/1796829157.html" title="Handling reconnections and errors with HTML5 Server-Sent Events." 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/175148089165625.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Handling reconnections and errors with HTML5 Server-Sent Events." />
    								</a>
    								<a href="http://miracleart.cn/faq/1796829157.html" title="Handling reconnections and errors with HTML5 Server-Sent Events." class="phphistorical_Version2_mids_title">Handling reconnections and errors with HTML5 Server-Sent Events.</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:28 AM</span>
    								<p class="Articlelist_txts_p">When using HTML5SSE, the methods to deal with reconnection and errors include: 1. Understand the default reconnection mechanism. EventSource retrys 3 seconds after the connection is interrupted by default. You can customize the interval through the retry field; 2. Listen to the error event to deal with connection failure or parsing errors, distinguish error types and execute corresponding logic, such as network problems relying on automatic reconnection, server errors manually delay reconnection, and authentication failure refresh token; 3. Actively control the reconnection logic, such as manually closing and rebuilding the connection, setting the maximum number of retry times, combining navigator.onLine to judge network status to optimize the retry strategy. These measures can improve application stability and user experience.</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://miracleart.cn/faq/1796829178.html" title="Declaring the correct HTML5 doctype for modern pages." 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="Declaring the correct HTML5 doctype for modern pages." />
    								</a>
    								<a href="http://miracleart.cn/faq/1796829178.html" title="Declaring the correct HTML5 doctype for modern pages." class="phphistorical_Version2_mids_title">Declaring the correct HTML5 doctype for modern pages.</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:35 AM</span>
    								<p class="Articlelist_txts_p">Doctype is a statement that tells the browser which HTML standard to use to parse the page. Modern web pages only need to be written at the beginning of the HTML file. Its function is to ensure that the browser renders the page in standard mode rather than weird mode, and must be located on the first line, with no spaces or comments in front of it; there is only one correct way to write it, and it is not recommended to use old versions or other variants; other such as charset, viewport, etc. should be placed in part.</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://miracleart.cn/faq/1796829167.html" title="Implementing client-side form validation using HTML attributes." 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/175148109151878.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Implementing client-side form validation using HTML attributes." />
    								</a>
    								<a href="http://miracleart.cn/faq/1796829167.html" title="Implementing client-side form validation using HTML attributes." class="phphistorical_Version2_mids_title">Implementing client-side form validation using HTML attributes.</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:31 AM</span>
    								<p class="Articlelist_txts_p">Client-sideformvalidationcanbedonewithoutJavaScriptbyusingHTMLattributes.1)Userequiredtoenforcemandatoryfields.2)ValidateemailsandURLswithtypeattributeslikeemailorurl,orusepatternwithregexforcustomformats.3)Limitvaluesusingmin,max,minlength,andmaxlen</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://miracleart.cn/faq/1796829956.html" title="How to group options within a select dropdown using 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="How to group options within a select dropdown using html?" />
    								</a>
    								<a href="http://miracleart.cn/faq/1796829956.html" title="How to group options within a select dropdown using html?" class="phphistorical_Version2_mids_title">How to group options within a select dropdown using html?</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 04, 2025 am	 03:16 AM</span>
    								<p class="Articlelist_txts_p">Use tags in HTML to group options in the drop-down menu. The specific method is to wrap a group of elements and define the group name through the label attribute, such as: 1. Contains options such as apples, bananas, oranges, etc.; 2. Contains options such as carrots, broccoli, etc.; 3. Each is an independent group, and the options within the group are automatically indented. Notes include: ① No nesting is supported; ② The entire group can be disabled through the disabled attribute; ③ The style is restricted and needs to be beautified in combination with CSS or third-party libraries; plug-ins such as Select2 can be used to enhance functions.</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://miracleart.cn/faq/1796835653.html" title="Integrating CSS and JavaScript effectively with HTML5 structure." 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="Integrating CSS and JavaScript effectively with HTML5 structure." />
    								</a>
    								<a href="http://miracleart.cn/faq/1796835653.html" title="Integrating CSS and JavaScript effectively with HTML5 structure." class="phphistorical_Version2_mids_title">Integrating CSS and JavaScript effectively with HTML5 structure.</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 12, 2025 am	 03:01 AM</span>
    								<p class="Articlelist_txts_p">HTML5, CSS and JavaScript should be efficiently combined with semantic tags, reasonable loading order and decoupling design. 1. Use HTML5 semantic tags, such as improving structural clarity and maintainability, which is conducive to SEO and barrier-free access; 2. CSS should be placed in, use external files and split by module to avoid inline styles and delayed loading problems; 3. JavaScript is recommended to be introduced in front, and use defer or async to load asynchronously to avoid blocking rendering; 4. Reduce strong dependence between the three, drive behavior through data-* attributes and class name control status, and improve collaboration efficiency through unified naming specifications. These methods can effectively optimize page performance and collaborate with teams.</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://miracleart.cn/faq/1796831880.html" title="Implementing Clickable Buttons Using the HTML button Element" 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="Implementing Clickable Buttons Using the HTML button Element" />
    								</a>
    								<a href="http://miracleart.cn/faq/1796831880.html" title="Implementing Clickable Buttons Using the HTML button Element" class="phphistorical_Version2_mids_title">Implementing Clickable Buttons Using the HTML button Element</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 07, 2025 am	 02:31 AM</span>
    								<p class="Articlelist_txts_p">To use HTML button elements to achieve clickable buttons, you must first master its basic usage and common precautions. 1. Create buttons with tags and define behaviors through type attributes (such as button, submit, reset), which is submitted by default; 2. Add interactive functions through JavaScript, which can be written inline or bind event listeners through ID to improve maintenance; 3. Use CSS to customize styles, including background color, border, rounded corners and hover/active status effects to enhance user experience; 4. Pay attention to common problems: make sure that the disabled attribute is not enabled, JS events are correctly bound, layout occlusion, and use the help of developer tools to troubleshoot exceptions. Master this</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://miracleart.cn/faq/1796832574.html" title="Submitting Form Data Using New HTML5 Methods (FormData)" 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="Submitting Form Data Using New HTML5 Methods (FormData)" />
    								</a>
    								<a href="http://miracleart.cn/faq/1796832574.html" title="Submitting Form Data Using New HTML5 Methods (FormData)" class="phphistorical_Version2_mids_title">Submitting Form Data Using New HTML5 Methods (FormData)</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 08, 2025 am	 02:28 AM</span>
    								<p class="Articlelist_txts_p">It is more convenient to submit form data using HTML5's FormData API. 1. It can automatically collect form fields with name attribute or manually add data; 2. It supports submission in multipart/form-data format through fetch or XMLHttpRequest, which is suitable for file upload; 3. When processing files, you only need to append the file to FormData and send a request; 4. Note that the same name field will be overwritten, and JSON conversion and no nesting structure need to be handled.</p>
    							</div>
    													</div>
    
    													<a href="http://miracleart.cn/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>Public welfare online PHP training,Help PHP learners grow quickly!</p>
            </div>
            <div   id="377j5v51b"   class="footermid">
                <a href="http://miracleart.cn/about/us.html">About us</a>
                <a href="http://miracleart.cn/about/disclaimer.html">Disclaimer</a>
                <a href="http://miracleart.cn/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://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="0i66c" class="pl_css_ganrao" style="display: none;"><dd id="0i66c"></dd><li id="0i66c"></li><blockquote id="0i66c"></blockquote><button id="0i66c"></button><dd id="0i66c"><dl id="0i66c"><wbr id="0i66c"></wbr></dl></dd><th id="0i66c"></th><menu id="0i66c"></menu><center id="0i66c"></center><th id="0i66c"><wbr id="0i66c"><fieldset id="0i66c"></fieldset></wbr></th><code id="0i66c"></code><sup id="0i66c"></sup><wbr id="0i66c"></wbr><abbr id="0i66c"></abbr><wbr id="0i66c"><strike id="0i66c"><input id="0i66c"></input></strike></wbr><sup id="0i66c"></sup><fieldset id="0i66c"><menu id="0i66c"><strong id="0i66c"></strong></menu></fieldset><code id="0i66c"></code><tfoot id="0i66c"></tfoot><del id="0i66c"></del><xmp id="0i66c"></xmp><noframes id="0i66c"></noframes><cite id="0i66c"><input id="0i66c"><tbody id="0i66c"></tbody></input></cite><tr id="0i66c"><em id="0i66c"><ul id="0i66c"></ul></em></tr><bdo id="0i66c"><option id="0i66c"><tbody id="0i66c"></tbody></option></bdo><delect id="0i66c"></delect><code id="0i66c"><noframes id="0i66c"><small id="0i66c"></small></noframes></code><pre id="0i66c"></pre><samp id="0i66c"><pre id="0i66c"><td id="0i66c"></td></pre></samp><abbr id="0i66c"><button id="0i66c"><delect id="0i66c"></delect></button></abbr><small id="0i66c"><button id="0i66c"><tr id="0i66c"></tr></button></small><blockquote id="0i66c"><center id="0i66c"><center id="0i66c"></center></center></blockquote><input id="0i66c"></input><abbr id="0i66c"><tbody id="0i66c"><pre id="0i66c"></pre></tbody></abbr><dl id="0i66c"><s id="0i66c"><bdo id="0i66c"></bdo></s></dl><ul id="0i66c"></ul><del id="0i66c"></del><delect id="0i66c"></delect><ul id="0i66c"><button id="0i66c"><samp id="0i66c"></samp></button></ul><td id="0i66c"></td><object id="0i66c"></object><input id="0i66c"></input><center id="0i66c"></center><strike id="0i66c"></strike><tr id="0i66c"><pre id="0i66c"><blockquote id="0i66c"></blockquote></pre></tr><tr id="0i66c"></tr><xmp id="0i66c"><fieldset id="0i66c"><source id="0i66c"></source></fieldset></xmp><center id="0i66c"></center><xmp id="0i66c"></xmp><pre id="0i66c"></pre><nav id="0i66c"><fieldset id="0i66c"><abbr id="0i66c"></abbr></fieldset></nav><acronym id="0i66c"></acronym><center id="0i66c"></center><bdo id="0i66c"><menu id="0i66c"><tr id="0i66c"></tr></menu></bdo><option id="0i66c"></option><td id="0i66c"></td><samp id="0i66c"></samp><center id="0i66c"><tr id="0i66c"><s id="0i66c"></s></tr></center><center id="0i66c"></center><tfoot id="0i66c"></tfoot><input id="0i66c"></input><pre id="0i66c"></pre><td id="0i66c"></td><ul id="0i66c"></ul><dl id="0i66c"><s id="0i66c"><small id="0i66c"></small></s></dl><pre id="0i66c"></pre><tr id="0i66c"><acronym id="0i66c"><del id="0i66c"></del></acronym></tr><small id="0i66c"></small><rt id="0i66c"><th id="0i66c"><s id="0i66c"></s></th></rt><small id="0i66c"></small><tfoot id="0i66c"></tfoot><samp id="0i66c"></samp><tbody id="0i66c"></tbody><cite id="0i66c"></cite><option id="0i66c"></option><small id="0i66c"></small><code id="0i66c"></code><center id="0i66c"></center><del id="0i66c"></del><center id="0i66c"></center><tfoot id="0i66c"></tfoot><strike id="0i66c"></strike><small id="0i66c"><option id="0i66c"></option></small><th id="0i66c"><object id="0i66c"><cite id="0i66c"></cite></object></th><abbr id="0i66c"><option id="0i66c"><delect id="0i66c"></delect></option></abbr><strike id="0i66c"><menu id="0i66c"><dl id="0i66c"></dl></menu></strike><del id="0i66c"></del><delect id="0i66c"></delect><blockquote id="0i66c"></blockquote><tbody id="0i66c"></tbody><code id="0i66c"></code><wbr id="0i66c"><bdo id="0i66c"><rt id="0i66c"></rt></bdo></wbr><wbr id="0i66c"><cite id="0i66c"><rt id="0i66c"></rt></cite></wbr><th id="0i66c"><td id="0i66c"><cite id="0i66c"></cite></td></th><pre id="0i66c"></pre><center id="0i66c"></center><rt id="0i66c"><code id="0i66c"><object id="0i66c"></object></code></rt><optgroup id="0i66c"><ul id="0i66c"><option id="0i66c"></option></ul></optgroup><fieldset id="0i66c"><rt id="0i66c"><tbody id="0i66c"></tbody></rt></fieldset><blockquote id="0i66c"><sup id="0i66c"><center id="0i66c"></center></sup></blockquote></div>
    
    </html>