• <pre id="kcakq"><bdo id="kcakq"></bdo></pre>
    \n
    \n

    Progress Cursor Demo<\/h3>\nCursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n
    \n
    \n

    Help Cursor Demo<\/h3>\nCursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n
    \n
    \n

    Pointer Cursor Demo<\/h3>\nCursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n
    \n
    \n

    Wait Cursor Demo<\/h3>\nCursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n<\/html><\/pre>\n

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

    \"Cursor<\/p>\n

    Explanation: <\/strong>In the above output, click any paragraph for seeing the corresponding cursor output.<\/p>\n

    Example #2<\/h4>\n

    Selection showing cursors<\/p>\n

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

    \n\n\n\nCursors in HTML<\/title>\n<style type=\"text\/css\">\n.div2 {\nborder: 1px solid blue;\ncolor: fuchsia;\nwidth: 900px;\nfont-size: 20px;\n}\n.div3 {\nborder: 1px solid blue;\ncolor: gray;\nwidth: 900px;\nfont-size: 20px;\n}\n.div4 {\nborder: 1px solid blue;\ncolor: maroon;\nwidth: 900px;\nfont-size: 20px;\n}\n<\/style>\n<\/head>\n<body>
    <h1><a href="http://m.miracleart.cn/">国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂</a></h1>\n<div   id="377j5v51b"   class=\"div2\">\n<h3 style=\"text-align: center\">Cross hair Cursor Demo<\/h3>\n<span style=\"cursor: crosshair\">Cursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n<br>\n<div   id="377j5v51b"   class=\"div3\">\n<h3 style=\"text-align: center\">Horizontal Text Cursor Demo<\/h3>\n<span style=\"cursor: text\">Cursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n<br>\n<div   id="377j5v51b"   class=\"div4\">\n<h3 style=\"text-align: center\">Vertical Text Cursor Demo<\/h3>\n<span style=\"cursor: vertical-text\">Cursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n<\/html><\/pre>\n<p><strong>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172544006916777.png\" alt=\"Cursor in HTML\" ><\/p>\n<p><strong>Explanation: <\/strong>In the above output, click any paragraph for seeing the corresponding cursor output.<\/p>\n<h4>Example #3<\/h4>\n<p>Drag and drop showing cursors.<\/p>\n<p><strong>Code:<\/strong><\/p>\n\n\n<pre><!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"ISO-8859-1\">\n<title>Cursors in HTML<\/title>\n<style type=\"text\/css\">\n.div2 {\nborder: 1px solid red;\ncolor: orange;\nwidth: 900px;\nfont-size: 20px;\n}\n.div3 {\nborder: 1px solid red;\ncolor: olive;\nwidth: 900px;\nfont-size: 20px;\n}\n.div4 {\nborder: 1px solid red;\ncolor: navy;\nwidth: 900px;\nfont-size: 20px;\n}\n.div5 {\nborder: 1px solid red;\ncolor: lime;\nwidth: 900px;\nfont-size: 20px;\n}\n.div6 {\nborder: 1px solid red;\ncolor: blue;\nwidth: 900px;\nfont-size: 20px;\n}\n.div7 {\nborder: 1px solid red;\ncolor: maroon;\nwidth: 900px;\nfont-size: 20px;\n}\n<\/style>\n<\/head>\n<body>\n<div   id="377j5v51b"   class=\"div2\">\n<h3 style=\"text-align: center\">Alias Cursor Demo<\/h3>\n<span style=\"cursor: alias\">Cursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n<br>\n<div   id="377j5v51b"   class=\"div3\">\n<h3 style=\"text-align: center\">Copy Cursor Demo<\/h3>\n<span style=\"cursor: copy\">Cursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n<br>\n<div   id="377j5v51b"   class=\"div4\">\n<h3 style=\"text-align: center\">Move Cursor Demo<\/h3>\n<span style=\"cursor: move\">Cursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n<br>\n<div   id="377j5v51b"   class=\"div5\">\n<h3 style=\"text-align: center\">No-drop Cursor Demo<\/h3>\n<span style=\"cursor: no-drop\">Cursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n<br>\n<div   id="377j5v51b"   class=\"div6\">\n<h3 style=\"text-align: center\">Grab Cursor Demo<\/h3>\n<span style=\"cursor: grab\">Cursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n<br>\n<div   id="377j5v51b"   class=\"div7\">\n<h3 style=\"text-align: center\">Not-allowed Cursor Demo<\/h3>\n<span style=\"cursor: not-allowed\">Cursor in HTML property\ncontrols shape or look and feel of the cursor when it is hovering on\nthe any HTML element by using specific type of cursor property.<\/span>\n<\/div>\n<\/html><\/pre>\n<p><strong>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172544007312693.png\" alt=\"Cursor in HTML\" ><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172544007524622.png\" alt=\"Cursor in HTML\" ><\/p>\n<p><strong>Explanation: <\/strong>In the above output, click any paragraph for seeing the corresponding cursor output.<\/p>\n<h4>Example #4<\/h4>\n<p>Selection showing cursors.<\/p>\n<p><strong>Code:<\/strong><\/p>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"ISO-8859-1\">\n<title>Cursors in HTML<\/title>\n<style type=\"text\/css\">\n.div2 {\nborder: 1px solid fuchsia;\ncolor: teal;\nwidth: 900px;\nfont-size: 20px;\n}\n.div3 {\nborder: 1px solid fuchsia;\ncolor: purple;\nwidth: 900px;\nfont-size: 20px;\n}\n<\/style>\n<\/head>\n<body>\n<div   id="377j5v51b"   class=\"div2\">\n<h3 style=\"text-align: center\">Zoom-in Cursor Demo<\/h3>\n<span style=\"cursor: zoom-in\">Cursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n<br>\n<div   id="377j5v51b"   class=\"div3\">\n<h3 style=\"text-align: center\">Zoom-out Cursor Demo<\/h3>\n<span style=\"cursor: zoom-out\">Cursor in HTML property controls\nshape or look and feel of the cursor when it is hovering on the any\nHTML element by using specific type of cursor property.<\/span>\n<\/div>\n<\/html><\/pre>\n<p><strong>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172544007777564.png\" alt=\"Cursor in HTML\" ><\/p>\n<p><strong>Explanation: <\/strong>In the above output, click any paragraph for seeing the corresponding cursor output.<\/p>\n<h3>Conclusion<\/h3>\n<p>Cursor property works based on property value given to the cursor. Based on the requirement, we choose which cursor action required at the instant.<\/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/" 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://m.miracleart.cn/article.html" title="Articles" class="languagechoosea on">Articles</a>
                                <a href="http://m.miracleart.cn/faq/zt" title="Topics" class="languagechoosea">Topics</a>
                                <a href="http://m.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://m.miracleart.cn/course.html" title="Course" class="languagechoosea on">Course</a>
                                <a href="http://m.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://m.miracleart.cn/toolset/development-tools" title="Development tools" class="languagechoosea on">Development tools</a>
                                <a href="http://m.miracleart.cn/toolset/website-source-code" title="Website Source Code" class="languagechoosea">Website Source Code</a>
                                <a href="http://m.miracleart.cn/toolset/php-libraries" title="PHP Libraries" class="languagechoosea">PHP Libraries</a>
                                <a href="http://m.miracleart.cn/toolset/js-special-effects" title="JS special effects" class="languagechoosea on">JS special effects</a>
                                <a href="http://m.miracleart.cn/toolset/website-materials" title="Website Materials" class="languagechoosea on">Website Materials</a>
                                <a href="http://m.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://m.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://m.miracleart.cn/game" title="Game Download" class="languagechoosea on">Game Download</a>
                                <a href="http://m.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="簡(jiǎn)體中文" class="languagechoosea">簡(jiǎn)體中文</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-Cursor-Property-work-in-HTML" title="How does Cursor Property work in HTML?" >How does Cursor Property work in HTML?</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Cursor-Values-and-its-Description-Table" title="Cursor Values and its Description Table" >Cursor Values and its Description Table</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Example" title="Example #4" >Example #4</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Conclusion" title="Conclusion" >Conclusion</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/" title="Home"
    							class="phpgenera_Details_mainL1a">Home</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    												<a href="http://m.miracleart.cn/web-designer.html"
    							class="phpgenera_Details_mainL1a">Web Front-end</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    												<a href="http://m.miracleart.cn/div-tutorial.html"
    							class="phpgenera_Details_mainL1a">HTML Tutorial</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    						<span>Cursor in HTML</span>
    					</div>
    					
    					<div   id="377j5v51b"   class="Articlelist_txts">
    						<div   id="377j5v51b"   class="Articlelist_txts_info">
    							<h1 class="Articlelist_txts_title">Cursor in HTML</h1>
    							<div   id="377j5v51b"   class="Articlelist_txts_info_head">
    								<div   id="377j5v51b"   class="author_info">
    									<a href="http://m.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://m.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:53 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>Cursor in HTML property controls the shape or look and feel of the cursor when it is hovering on any HTML element by using a specific type of cursor property. This concept is applicable only for whatever devices have a cursor and mouse; if not, this feature could any relevant results with cursor property. The purpose of this cursor property is in using images for submitting buttons on any forms. Whenever an end-user hovers over an image, then if that is a submit button, automatically it gives you a clue that the image is working as a button by clicking it.</p>
    
    
    
    
    
    
    
    
    <h3 id="How-does-Cursor-Property-work-in-HTML">How does Cursor Property work in HTML?</h3>
    <p>HTML cursor property works based on style property within HTML tag. We will investigate some different cursor syntax in HTML.</p>
    <p><strong>Syntax #1</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:auto">auto</span></pre>
    <p><strong>Syntax #2</strong></p>
    
    
    <pre class="brush:php;toolbar:false"><span style="cursor:crosshair">crosshair</span></pre>
    <p><strong>Syntax #3</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:default">default</span></pre>
    <p><strong>Syntax #4</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:e-resize">e-resize</span></pre>
    <p><strong>Syntax #5</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:help">help</span></pre>
    <p><strong>Syntax #6</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:move">move</span></pre>
    <p><strong>Syntax #7</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:n-resize">n-resize</span></pre>
    <p><strong>Syntax #8</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:ne-resize">ne-resize</span></pre>
    <p><strong>Syntax #9</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:nw-resize">nw-resize</span></pre>
    <p><strong>Syntax #10</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:pointer">pointer</span></pre>
    <p><strong>Syntax #11</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:progress">progress</span></pre>
    <p><strong>Syntax #12</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:s-resize">s-resize</span></pre>
    <p><strong>Syntax #13</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:se-resize">se-resize</span></pre>
    <p><strong>Syntax #14</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:sw-resize">sw-resize</span></pre>
    <p><strong>Syntax #15</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:text">text</span></pre>
    <p><strong>Syntax #16</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:w-resize">w-resize</span></pre>
    <p><strong>Syntax #17</strong></p>
    <pre class="brush:php;toolbar:false"><span style="cursor:wait">wait</span></pre>
    <h3 id="Cursor-Values-and-its-Description-Table">Cursor Values and its Description Table</h3>
    <table width="629">
    <tbody>
    <tr>
    <td style="text-align: center" width="144"><strong>Type</strong></td>
    <td style="text-align: center" width="142"><strong>HTML Value</strong></td>
    <td style="text-align: center" width="125"><strong>How Cursor Look Like?</strong></td>
    <td style="text-align: center" width="218"><strong>Description</strong></td>
    <td width="0"></td>
    </tr>
    <tr>
    <td rowspan="3" width="144"><strong>General</strong></td>
    <td width="142"><strong>auto</strong></td>
    <td width="125"></td>
    <td width="218">Based on the text cursor will change automatically.</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>default</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544000745388.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">By default, an arrow cursor.</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>none</strong></td>
    <td width="125"></td>
    <td width="218">No cursor is displayed.</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td rowspan="5" width="144"><strong>Links & Status</strong></td>
    <td width="142"><strong>context-menu</strong></td>
    <td width="125"><strong><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544000864277.png" class="lazy" alt="Cursor in HTML" ></strong></td>
    <td width="218">Cursor like context menu</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>help</strong></td>
    <td width="125"><strong><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544001027612.png" class="lazy" alt="Cursor in HTML" ></strong></td>
    <td width="218">Help information with an arrow question mark.</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>pointer</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544001265045.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">Pointer symbol with a hand like a cursor.</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>progress</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544001364592.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">Says program is busy and can able to interact with the application.</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>wait</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544001592464.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">Says program is busy and cannot able to interact with the application.</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td rowspan="4" width="144"><strong>Selection</strong></td>
    <td width="142"><strong>cell</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544001627529.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">Cells can be selected from the table showing the cursor.</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>crosshair</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544001760557.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">Cross cursor used for selection.</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>text</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544002089794.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">An I-beam cursor used for the selected text.</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>vertical-text</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544002126659.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">A sideway I-beam cursor used for the vertical selected text.</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td rowspan="8" width="144"><strong>Drag & Drop</strong></td>
    <td width="142"><strong>alias</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544002318530.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">shortcut cursor</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>copy</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544002441795.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">Copied cursor</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>move</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544002589205.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">the element can be moved with the cursor.</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td rowspan="2" width="142"><strong>no-drop</strong></td>
    <td rowspan="2" width="125">
    <table>
    <tbody>
    <tr>
    <td rowspan="2" width="124"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544002755718.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="0"></td>
    </tr>
    </tbody>
    </table>
    </td>
    <td rowspan="2" width="218">アイテムはドロップされず、カーソルが表示されています。</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>許可されません</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544002969043.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">リクエストではカーソル アクションを前方に持ち越すことはできません。</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>摑む</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544003459595.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">カーソルを摑んだ</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="142"><strong>摑む</strong></td>
    <td width="125"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544003524819.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="218">何かがカーソルを摑んでいます。</td>
    <td width="0"></td>
    </tr>
    <tr>
    <td rowspan="16" width="144"><strong>サイズ変更とスクロール</strong></td>
    <td rowspan="2" width="142"><strong>全スクロール</strong></td>
    <td rowspan="2" width="125">
    
    
    <table>
    <tbody>
    <tr>
    <td rowspan="2" width="124"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544003776596.png" class="lazy" alt="Cursor in HTML" ></td>
    <td width="0"></td>
    </tr>
    <tr>
    <td width="0"></td>
    </tr>
    </tbody>
    </table>
    </td>
    <td rowspan="2" width="124"><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544003776596.png" class="lazy" alt="Cursor in HTML" ></td>
    <td rowspan="2" width="218"></td>
    <td width="0">
    </td>
    </tr>
    <tr>
    <td width="0">
    </td>
    </tr>
    <tr>
    <td width="142">カーソルを表示して特定の方向にスクロールします。<strong>
    </strong>
    </td>
    <td width="125">
    <img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544003941419.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td width="218">
    </td>
    <td width="0">
    </td>
    </tr>サイズ変更<tr>
    <td width="142">
    <strong></strong>
    </td>
    <td width="125">項(xiàng)目/列は水平方向にサイズ変更できます。<img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544004060550.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td width="218">
    </td>
    <td width="0">
    </td>
    </tr>行のサイズ変更<tr>
    <td width="142">
    <strong></strong>
    </td>
    <td width="125">項(xiàng)目/列は垂直方向にサイズ変更できます。<img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544004230966.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td rowspan="8" width="218">
    </td>
    <td width="0">
    </td>
    </tr>n-リサイズ<tr>
    <td width="142">
    <strong></strong>
    </td>
    <td width="125">カーソルを示す特定の表示方向に移動(dòng)したエッジ。<img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544004587822.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td width="0">
    </td>
    </tr>
    <tr>
    <td width="142">電子サイズ変更<strong></strong>
    </td>
    <td width="125">
    <img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544004621697.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td width="0">
    </td>
    </tr>
    <tr>
    <td width="142">s-リサイズ<strong></strong>
    </td>
    <td width="125">
    <img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544004836534.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td width="0">
    </td>
    </tr>
    <tr>
    <td width="142">w-resize<strong></strong>
    </td>
    <td width="125">
    <img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544004944828.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td width="0">
    </td>
    </tr>
    <tr>
    <td width="142">再サイズ<strong></strong>
    </td>
    <td width="125">
    <img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544005210002.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td width="0">
    </td>
    </tr>
    <tr>
    <td width="142">nw-resize<strong></strong>
    </td>
    <td width="125">
    <img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544005338298.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td width="0">
    </td>
    </tr>
    <tr>
    <td width="142">サイズ変更<strong></strong>
    </td>
    <td width="125">
    <img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544005558876.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td width="0">
    </td>
    </tr>
    <tr>
    <td width="142">sw-resize<strong></strong>
    </td>
    <td width="125">
    <strong>
    <img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544005652047.png" class="lazy" alt="Cursor in HTML" ></strong>
    </td>
    <td rowspan="4" width="218">
    </td>
    <td width="0">新規(guī)サイズ変更</td>
    </tr>
    <tr>
    <td width="142"><strong></strong></td>
    <td width="125">雙方向のサイズ変更カーソル。<img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544005834734.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td width="0">
    </td>
    </tr>
    <tr>
    <td width="142">ns-resize<strong></strong>
    </td>
    <td width="125">
    <img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544005972643.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td width="0">
    </td>
    </tr>
    <tr>
    <td width="142">新しいサイズ変更<strong></strong>
    </td>
    <td width="125">
    <img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544006047380.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td width="0">
    </td>
    </tr>
    <tr>
    <td rowspan="2" width="144">nwse-resize<strong></strong>
    </td>
    <td width="142"><strong>
    </strong></td>
    <td width="125">
    <strong>
    <img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544006244527.png" class="lazy" alt="Cursor in HTML" ></strong>ズーム</td>
    <td rowspan="2" width="218">
    </td>
    <td width="0">ズームイン</td>
    </tr>
    <tr>
    <td width="142"><strong></strong></td>
    <td width="125">カーソルを表示するズームインとズームアウト<img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544006489584.png" class="lazy" alt="Cursor in HTML" >
    </td>
    <td width="0">
    </td>
    </tr>
    </tbody>
    </table>ズームアウト
    
    
    
    
    
    <h3>
    <strong>?</strong>Examples to Implement Cursor in HTML</h3>
    <p>Below are the examples mentioned:</p>
    <h4 id="Example">Example #1</h4>
    <p>Links and Status showing cursors.</p>
    <p><strong>Code:?</strong></p>
    <pre class="brush:php;toolbar:false"><!DOCTYPE html>
    <html>
    <head>
    <meta charset="ISO-8859-1">
    <title>Cursors in HTML</title>
    <style type="text/css">
    .div2 {
    border: 1px solid brown;
    color: green;
    width: 900px;
    font-size: 20px;
    }
    .div3 {
    border: 1px solid brown;
    color: red;
    width: 900px;
    font-size: 20px;
    }
    .div4 {
    border: 1px solid brown;
    color: blue;
    width: 900px;
    font-size: 20px;
    }
    .div5 {
    border: 1px solid brown;
    color: lime;
    width: 900px;
    font-size: 20px;
    }
    </style>
    </head>
    <body>
    <div class="div2">
    <h3 style="text-align: center">Progress Cursor Demo</h3>
    <span style="cursor: progress">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    <br>
    <div class="div3">
    <h3 style="text-align: center">Help Cursor Demo</h3>
    <span style="cursor: help">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    <br>
    <div class="div4">
    <h3 style="text-align: center">Pointer Cursor Demo</h3>
    <span style="cursor: pointer">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    <br>
    <div class="div5">
    <h3 style="text-align: center">Wait Cursor Demo</h3>
    <span style="cursor: wait">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    </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/172544006540147.png" class="lazy" alt="Cursor in HTML" ></p>
    <p><strong>Explanation: </strong>In the above output, click any paragraph for seeing the corresponding cursor output.</p>
    <h4 id="Example">Example #2</h4>
    <p>Selection showing cursors</p>
    <p><strong>Code:</strong></p>
    <pre class="brush:php;toolbar:false"><!DOCTYPE html>
    <html>
    <head>
    <meta charset="ISO-8859-1">
    <title>Cursors in HTML</title>
    <style type="text/css">
    .div2 {
    border: 1px solid blue;
    color: fuchsia;
    width: 900px;
    font-size: 20px;
    }
    .div3 {
    border: 1px solid blue;
    color: gray;
    width: 900px;
    font-size: 20px;
    }
    .div4 {
    border: 1px solid blue;
    color: maroon;
    width: 900px;
    font-size: 20px;
    }
    </style>
    </head>
    <body>
    <div class="div2">
    <h3 style="text-align: center">Cross hair Cursor Demo</h3>
    <span style="cursor: crosshair">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    <br>
    <div class="div3">
    <h3 style="text-align: center">Horizontal Text Cursor Demo</h3>
    <span style="cursor: text">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    <br>
    <div class="div4">
    <h3 style="text-align: center">Vertical Text Cursor Demo</h3>
    <span style="cursor: vertical-text">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    </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/172544006916777.png" class="lazy" alt="Cursor in HTML" ></p>
    <p><strong>Explanation: </strong>In the above output, click any paragraph for seeing the corresponding cursor output.</p>
    <h4 id="Example">Example #3</h4>
    <p>Drag and drop showing cursors.</p>
    <p><strong>Code:</strong></p>
    
    
    <pre class="brush:php;toolbar:false"><!DOCTYPE html>
    <html>
    <head>
    <meta charset="ISO-8859-1">
    <title>Cursors in HTML</title>
    <style type="text/css">
    .div2 {
    border: 1px solid red;
    color: orange;
    width: 900px;
    font-size: 20px;
    }
    .div3 {
    border: 1px solid red;
    color: olive;
    width: 900px;
    font-size: 20px;
    }
    .div4 {
    border: 1px solid red;
    color: navy;
    width: 900px;
    font-size: 20px;
    }
    .div5 {
    border: 1px solid red;
    color: lime;
    width: 900px;
    font-size: 20px;
    }
    .div6 {
    border: 1px solid red;
    color: blue;
    width: 900px;
    font-size: 20px;
    }
    .div7 {
    border: 1px solid red;
    color: maroon;
    width: 900px;
    font-size: 20px;
    }
    </style>
    </head>
    <body>
    <div class="div2">
    <h3 style="text-align: center">Alias Cursor Demo</h3>
    <span style="cursor: alias">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    <br>
    <div class="div3">
    <h3 style="text-align: center">Copy Cursor Demo</h3>
    <span style="cursor: copy">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    <br>
    <div class="div4">
    <h3 style="text-align: center">Move Cursor Demo</h3>
    <span style="cursor: move">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    <br>
    <div class="div5">
    <h3 style="text-align: center">No-drop Cursor Demo</h3>
    <span style="cursor: no-drop">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    <br>
    <div class="div6">
    <h3 style="text-align: center">Grab Cursor Demo</h3>
    <span style="cursor: grab">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    <br>
    <div class="div7">
    <h3 style="text-align: center">Not-allowed Cursor Demo</h3>
    <span style="cursor: not-allowed">Cursor in HTML property
    controls shape or look and feel of the cursor when it is hovering on
    the any HTML element by using specific type of cursor property.</span>
    </div>
    </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/172544007312693.png" class="lazy" alt="Cursor in HTML" ></p>
    <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172544007524622.png" class="lazy" alt="Cursor in HTML" ></p>
    <p><strong>Explanation: </strong>In the above output, click any paragraph for seeing the corresponding cursor output.</p>
    <h4 id="Example">Example #4</h4>
    <p>Selection showing cursors.</p>
    <p><strong>Code:</strong></p>
    <pre class="brush:php;toolbar:false"><!DOCTYPE html>
    <html>
    <head>
    <meta charset="ISO-8859-1">
    <title>Cursors in HTML</title>
    <style type="text/css">
    .div2 {
    border: 1px solid fuchsia;
    color: teal;
    width: 900px;
    font-size: 20px;
    }
    .div3 {
    border: 1px solid fuchsia;
    color: purple;
    width: 900px;
    font-size: 20px;
    }
    </style>
    </head>
    <body>
    <div class="div2">
    <h3 style="text-align: center">Zoom-in Cursor Demo</h3>
    <span style="cursor: zoom-in">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    <br>
    <div class="div3">
    <h3 style="text-align: center">Zoom-out Cursor Demo</h3>
    <span style="cursor: zoom-out">Cursor in HTML property controls
    shape or look and feel of the cursor when it is hovering on the any
    HTML element by using specific type of cursor property.</span>
    </div>
    </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/172544007777564.png" class="lazy" alt="Cursor in HTML" ></p>
    <p><strong>Explanation: </strong>In the above output, click any paragraph for seeing the corresponding cursor output.</p>
    <h3 id="Conclusion">Conclusion</h3>
    <p>Cursor property works based on property value given to the cursor. Based on the requirement, we choose which cursor action required at the instant.</p><p>The above is the detailed content of Cursor in HTML. 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://m.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://m.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://m.miracleart.cn/faq/1796822997.html" title="Peak: How To Revive Players" class="phpgenera_Details_mainR4_bottom_title">Peak: How To Revive Players</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4 weeks ago</span>
    										<span>By DDD</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/faq/1796832397.html" title="Grass Wonder Build Guide | Uma Musume Pretty Derby" class="phpgenera_Details_mainR4_bottom_title">Grass Wonder Build Guide | Uma Musume Pretty Derby</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 weeks ago</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/faq/1796823726.html" title="PEAK How to Emote" class="phpgenera_Details_mainR4_bottom_title">PEAK How to Emote</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>3 weeks ago</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    														</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    								<a href="http://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.miracleart.cn/faq/1796822997.html" title="Peak: How To Revive Players" class="phpgenera_Details_mainR4_bottom_title">Peak: How To Revive Players</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4 weeks ago</span>
    										<span>By DDD</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/faq/1796832397.html" title="Grass Wonder Build Guide | Uma Musume Pretty Derby" class="phpgenera_Details_mainR4_bottom_title">Grass Wonder Build Guide | Uma Musume Pretty Derby</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 weeks ago</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://m.miracleart.cn/faq/1796823726.html" title="PEAK How to Emote" class="phpgenera_Details_mainR4_bottom_title">PEAK How to Emote</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>3 weeks ago</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    														</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    								<a href="http://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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>8644</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/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>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/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>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/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>1582</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/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>1449</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/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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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://m.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   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://m.miracleart.cn/faq/1796833320.html" title="Configuring Document Metadata Within the HTML head 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/175199941149498.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Configuring Document Metadata Within the HTML head Element" />
    								</a>
    								<a href="http://m.miracleart.cn/faq/1796833320.html" title="Configuring Document Metadata Within the HTML head Element" class="phphistorical_Version2_mids_title">Configuring Document Metadata Within the HTML head Element</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 09, 2025 am	 02:30 AM</span>
    								<p class="Articlelist_txts_p">Metadata in HTMLhead is crucial for SEO, social sharing, and browser behavior. 1. Set the page title and description, use and keep it concise and unique; 2. Add OpenGraph and Twitter card information to optimize social sharing effects, pay attention to the image size and use debugging tools to test; 3. Define the character set and viewport settings to ensure multi-language support is adapted to the mobile terminal; 4. Optional tags such as author copyright, robots control and canonical prevent duplicate content should also be configured reasonably.</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://m.miracleart.cn/faq/1796829958.html" title="How to embed content from another site using the html iframe tag?" 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="How to embed content from another site using the html iframe tag?" />
    								</a>
    								<a href="http://m.miracleart.cn/faq/1796829958.html" title="How to embed content from another site using the html iframe tag?" class="phphistorical_Version2_mids_title">How to embed content from another site using the html iframe tag?</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 04, 2025 am	 03:17 AM</span>
    								<p class="Articlelist_txts_p">Use tags to embed other website content into your own web page. The basic syntax is:, you can add width, height, and style="border:none;" to control the appearance; in order to achieve responsive layout, you can set the size through percentage or use containers to combine padding and absolute positioning to maintain the aspect ratio, while paying attention to cross-domain restrictions, loading performance, SEO impact, and security policies. Common uses include embedding maps, third-party forms, social media content and internal system integration.</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://m.miracleart.cn/faq/1796832585.html" title="Understanding HTML5 Media Source Extensions (MSE)" 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/175191311266895.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Understanding HTML5 Media Source Extensions (MSE)" />
    								</a>
    								<a href="http://m.miracleart.cn/faq/1796832585.html" title="Understanding HTML5 Media Source Extensions (MSE)" class="phphistorical_Version2_mids_title">Understanding HTML5 Media Source Extensions (MSE)</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 08, 2025 am	 02:31 AM</span>
    								<p class="Articlelist_txts_p">MSE (MediaSourceExtensions) is part of the W3C standard, allowing JavaScript to dynamically build media streams, thus enabling advanced video playback capabilities. It manages media sources through MediaSource, stores data from SourceBuffer, and represents the buffering time range through TimeRanges, allowing the browser to dynamically load and decode video clips. The process of using MSE includes: ① Create a MediaSource instance; ② Bind it to an element; ③ Add SourceBuffer to receive data in a specific format; ④ Get segmented data through fetch() and append it to the buffer. Common precautions include: ① Format compatibility issues; ② Time stamp pair</p>
    							</div>
    													</div>
    
    													<a href="http://m.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://m.miracleart.cn/about/us.html">About us</a>
                <a href="http://m.miracleart.cn/about/disclaimer.html">Disclaimer</a>
                <a href="http://m.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://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="wcoci" class="pl_css_ganrao" style="display: none;"><abbr id="wcoci"><rt id="wcoci"><center id="wcoci"></center></rt></abbr><optgroup id="wcoci"><strong id="wcoci"><center id="wcoci"></center></strong></optgroup><small id="wcoci"></small><tr id="wcoci"><ul id="wcoci"><table id="wcoci"></table></ul></tr><pre id="wcoci"></pre><code id="wcoci"></code><tbody id="wcoci"><delect id="wcoci"><menu id="wcoci"></menu></delect></tbody><tr id="wcoci"></tr><acronym id="wcoci"></acronym><table id="wcoci"></table><pre id="wcoci"><tr id="wcoci"><nav id="wcoci"></nav></tr></pre><pre id="wcoci"><tr id="wcoci"><menu id="wcoci"></menu></tr></pre><tr id="wcoci"></tr><cite id="wcoci"><blockquote id="wcoci"><option id="wcoci"></option></blockquote></cite><dd id="wcoci"><sup id="wcoci"><bdo id="wcoci"></bdo></sup></dd><s id="wcoci"><tbody id="wcoci"><tbody id="wcoci"></tbody></tbody></s><option id="wcoci"><cite id="wcoci"><blockquote id="wcoci"></blockquote></cite></option><table id="wcoci"></table><th id="wcoci"><rt id="wcoci"><option id="wcoci"></option></rt></th><dd id="wcoci"></dd><pre id="wcoci"></pre><menu id="wcoci"><tfoot id="wcoci"><del id="wcoci"></del></tfoot></menu><pre id="wcoci"><abbr id="wcoci"><td id="wcoci"></td></abbr></pre><option id="wcoci"></option><li id="wcoci"></li><rt id="wcoci"></rt><abbr id="wcoci"></abbr><tr id="wcoci"></tr><samp id="wcoci"></samp><table id="wcoci"><th id="wcoci"><kbd id="wcoci"></kbd></th></table><li id="wcoci"><wbr id="wcoci"><sup id="wcoci"></sup></wbr></li><abbr id="wcoci"></abbr><acronym id="wcoci"><strong id="wcoci"><blockquote id="wcoci"></blockquote></strong></acronym><samp id="wcoci"><acronym id="wcoci"><small id="wcoci"></small></acronym></samp><menu id="wcoci"></menu><dl id="wcoci"></dl><pre id="wcoci"></pre><td id="wcoci"><center id="wcoci"><strong id="wcoci"></strong></center></td><td id="wcoci"></td><td id="wcoci"></td><kbd id="wcoci"></kbd><xmp id="wcoci"><abbr id="wcoci"><dl id="wcoci"></dl></abbr></xmp><nav id="wcoci"></nav><noframes id="wcoci"></noframes><tfoot id="wcoci"></tfoot><tfoot id="wcoci"><abbr id="wcoci"><rt id="wcoci"></rt></abbr></tfoot><tfoot id="wcoci"></tfoot><code id="wcoci"><del id="wcoci"><abbr id="wcoci"></abbr></del></code><option id="wcoci"></option><li id="wcoci"></li><pre id="wcoci"></pre><s id="wcoci"></s><sup id="wcoci"></sup><input id="wcoci"></input><li id="wcoci"></li><strike id="wcoci"></strike><delect id="wcoci"></delect><pre id="wcoci"></pre><del id="wcoci"></del><blockquote id="wcoci"></blockquote><abbr id="wcoci"></abbr><source id="wcoci"></source><rt id="wcoci"></rt><dd id="wcoci"><button id="wcoci"><fieldset id="wcoci"></fieldset></button></dd><input id="wcoci"></input><blockquote id="wcoci"></blockquote><abbr id="wcoci"></abbr><bdo id="wcoci"></bdo><xmp id="wcoci"><abbr id="wcoci"><dl id="wcoci"></dl></abbr></xmp><optgroup id="wcoci"></optgroup><tr id="wcoci"></tr><xmp id="wcoci"><nav id="wcoci"><tfoot id="wcoci"></tfoot></nav></xmp><source id="wcoci"></source><option id="wcoci"></option><del id="wcoci"><menu id="wcoci"><tbody id="wcoci"></tbody></menu></del><noframes id="wcoci"></noframes><strong id="wcoci"><center id="wcoci"><option id="wcoci"></option></center></strong><dl id="wcoci"><delect id="wcoci"><nav id="wcoci"></nav></delect></dl><tfoot id="wcoci"><xmp id="wcoci"><noframes id="wcoci"></noframes></xmp></tfoot><option id="wcoci"><strong id="wcoci"><center id="wcoci"></center></strong></option><tbody id="wcoci"><abbr id="wcoci"><s id="wcoci"></s></abbr></tbody><samp id="wcoci"></samp><sup id="wcoci"></sup><dd id="wcoci"></dd><samp id="wcoci"><optgroup id="wcoci"><dfn id="wcoci"></dfn></optgroup></samp><center id="wcoci"></center><xmp id="wcoci"></xmp><li id="wcoci"></li><tr id="wcoci"></tr><th id="wcoci"></th><rt id="wcoci"></rt><td id="wcoci"><center id="wcoci"><small id="wcoci"></small></center></td><dfn id="wcoci"></dfn><noframes id="wcoci"></noframes><ul id="wcoci"><input id="wcoci"><tr id="wcoci"></tr></input></ul><source id="wcoci"></source><fieldset id="wcoci"><xmp id="wcoci"><nav id="wcoci"></nav></xmp></fieldset><menu id="wcoci"></menu><table id="wcoci"></table><tbody id="wcoci"></tbody><del id="wcoci"></del><sup id="wcoci"></sup><table id="wcoci"><strike id="wcoci"><ul id="wcoci"></ul></strike></table><cite id="wcoci"><samp id="wcoci"><option id="wcoci"></option></samp></cite><tbody id="wcoci"><tr id="wcoci"><s id="wcoci"></s></tr></tbody><input id="wcoci"><dfn id="wcoci"><ul id="wcoci"></ul></dfn></input><delect id="wcoci"></delect><th id="wcoci"><samp id="wcoci"><em id="wcoci"></em></samp></th><object id="wcoci"></object><cite id="wcoci"><blockquote id="wcoci"><em id="wcoci"></em></blockquote></cite><dfn id="wcoci"></dfn><dd id="wcoci"><nav id="wcoci"><tfoot id="wcoci"></tfoot></nav></dd><menu id="wcoci"><acronym id="wcoci"><strong id="wcoci"></strong></acronym></menu><em id="wcoci"></em><tfoot id="wcoci"></tfoot><blockquote id="wcoci"></blockquote><xmp id="wcoci"></xmp><em id="wcoci"><th id="wcoci"><samp id="wcoci"></samp></th></em><button id="wcoci"><tfoot id="wcoci"><tbody id="wcoci"></tbody></tfoot></button><table id="wcoci"><strong id="wcoci"><rt id="wcoci"></rt></strong></table><acronym id="wcoci"></acronym><abbr id="wcoci"></abbr><cite id="wcoci"></cite><optgroup id="wcoci"></optgroup><tbody id="wcoci"></tbody><xmp id="wcoci"></xmp><dl id="wcoci"><abbr id="wcoci"><s id="wcoci"></s></abbr></dl><menu id="wcoci"><tbody id="wcoci"><delect id="wcoci"></delect></tbody></menu><center id="wcoci"><acronym id="wcoci"><small id="wcoci"></small></acronym></center><optgroup id="wcoci"></optgroup><code id="wcoci"></code><object id="wcoci"><dfn id="wcoci"><li id="wcoci"></li></dfn></object><small id="wcoci"></small><abbr id="wcoci"><rt id="wcoci"><pre id="wcoci"></pre></rt></abbr><td id="wcoci"><tbody id="wcoci"><abbr id="wcoci"></abbr></tbody></td><kbd id="wcoci"></kbd><samp id="wcoci"><option id="wcoci"><strong id="wcoci"></strong></option></samp><strong id="wcoci"></strong><delect id="wcoci"></delect><strong id="wcoci"></strong><th id="wcoci"></th><s id="wcoci"></s><s id="wcoci"></s></div>
    
    </html>