<mark id="trpgy"></mark>
\n

Demo on Unordered list<\/u><\/h1>\n

Ingredients for making of cake<\/h2>\n

\n
    \n
  • Baking Powder<\/li>\n
  • Flour<\/li>\n
  • Sugar<\/li>\n
  • Coco poder<\/li>\n<\/ul>\n

    \n<\/body>\n<\/html><\/pre>\n

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

    This will give you the result like<\/p>\n

    \"HTML<\/p>\n

    Example #2<\/h4>\n

    Unordered List with colors and for the positions.<\/p>\n

    \n\n\nunordered list Demo2<\/title>\n<\/head>\n<body>
    <h1><a href="http://www.miracleart.cn/">国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂</a></h1>\n<h1>Unordered Disc<\/h1>\n<ul>\n<li>Lion<\/li>\n<li>Tiger<\/li>\n<li>Giraffe<\/li>\n<li>Camel<\/li>\n<\/ul>\n<h1>Top Rhymes <\/h1>\n<ul type=\"square\">\n<li>Johny Johny Yes papa<\/li>\n<li>Wheels on the Bus<\/li>\n<li> Baa Baa Black Sheep<\/li>\n<\/ul>\n<h1>Fruits Name List<\/h1>\n<ul type=\"circle\" >\n<li > Avacado<\/li>\n<li> Orange<\/li>\n<li>Pears<\/li>\n<li> Banana<\/li>\n<\/ul>\n<\/body>\n<\/html><\/pre>\n<p><strong>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543943575912.png\" alt=\"HTML 順序なしリスト\" ><\/p>\n<h3>Types of Attributes for HTML Unordered List<\/h3>\n<p>To figure the unordered list, there are three primary types of attributes for this unordered element. The unordered list is used where it is not required to represent the lists in any specific orders. The following sections explain the related attributes and examples of them.<\/p>\n<p>This attribute gives the type of bullets to be used in the list.<\/p>\n<ul>\n<li>type =’disc’ – Gives default bullet structure<\/li>\n<li>type =’square’ – Looks like solid box bullets<\/li>\n<li>type =’circle’ – Gives Hollow box structure<\/li>\n<\/ul>\n<h4>1. Attribute type=’disc.’<\/h4>\n<p>This is the default type, and all the items are marked as bullets. Here we use type attribute, and all these attributes support in HTML 3, To define under HTML5, we are supposed to implement list-style CSS. Here is an example demo.<\/p>\n<p><strong>Example:<\/strong><\/p>\n<pre><html>\n<head>\n<title> Demo on Unordered list Types<\/title><br>?? <\/head>\n<body bgcolor=\"pink\" text=\"blue\" order=\"\">\n<h1><u>Demo on Unordered list Types<\/u><\/h1>\n<UL>\n<LI>This is Program Agenda.\n<UL>\n<LI>First a Welcome Note\n<LI>Second We Start with the talks\n<\/UL>\n<LI type=\"square\">Opening Speech\n<LI>Mrs.Claria Winston from Ireland and Eyjolfur From Bank of America.\n<LI type=\"circle\"> Tea Break\n<LI type=\"disk\">Last part from the topic Data Lake By Surendran Thomas.\n<\/UL>\n<\/body>\n<\/html><\/pre>\n<p><strong>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543943775985.png\" alt=\"HTML 順序なしリスト\" ><\/p>\n<h4>2. Attribute type=’square.’<\/h4>\n<p>Here the items are marked with Square bullets.<\/p>\n<p><strong>Example:<\/strong><\/p>\n<p>Demonstrating the HTML code with the square bullet embedded with style color and the position.<\/p>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.5\">\n<style>\nul {\nlist-style: square;\n}\nul li::before {\ncontent: \"\\1022\";\ncolor: pink;\nfont-weight: bold;\ndisplay: inline-block;\nwidth: 0.8em;\nmargin-left: -1em;\n}\n<\/style>\n<\/head>\n<body>\n<h2>List of top hollywood movies-Square<\/h2>\n<ul>\n<li>World Of the wars<\/li>\n<li>Mission Impossible<\/li>\n<li>Independence Day special<\/li>\n<li> Behind enemy lines<\/li>\n<\/ul>\n<\/body>\n<\/html><\/pre>\n<p><strong>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543943869827.png\" alt=\"HTML 順序なしリスト\" ><\/p>\n<h4>3. Attribute type=’circle.’<\/h4>\n<p>This attribute gives hollow bullet values. Below are the example rendering circle and square attribute together with the nested lists.<\/p>\n<p><strong>Example:<\/strong><\/p>\n<pre><HTML>\n<HEAD>\n<TITLE> EDUCBA List Example <\/TITLE>\n;style>\nh3{\ncolor:orange;\n}\nul{\nlist-style: none;\n}\nul li::before {\ncontent: \"\\25AA\";\ncolor: brown;\ndisplay: inline-block;\nwidth: 1em;\nmargin-left: -0.8em;\nfont-weight: bold;\nfont-size:1rem;\n}\n<\/style>\n<\/HEAD>\n<BODY>\n<H1> List of Mobiles<\/h1>\n<UL>\n<LI> Redmi Xiami\n<LI> Iphone\n<LI> Samsung\n<LI> Nokia\n<\/UL>\n<H1>Mobile Operating System Supports<\/h1>\n<UL TYPE = \"circle\">\n<LI> Android\n<LI> Windows phone\n<LI TYPE = \"circle\"> Samsung\n<LI TYPE = \"square\"> Nokia\n<\/UL>\n<\/BODY>\n<\/HTML><\/pre>\n<p><strong>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543944189565.png\" alt=\"HTML 順序なしリスト\" ><\/p>\n\n\n<h3>Replacing HTML list Items with Customizable Images<\/h3>\n<p>This would ultimately enhance the overall theme and makes the website visually good. The default bullets are replaced by native style or even can customizable using images with CSS help. Actually speaking, there are three styling lists to be used in HTML. Here we go with a list-style-type and list-style-image.<\/p>\n<p>Using image bullet is to make the lists more unique and differentiate the information by type, Giving the presentation a look on the web page.<\/p>\n<p>In the below example, the examples are demonstrated by style properties between the list elements.<\/p>\n<h4>Example <strong>#<\/strong>1 – Style properties between the list elements<\/h4>\n<pre><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<title>HTML unordered list with Styles<\/title>\n<\/head>\n<body>\n<style>\nul li {\nbackground: red;\n}\nul.in.li {\nlist-style: circle inside none;\ncolor: red;\nleft: -20px;\nposition: inside;\ntext-align: left;\nwidth: 27px;\n}<\/style>\n<ul>\n<li><span> Finland is a Scandinavian Country<\/span><\/li>\n<li><span>Oslo is the capital city<\/span><\/li>\n<li><span>Iceland is known for its beauty , hiking, fishing<\/span><\/li>\n<li><span>Ranked among the chillness country in europe<\/span><\/li>\n<\/ul><br\/>\n<\/body><\/html><\/pre>\n<p><strong>Output:<\/strong><\/p>\n<p>This will give out the output like<\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543944422472.png\" alt=\"HTML 順序なしリスト\" ><\/p>\n<h4>Example #2 – With image style<\/h4>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<style>\nul {\nlist-style-image: url('sqpurple.gif');\n}\n<\/style>\n<\/head>\n<body>\n<h2>The list-style- Demo<\/h2>\n<p>Harry Potter Characters:<\/p>\n<ul id=\"circle\">\n<li> Harry<\/li>\n<li>Hermione<\/li>\n<li>Ron Weasely<\/li>\n<\/ul>\n<\/body>\n<\/html><\/pre>\n<p><strong>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543944869330.png\" alt=\"HTML 順序なしリスト\" ><\/p>\n<h3>Kesimpulan<\/h3>\n<p>Sekarang kita menemui cara membina senarai tidak tersusun dalam HTML. Kami telah melihat bagaimana elemen blok tidak tersusun memainkan peranan dalam mencipta halaman web dengan contoh yang berbeza dan meneroka beberapa ciri senarai. Malah ini boleh digunakan dalam menu navigasi untuk dipaparkan secara menegak. Penciptaan senarai Tidak Tertib adalah sangat mudah; adalah penting untuk mempertimbangkan tempat untuk membetulkan pendekatan ini untuk tempat bit terbaik. Dengan kata lain, dokumen yang sempurna lebih suka menggunakan format senarai HTML.<\/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://www.miracleart.cn/ja/" 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="コミュニティ" class="head_nava head_nava-template1">コミュニティ</a>
                        <div   class="377j5v51b"   id="dropdown-template1" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://www.miracleart.cn/ja/article.html" title="記事" class="languagechoosea on">記事</a>
                                <a href="http://www.miracleart.cn/ja/faq/zt" title="トピックス" class="languagechoosea">トピックス</a>
                                <a href="http://www.miracleart.cn/ja/wenda.html" title="に質(zhì)問" class="languagechoosea">に質(zhì)問</a>
                            </div>
                        </div>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="學(xué)ぶ" class="head_nava head_nava-template1_1">學(xué)ぶ</a>
                        <div   class="377j5v51b"   id="dropdown-template1_1" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://www.miracleart.cn/ja/course.html" title="コース" class="languagechoosea on">コース</a>
                                <a href="http://www.miracleart.cn/ja/dic/" title="プログラミング辭典" class="languagechoosea">プログラミング辭典</a>
                            </div>
                        </div>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="ツールライブラリ" class="head_nava head_nava-template1_2">ツールライブラリ</a>
                        <div   class="377j5v51b"   id="dropdown-template1_2" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://www.miracleart.cn/ja/toolset/development-tools" title="開発ツール" class="languagechoosea on">開発ツール</a>
                                <a href="http://www.miracleart.cn/ja/toolset/website-source-code" title="公式サイト" class="languagechoosea">公式サイト</a>
                                <a href="http://www.miracleart.cn/ja/toolset/php-libraries" title="PHP ライブラリ" class="languagechoosea">PHP ライブラリ</a>
                                <a href="http://www.miracleart.cn/ja/toolset/js-special-effects" title="JS特殊効果" class="languagechoosea on">JS特殊効果</a>
                                <a href="http://www.miracleart.cn/ja/toolset/website-materials" title="サイト素材" class="languagechoosea on">サイト素材</a>
                                <a href="http://www.miracleart.cn/ja/toolset/extension-plug-ins" title="拡張プラグイン" class="languagechoosea on">拡張プラグイン</a>
                            </div>
                        </div>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="http://www.miracleart.cn/ja/ai" title="AIツール" class="head_nava head_nava-template1_3">AIツール</a>
                    </div>
    
                    <div   id="377j5v51b"   class="head_navs">
                        <a href="javascript:;" title="レジャー" class="head_nava head_nava-template1_3">レジャー</a>
                        <div   class="377j5v51b"   id="dropdown-template1_3" style="display: none;">
                            <div   id="377j5v51b"   class="languagechoose">
                                <a href="http://www.miracleart.cn/ja/game" title="ゲームのダウンロード" class="languagechoosea on">ゲームのダウンロード</a>
                                <a href="http://www.miracleart.cn/ja/mobile-game-tutorial/" title="ゲームのチュートリアル" class="languagechoosea">ゲームのチュートリアル</a>
    
                            </div>
                        </div>
                    </div>
                </div>
            </div>
                        <div   id="377j5v51b"   class="head_search">
                    <input id="key_words"  onkeydown="if (event.keyCode == 13) searchs('ja')" class="search-input" type="text" autocomplete="off" name="keywords" required="required" placeholder="Block,address,transaction,news" value="">
                    <a href="javascript:;" title="検索"  onclick="searchs('ja')"><img src="/static/imghw/find.png" alt="検索"></a>
                </div>
                    <div   id="377j5v51b"   class="head_right">
                <div   id="377j5v51b"   class="haed_language">
                    <a href="javascript:;" class="layui-btn haed_language_btn">日本語<i class="layui-icon layui-icon-triangle-d"></i></a>
                    <div   class="377j5v51b"   id="dropdown-template" style="display: none;">
                        <div   id="377j5v51b"   class="languagechoose">
                                                    <a href="javascript:setlang('zh-cn');" title="簡體中文" class="languagechoosea">簡體中文</a>
                                                    <a href="javascript:setlang('en');" title="English" class="languagechoosea">English</a>
                                                    <a href="javascript:setlang('zh-tw');" title="繁體中文" class="languagechoosea">繁體中文</a>
                                                    <a href="javascript:;" title="日本語" class="languagechoosea">日本語</a>
                                                    <a href="javascript:setlang('ko');" title="???" class="languagechoosea">???</a>
                                                    <a href="javascript:setlang('ms');" title="Melayu" class="languagechoosea">Melayu</a>
                                                    <a href="javascript:setlang('fr');" title="Fran?ais" class="languagechoosea">Fran?ais</a>
                                                    <a href="javascript:setlang('de');" title="Deutsch" class="languagechoosea">Deutsch</a>
                                                </div>
                    </div>
                </div>
                <span id="377j5v51b"    class="head_right_line"></span>
                                <div style="display: block;" id="login" class="haed_login ">
                        <a href="javascript:;"  title="Login" class="haed_logina ">Login</a>
                    </div>
                    <div style="display: block;" id="reg" class="head_signup login">
                        <a href="javascript:;"  title="singup" class="head_signupa">singup</a>
                    </div>
                
            </div>
        </div>
    </header>
    
    	
    	<main>
    		<div   id="377j5v51b"   class="Article_Details_main">
    			<div   id="377j5v51b"   class="Article_Details_main1">
    							<div   id="377j5v51b"   class="Article_Details_main1L">
    					<div   id="377j5v51b"   class="Article_Details_main1Lmain" id="Article_Details_main1Lmain">
    						<div   id="377j5v51b"   class="Article_Details_main1L1">目次</div>
    						<div   id="377j5v51b"   class="Article_Details_main1L2" id="Article_Details_main1L2">
    							<!-- 左側(cè)懸浮,文章定位標(biāo)題1 id="Article_Details_main1L2s_1"-->
    															<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Syntax-of-HTML-Unordered-List" title="Syntax of?HTML Unordered List" >Syntax of?HTML Unordered List</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Example" title="Example #2" >Example #2</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Types-of-Attributes-for-HTML-Unordered-List" title="Types of Attributes for HTML Unordered List" >Types of Attributes for HTML Unordered List</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Attribute-type-disc" title="1. Attribute type=’disc.’" >1. Attribute type=’disc.’</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Attribute-type-square" title="2. Attribute type=’square.’" >2. Attribute type=’square.’</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Attribute-type-circle" title="3. Attribute type=’circle.’" >3. Attribute type=’circle.’</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Replacing-HTML-list-Items-with-Customizable-Images" title="Replacing HTML list Items with Customizable Images" >Replacing HTML list Items with Customizable Images</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Example-strong-strong-Style-properties-between-the-list-elements" title="Example <strong>#</strong>1 – Style properties between the list elements" >Example <strong>#</strong>1 – Style properties between the list elements</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Example-With-image-style" title="Example #2 – With image style" >Example #2 – With image style</a>
    								</div>
    																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
    									<a href="#Kesimpulan" title="Kesimpulan" >Kesimpulan</a>
    								</div>
    														</div>
    					</div>
    				</div>
    							<div   id="377j5v51b"   class="Article_Details_main1M">
    					<div   id="377j5v51b"   class="phpgenera_Details_mainL1">
    						<a href="http://www.miracleart.cn/ja/" title="ホームページ"
    							class="phpgenera_Details_mainL1a">ホームページ</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    												<a href="http://www.miracleart.cn/ja/web-designer.html"
    							class="phpgenera_Details_mainL1a">ウェブフロントエンド</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    												<a href="http://www.miracleart.cn/ja/div-tutorial.html"
    							class="phpgenera_Details_mainL1a">htmlチュートリアル</a>
    						<img src="/static/imghw/top_right.png" alt="" />
    						<span>HTML 順序なしリスト</span>
    					</div>
    					
    					<div   id="377j5v51b"   class="Articlelist_txts">
    						<div   id="377j5v51b"   class="Articlelist_txts_info">
    							<h1 class="Articlelist_txts_title">HTML 順序なしリスト</h1>
    							<div   id="377j5v51b"   class="Articlelist_txts_info_head">
    								<div   id="377j5v51b"   class="author_info">
    									<a href="http://www.miracleart.cn/ja/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://www.miracleart.cn/ja/member/887227.html" class="author_name">WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB</a>
                                    										</div>
    								</div>
                    			</div>
    							<span id="377j5v51b"    class="Articlelist_txts_time">Sep 04, 2024 pm	 04:43 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>Lists in HTML are a concept of gathering a number of data or elements arranged in a specific order organized for the purpose of being used in the program execution. HTML uses three types of lists, namely Ordered List, Unordered List and Definition List, where Unordered List is a type of list where the data or elements can be arranged in the list in no specific order. The syntax for the HTML Unordered List is <ul><li></li>………..</ul>, where <ul> is the tag that indicates the unordered list type.</p>
    
    
    
    
    
    
    
    
    <p>The three types of lists we could use to bring order to the web pages. Below are the different types:</p>
    <ol>
    <li>Ordered List</li>
    <li>Unordered list</li>
    <li>Definition List</li>
    </ol>
    <p>In this article, we shall go through the unordered list specification with an example. The unordered list is a list that doesn’t require any order of numbering in their list; instead, we use bullets for the list levels.</p>
    
    
    <h3 id="Syntax-of-HTML-Unordered-List">Syntax of?HTML Unordered List</h3>
    <p>The syntax for the unordered list is similar to the ordered list we created in the previous article. Unordered list is created using an element named <ul> element and ends with</ul> tag. The list item is embedded inside the <ul> element.</p>
    <pre class="brush:php;toolbar:false"><ul>
    <li></li>
    ………..
    </ul></pre>
    <h4 id="Example">Example #1</h4>
    <p>This shows how this short item list is implemented in a browser.</p>
    <pre class="brush:php;toolbar:false"><html>
    <head>
    <title> Demo on Unordered list</title><br>?? </head>
    <body bgcolor="orange" text="green" order="">
    <h1><u>Demo on Unordered list</u></h1>
    <h2>Ingredients for making of cake</h2>
    <h3>
    <ul type="square">
    <li>Baking Powder</li>
    <li >Flour</li>
    <li> Sugar</li>
    <li>Coco poder</li>
    </ul>
    <h3>
    </body>
    </html></pre>
    <p><strong>Output:</strong></p>
    <p>This will give you the result like</p>
    <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543943484790.png" class="lazy" alt="HTML 順序なしリスト" ></p>
    <h4 id="Example">Example #2</h4>
    <p>Unordered List with colors and for the positions.</p>
    <pre class="brush:php;toolbar:false"><!DOCTYPE html>
    <html>
    <head>
    <title>unordered list Demo2</title>
    </head>
    <body>
    <h1>Unordered Disc</h1>
    <ul>
    <li>Lion</li>
    <li>Tiger</li>
    <li>Giraffe</li>
    <li>Camel</li>
    </ul>
    <h1>Top Rhymes </h1>
    <ul type="square">
    <li>Johny Johny Yes papa</li>
    <li>Wheels on the Bus</li>
    <li> Baa Baa Black Sheep</li>
    </ul>
    <h1>Fruits Name List</h1>
    <ul type="circle" >
    <li > Avacado</li>
    <li> Orange</li>
    <li>Pears</li>
    <li> Banana</li>
    </ul>
    </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/172543943575912.png" class="lazy" alt="HTML 順序なしリスト" ></p>
    <h3 id="Types-of-Attributes-for-HTML-Unordered-List">Types of Attributes for HTML Unordered List</h3>
    <p>To figure the unordered list, there are three primary types of attributes for this unordered element. The unordered list is used where it is not required to represent the lists in any specific orders. The following sections explain the related attributes and examples of them.</p>
    <p>This attribute gives the type of bullets to be used in the list.</p>
    <ul>
    <li>type =’disc’ – Gives default bullet structure</li>
    <li>type =’square’ – Looks like solid box bullets</li>
    <li>type =’circle’ – Gives Hollow box structure</li>
    </ul>
    <h4 id="Attribute-type-disc">1. Attribute type=’disc.’</h4>
    <p>This is the default type, and all the items are marked as bullets. Here we use type attribute, and all these attributes support in HTML 3, To define under HTML5, we are supposed to implement list-style CSS. Here is an example demo.</p>
    <p><strong>Example:</strong></p>
    <pre class="brush:php;toolbar:false"><html>
    <head>
    <title> Demo on Unordered list Types</title><br>?? </head>
    <body bgcolor="pink" text="blue" order="">
    <h1><u>Demo on Unordered list Types</u></h1>
    <UL>
    <LI>This is Program Agenda.
    <UL>
    <LI>First a Welcome Note
    <LI>Second We Start with the talks
    </UL>
    <LI type="square">Opening Speech
    <LI>Mrs.Claria Winston from Ireland and Eyjolfur From Bank of America.
    <LI type="circle"> Tea Break
    <LI type="disk">Last part from the topic Data Lake By Surendran Thomas.
    </UL>
    </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/172543943775985.png" class="lazy" alt="HTML 順序なしリスト" ></p>
    <h4 id="Attribute-type-square">2. Attribute type=’square.’</h4>
    <p>Here the items are marked with Square bullets.</p>
    <p><strong>Example:</strong></p>
    <p>Demonstrating the HTML code with the square bullet embedded with style color and the position.</p>
    <pre class="brush:php;toolbar:false"><!DOCTYPE html>
    <html>
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1.5">
    <style>
    ul {
    list-style: square;
    }
    ul li::before {
    content: "\1022";
    color: pink;
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    margin-left: -1em;
    }
    </style>
    </head>
    <body>
    <h2>List of top hollywood movies-Square</h2>
    <ul>
    <li>World Of the wars</li>
    <li>Mission Impossible</li>
    <li>Independence Day special</li>
    <li> Behind enemy lines</li>
    </ul>
    </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/172543943869827.png" class="lazy" alt="HTML 順序なしリスト" ></p>
    <h4 id="Attribute-type-circle">3. Attribute type=’circle.’</h4>
    <p>This attribute gives hollow bullet values. Below are the example rendering circle and square attribute together with the nested lists.</p>
    <p><strong>Example:</strong></p>
    <pre class="brush:php;toolbar:false"><HTML>
    <HEAD>
    <TITLE> EDUCBA List Example </TITLE>
    ;style>
    h3{
    color:orange;
    }
    ul{
    list-style: none;
    }
    ul li::before {
    content: "\25AA";
    color: brown;
    display: inline-block;
    width: 1em;
    margin-left: -0.8em;
    font-weight: bold;
    font-size:1rem;
    }
    </style>
    </HEAD>
    <BODY>
    <H1> List of Mobiles</h1>
    <UL>
    <LI> Redmi Xiami
    <LI> Iphone
    <LI> Samsung
    <LI> Nokia
    </UL>
    <H1>Mobile Operating System Supports</h1>
    <UL TYPE = "circle">
    <LI> Android
    <LI> Windows phone
    <LI TYPE = "circle"> Samsung
    <LI TYPE = "square"> Nokia
    </UL>
    </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/172543944189565.png" class="lazy" alt="HTML 順序なしリスト" ></p>
    
    
    <h3 id="Replacing-HTML-list-Items-with-Customizable-Images">Replacing HTML list Items with Customizable Images</h3>
    <p>This would ultimately enhance the overall theme and makes the website visually good. The default bullets are replaced by native style or even can customizable using images with CSS help. Actually speaking, there are three styling lists to be used in HTML. Here we go with a list-style-type and list-style-image.</p>
    <p>Using image bullet is to make the lists more unique and differentiate the information by type, Giving the presentation a look on the web page.</p>
    <p>In the below example, the examples are demonstrated by style properties between the list elements.</p>
    <h4 id="Example-strong-strong-Style-properties-between-the-list-elements">Example <strong>#</strong>1 – Style properties between the list elements</h4>
    <pre class="brush:php;toolbar:false"><!DOCTYPE html>
    <html lang="en">
    <head>
    <title>HTML unordered list with Styles</title>
    </head>
    <body>
    <style>
    ul li {
    background: red;
    }
    ul.in.li {
    list-style: circle inside none;
    color: red;
    left: -20px;
    position: inside;
    text-align: left;
    width: 27px;
    }</style>
    <ul>
    <li><span> Finland is a Scandinavian Country</span></li>
    <li><span>Oslo is the capital city</span></li>
    <li><span>Iceland is known for its beauty , hiking, fishing</span></li>
    <li><span>Ranked among the chillness country in europe</span></li>
    </ul><br/>
    </body></html></pre>
    <p><strong>Output:</strong></p>
    <p>This will give out the output like</p>
    <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543944422472.png" class="lazy" alt="HTML 順序なしリスト" ></p>
    <h4 id="Example-With-image-style">Example #2 – With image style</h4>
    <pre class="brush:php;toolbar:false"><!DOCTYPE html>
    <html>
    <head>
    <style>
    ul {
    list-style-image: url('sqpurple.gif');
    }
    </style>
    </head>
    <body>
    <h2>The list-style- Demo</h2>
    <p>Harry Potter Characters:</p>
    <ul id="circle">
    <li> Harry</li>
    <li>Hermione</li>
    <li>Ron Weasely</li>
    </ul>
    </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/172543944869330.png" class="lazy" alt="HTML 順序なしリスト" ></p>
    <h3 id="Kesimpulan">Kesimpulan</h3>
    <p>Sekarang kita menemui cara membina senarai tidak tersusun dalam HTML. Kami telah melihat bagaimana elemen blok tidak tersusun memainkan peranan dalam mencipta halaman web dengan contoh yang berbeza dan meneroka beberapa ciri senarai. Malah ini boleh digunakan dalam menu navigasi untuk dipaparkan secara menegak. Penciptaan senarai Tidak Tertib adalah sangat mudah; adalah penting untuk mempertimbangkan tempat untuk membetulkan pendekatan ini untuk tempat bit terbaik. Dengan kata lain, dokumen yang sempurna lebih suka menggunakan format senarai HTML.</p><p>以上がHTML 順序なしリストの詳細內(nèi)容です。詳細については、PHP 中國語 Web サイトの他の関連記事を參照してください。</p>
    
    
    						</div>
    					</div>
    					<div   id="377j5v51b"   class="wzconShengming_sp">
    						<div   id="377j5v51b"   class="bzsmdiv_sp">このウェブサイトの聲明</div>
    						<div>この記事の內(nèi)容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰屬します。このサイトは、それに相當(dāng)する法的責(zé)任を負いません。盜作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡(luò)ください。</div>
    					</div>
    				</div>
    
    				<ins class="adsbygoogle"
         style="display:block"
         data-ad-format="autorelaxed"
         data-ad-client="ca-pub-5902227090019525"
         data-ad-slot="2507867629"></ins>
    
    
    
    				<div   id="377j5v51b"   class="AI_ToolDetails_main4sR">
    
    
    				<ins class="adsbygoogle"
            style="display:block"
            data-ad-client="ca-pub-5902227090019525"
            data-ad-slot="3653428331"
            data-ad-format="auto"
            data-full-width-responsive="true"></ins>
        
    
    
    					<!-- <div   id="377j5v51b"   class="phpgenera_Details_mainR4">
    						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									src="/static/imghw/hotarticle2.png" alt="" />
    								<h2>人気の記事</h2>
    							</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ja/faq/1796828723.html" title="Agnes Tachyonビルドガイド|かなりのダービーズメソム" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyonビルドガイド|かなりのダービーズメソム</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>2週間前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ja/faq/1796827210.html" title="Oguri Cap Build Guide |かなりのダービーズメソム" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide |かなりのダービーズメソム</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>2週間前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ja/faq/1796821436.html" title="砂丘:目覚め - 高度な惑星科醫(yī)クエストウォークスルー" class="phpgenera_Details_mainR4_bottom_title">砂丘:目覚め - 高度な惑星科醫(yī)クエストウォークスルー</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4週間前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ja/faq/1796821278.html" title="すべての日付:ダークとハーパーの関係ガイド" class="phpgenera_Details_mainR4_bottom_title">すべての日付:ダークとハーパーの関係ガイド</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 か月前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ja/faq/1796821868.html" title="Palia:RasquellywagのRiches Questウォークスルー" class="phpgenera_Details_mainR4_bottom_title">Palia:RasquellywagのRiches Questウォークスルー</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4週間前</span>
    										<span>By DDD</span>
    									</div>
    								</div>
    														</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    								<a href="http://www.miracleart.cn/ja/article.html">もっと見る</a>
    							</div>
    						</div>
    					</div> -->
    
    
    											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/hottools2.png" alt="" />
    									<h2>ホットAIツール</h2>
    								</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ja/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://www.miracleart.cn/ja/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title">
    													<h3>Undress AI Tool</h3>
    												</a>
    												<p>脫衣畫像を無料で</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ja/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://www.miracleart.cn/ja/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title">
    													<h3>Undresser.AI Undress</h3>
    												</a>
    												<p>リアルなヌード寫真を作成する AI 搭載アプリ</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ja/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://www.miracleart.cn/ja/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title">
    													<h3>AI Clothes Remover</h3>
    												</a>
    												<p>寫真から衣服を削除するオンライン AI ツール。</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ja/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://www.miracleart.cn/ja/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_title">
    													<h3>Clothoff.io</h3>
    												</a>
    												<p>AI衣類リムーバー</p>
    											</div>
    										</div>
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ja/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://www.miracleart.cn/ja/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_title">
    													<h3>Video Face Swap</h3>
    												</a>
    												<p>完全無料の AI 顔交換ツールを使用して、あらゆるビデオの顔を簡単に交換できます。</p>
    											</div>
    										</div>
    																</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    									<a href="http://www.miracleart.cn/ja/ai">もっと見る</a>
    								</div>
    							</div>
    						</div>
    					
    
    
    					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
    						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									src="/static/imghw/hotarticle2.png" alt="" />
    								<h2>人気の記事</h2>
    							</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ja/faq/1796828723.html" title="Agnes Tachyonビルドガイド|かなりのダービーズメソム" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyonビルドガイド|かなりのダービーズメソム</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>2週間前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ja/faq/1796827210.html" title="Oguri Cap Build Guide |かなりのダービーズメソム" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide |かなりのダービーズメソム</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>2週間前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ja/faq/1796821436.html" title="砂丘:目覚め - 高度な惑星科醫(yī)クエストウォークスルー" class="phpgenera_Details_mainR4_bottom_title">砂丘:目覚め - 高度な惑星科醫(yī)クエストウォークスルー</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4週間前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ja/faq/1796821278.html" title="すべての日付:ダークとハーパーの関係ガイド" class="phpgenera_Details_mainR4_bottom_title">すべての日付:ダークとハーパーの関係ガイド</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>1 か月前</span>
    										<span>By Jack chen</span>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ja/faq/1796821868.html" title="Palia:RasquellywagのRiches Questウォークスルー" class="phpgenera_Details_mainR4_bottom_title">Palia:RasquellywagのRiches Questウォークスルー</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<span>4週間前</span>
    										<span>By DDD</span>
    									</div>
    								</div>
    														</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    								<a href="http://www.miracleart.cn/ja/article.html">もっと見る</a>
    							</div>
    						</div>
    					</div>
    
    
    											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/hottools2.png" alt="" />
    									<h2>ホットツール</h2>
    								</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
    																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ja/toolset/development-tools/92" title="メモ帳++7.3.1" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab96f0f39f7357.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="メモ帳++7.3.1" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ja/toolset/development-tools/92" title="メモ帳++7.3.1" class="phpmain_tab2_mids_title">
    													<h3>メモ帳++7.3.1</h3>
    												</a>
    												<p>使いやすく無料のコードエディター</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ja/toolset/development-tools/93" title="SublimeText3 中國語版" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97a3baad9677.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 中國語版" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ja/toolset/development-tools/93" title="SublimeText3 中國語版" class="phpmain_tab2_mids_title">
    													<h3>SublimeText3 中國語版</h3>
    												</a>
    												<p>中國語版、とても使いやすい</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ja/toolset/development-tools/121" title="ゼンドスタジオ 13.0.1" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97ecd1ab2670.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="ゼンドスタジオ 13.0.1" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ja/toolset/development-tools/121" title="ゼンドスタジオ 13.0.1" class="phpmain_tab2_mids_title">
    													<h3>ゼンドスタジオ 13.0.1</h3>
    												</a>
    												<p>強力な PHP 統(tǒng)合開発環(huán)境</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ja/toolset/development-tools/469" title="ドリームウィーバー 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="ドリームウィーバー CS6" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ja/toolset/development-tools/469" title="ドリームウィーバー CS6" class="phpmain_tab2_mids_title">
    													<h3>ドリームウィーバー CS6</h3>
    												</a>
    												<p>ビジュアル Web 開発ツール</p>
    											</div>
    										</div>
    																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
    											<a href="http://www.miracleart.cn/ja/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_top_img">
    												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d34035e2757995.png?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Mac版" />
    											</a>
    											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
    												<a href="http://www.miracleart.cn/ja/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_title">
    													<h3>SublimeText3 Mac版</h3>
    												</a>
    												<p>神レベルのコード編集ソフト(SublimeText3)</p>
    											</div>
    										</div>
    																	</div>
    								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    									<a href="http://www.miracleart.cn/ja/ai">もっと見る</a>
    								</div>
    							</div>
    						</div>
    										
    
    					
    					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
    						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
    							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
    								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    									src="/static/imghw/hotarticle2.png" alt="" />
    								<h2>ホットトピック</h2>
    							</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ja/faq/gmailyxdlrkzn" title="Gmailメールのログイン入り口はどこですか?" class="phpgenera_Details_mainR4_bottom_title">Gmailメールのログイン入り口はどこですか?</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/eyess.png" alt="" />
    											<span>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://www.miracleart.cn/ja/faq/java-tutorial" title="Java チュートリアル" class="phpgenera_Details_mainR4_bottom_title">Java チュートリアル</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/eyess.png" alt="" />
    											<span>1786</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://www.miracleart.cn/ja/faq/cakephp-tutor" title="CakePHP チュートリアル" class="phpgenera_Details_mainR4_bottom_title">CakePHP チュートリアル</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/eyess.png" alt="" />
    											<span>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://www.miracleart.cn/ja/faq/laravel-tutori" title="Laravel チュートリアル" class="phpgenera_Details_mainR4_bottom_title">Laravel チュートリアル</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/eyess.png" alt="" />
    											<span>1581</span>
    										</div>
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/tiezi.png" alt="" />
    											<span>29</span>
    										</div>
    									</div>
    								</div>
    															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
    									<a href="http://www.miracleart.cn/ja/faq/php-tutorial" title="PHP チュートリアル" class="phpgenera_Details_mainR4_bottom_title">PHP チュートリアル</a>
    									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/eyess.png" alt="" />
    											<span>1448</span>
    										</div>
    										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
    											<img src="/static/imghw/tiezi.png" alt="" />
    											<span>31</span>
    										</div>
    									</div>
    								</div>
    														</div>
    							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
    								<a href="http://www.miracleart.cn/ja/faq/zt">もっと見る</a>
    							</div>
    						</div>
    					</div>
    				</div>
    			</div>
    							<div   id="377j5v51b"   class="Article_Details_main2">
    					<div   id="377j5v51b"   class="phpgenera_Details_mainL4">
    						<div   id="377j5v51b"   class="phpmain1_2_top">
    							<a href="javascript:void(0);" class="phpmain1_2_top_title">Related knowledge<img
    									src="/static/imghw/index2_title2.png" alt="" /></a>
    						</div>
    						<div   id="377j5v51b"   class="phpgenera_Details_mainL4_info">
    
    													<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://www.miracleart.cn/ja/faq/1796829177.html" title="Webページを構(gòu)築するための重要なHTML要素は何ですか?" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148129241939.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Webページを構(gòu)築するための重要なHTML要素は何ですか?" />
    								</a>
    								<a href="http://www.miracleart.cn/ja/faq/1796829177.html" title="Webページを構(gòu)築するための重要なHTML要素は何ですか?" class="phphistorical_Version2_mids_title">Webページを構(gòu)築するための重要なHTML要素は何ですか?</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:34 AM</span>
    								<p class="Articlelist_txts_p">Webページ構(gòu)造は、Core HTML要素でサポートする必要があります。 1.ページの全體的な構(gòu)造は、メタ情報を保存してコンテンツを表示するルート要素であるルート要素で構(gòu)成されています。 2。コンテンツ組織は、組織構(gòu)造とSEOを改善するために、タイトル( - )、パラグラフ()、およびブロックタグ(など)に依存しています。 3.ナビゲーションは実裝され、実裝され、一般的に使用される組織にはリンクされ、ARIA-CURRENT屬性が補完され、アクセシビリティが強化されます。 4。フォームインタラクションは、、、完全なユーザー入力と提出機能を確保するための、、および、、、、および、これらの要素を適切に使用すると、ページの明確さ、メンテナンス、検索エンジンの最適化が向上する可能性があります。</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://www.miracleart.cn/ja/faq/1796829157.html" title="HTML5サーバーセントイベントでの再接続とエラーの処理。" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148089165625.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTML5サーバーセントイベントでの再接続とエラーの処理。" />
    								</a>
    								<a href="http://www.miracleart.cn/ja/faq/1796829157.html" title="HTML5サーバーセントイベントでの再接続とエラーの処理。" class="phphistorical_Version2_mids_title">HTML5サーバーセントイベントでの再接続とエラーの処理。</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:28 AM</span>
    								<p class="Articlelist_txts_p">HTML5SSEを使用する場合、再接続とエラーに対処する方法には次のものが含まれます。1。デフォルトの再接続メカニズムを理解します。 EventSourceは、デフォルトで接続が中斷されてから3秒後に再試行します。再試行フィールドを介して間隔をカスタマイズできます。 2.接続障害または解析エラーに対処するためにエラーイベントを聞いて、自動再接続に依存しているネットワークの問題、サーバーエラーが手動で再接続を遅らせる、認証障害の更新トークンなど、対応するロジックを?qū)g行し、実行するロジックを?qū)g行します。 3.接続の手動での閉鎖と再構(gòu)築、再試行時間の最大數(shù)を設(shè)定するなど、再接続ロジックを積極的に制御し、ナビゲーターを組み合わせてネットワークステータスを判斷して再試行戦略を最適化します。これらのメジャーは、アプリケーションの安定性とユーザーエクスペリエンスを改善できます。</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://www.miracleart.cn/ja/faq/1796829178.html" title="最新のページの正しいHTML5 Doctypeを宣言します。" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148132111973.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="最新のページの正しいHTML5 Doctypeを宣言します。" />
    								</a>
    								<a href="http://www.miracleart.cn/ja/faq/1796829178.html" title="最新のページの正しいHTML5 Doctypeを宣言します。" class="phphistorical_Version2_mids_title">最新のページの正しいHTML5 Doctypeを宣言します。</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:35 AM</span>
    								<p class="Articlelist_txts_p">Doctypeは、ページを解析するために使用するHTML標(biāo)準をブラウザに伝えるステートメントです。最新のWebページは、HTMLファイルの先頭に記述するだけです。その機能は、ブラウザが奇妙なモードではなく標(biāo)準モードでページをレンダリングし、その前にスペースやコメントがない最初の行に配置する必要があることを確認することです。それを書く正しい方法は1つだけであり、古いバージョンやその他のバリアントを使用することはお勧めしません。 charset、viewportなどのその他は、部分的に配置する必要があります。</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://www.miracleart.cn/ja/faq/1796829167.html" title="HTML屬性を使用したクライアント側(cè)フォーム検証の実裝。" 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="HTML屬性を使用したクライアント側(cè)フォーム検証の実裝。" />
    								</a>
    								<a href="http://www.miracleart.cn/ja/faq/1796829167.html" title="HTML屬性を使用したクライアント側(cè)フォーム検証の実裝。" class="phphistorical_Version2_mids_title">HTML屬性を使用したクライアント側(cè)フォーム検証の実裝。</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:31 AM</span>
    								<p class="Articlelist_txts_p">client-sideformvalidationcanbedonewithoutjavascriptbyusinghtmlattributes.1)userequedtoeenforcemandatoryfields.2)validateemailsandurlswitttributeslikemailorurl、orusepatternwithregexforcustomformats.3)</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://www.miracleart.cn/ja/faq/1796829956.html" title="HTMLを使用して選択したドロップダウン內(nèi)でオプションをグループ化する方法は?" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175157020270129.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTMLを使用して選択したドロップダウン內(nèi)でオプションをグループ化する方法は?" />
    								</a>
    								<a href="http://www.miracleart.cn/ja/faq/1796829956.html" title="HTMLを使用して選択したドロップダウン內(nèi)でオプションをグループ化する方法は?" class="phphistorical_Version2_mids_title">HTMLを使用して選択したドロップダウン內(nèi)でオプションをグループ化する方法は?</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 04, 2025 am	 03:16 AM</span>
    								<p class="Articlelist_txts_p">HTMLのタグを使用して、ドロップダウンメニューにオプションをグループ化します。特定の方法は、次のような要素のグループを包み、ラベル屬性を介してグループ名を定義することです。1。リンゴ、バナナ、オレンジなどのオプションが含まれます。 2。ニンジン、ブロッコリーなどのオプションが含まれています。 3。それぞれが獨立したグループであり、グループ內(nèi)のオプションは自動的にインデントされます。メモには以下が含まれます。 firsedグループ全體を無効にする屬性を介して無効にすることができます。 styleスタイルは制限されており、CSSまたはサードパーティライブラリと組み合わせて美化する必要があります。 select2などのプラグインを使用して機能を強化できます。</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://www.miracleart.cn/ja/faq/1796835653.html" title="CSSとJavaScriptをHTML5構(gòu)造と効果的に統(tǒng)合します。" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175226046128038.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="CSSとJavaScriptをHTML5構(gòu)造と効果的に統(tǒng)合します。" />
    								</a>
    								<a href="http://www.miracleart.cn/ja/faq/1796835653.html" title="CSSとJavaScriptをHTML5構(gòu)造と効果的に統(tǒng)合します。" class="phphistorical_Version2_mids_title">CSSとJavaScriptをHTML5構(gòu)造と効果的に統(tǒng)合します。</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 12, 2025 am	 03:01 AM</span>
    								<p class="Articlelist_txts_p">HTML5、CSS、およびJavaScriptは、セマンティックタグ、妥當(dāng)な読み込み順序、デカップリング設(shè)計と効率的に組み合わせる必要があります。 1. SEOやバリアのないアクセスを助長する構(gòu)造の明確性と保守性の向上など、HTML5セマンティックタグを使用します。 2。CSSを配置し、外部ファイルを使用し、モジュールごとに分割して、インラインスタイルと遅延荷重問題を回避する必要があります。 3. JavaScriptは、前に導(dǎo)入され、Deferまたは非同期を使用して非同期にロードすることをお勧めします。 4. 3つの間の強い依存性を減らし、データ - *屬性とクラス名制御ステータスを介して動作を促進し、統(tǒng)一された命名仕様を介してコラボレーション効率を改善します。これらの方法は、ページのパフォーマンスを効果的に最適化し、チームと協(xié)力することができます。</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://www.miracleart.cn/ja/faq/1796831880.html" title="HTMLボタン要素を使用してクリック可能なボタンを?qū)g裝します" class="phphistorical_Version2_mids_img">
    									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
    										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175182671121571.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="HTMLボタン要素を使用してクリック可能なボタンを?qū)g裝します" />
    								</a>
    								<a href="http://www.miracleart.cn/ja/faq/1796831880.html" title="HTMLボタン要素を使用してクリック可能なボタンを?qū)g裝します" class="phphistorical_Version2_mids_title">HTMLボタン要素を使用してクリック可能なボタンを?qū)g裝します</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 07, 2025 am	 02:31 AM</span>
    								<p class="Articlelist_txts_p">HTMLボタン要素を使用してクリック可能なボタンを?qū)g現(xiàn)するには、まずその基本的な使用法と一般的な予防策を習(xí)得する必要があります。 1.デフォルトで送信されるタイプ屬性(ボタン、送信、リセットなど)を使用してタグを使用してボタンを作成し、動作を定義します。 2. JavaScriptを介してインタラクティブな関數(shù)を追加します。これは、IDを介してインラインまたはバインドイベントリスナーを作成してメンテナンスを改善することができます。 3. CSSを使用して、バックグラウンドカラー、ボーダー、丸いコーナー、ホバー/アクティブステータス効果などのスタイルをカスタマイズして、ユーザーエクスペリエンスを強化します。 4.一般的な問題に注意してください:無効な屬性が有効になっていないことを確認し、JSイベントが正しくバインドされ、レイアウトオクルージョンがあり、開発者ツールのヘルプを使用して例外をトラブルシューティングします。これをマスターします</p>
    							</div>
    														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
    								<a href="http://www.miracleart.cn/ja/faq/1796832574.html" title="新しいHTML5メソッド(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="新しいHTML5メソッド(FormData)を使用してフォームデータを送信する" />
    								</a>
    								<a href="http://www.miracleart.cn/ja/faq/1796832574.html" title="新しいHTML5メソッド(FormData)を使用してフォームデータを送信する" class="phphistorical_Version2_mids_title">新しいHTML5メソッド(FormData)を使用してフォームデータを送信する</a>
    								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 08, 2025 am	 02:28 AM</span>
    								<p class="Articlelist_txts_p">HTML5のFormData APIを使用してフォームデータを送信する方が便利です。 1.名前屬性を持つフォームフィールドを自動的に収集したり、データを手動で追加したりできます。 2.ファイルのアップロードに適したMultiPart/Form-Data形式での送信をFetchまたはXmlhttpRequestを介してサポートします。 3.ファイルを処理する場合、FormDataにファイルを追加してリクエストを送信する必要があります。 4.同じ名前のフィールドが上書きされ、JSON変換とネスト構(gòu)造を処理する必要はないことに注意してください。</p>
    							</div>
    													</div>
    
    													<a href="http://www.miracleart.cn/ja/web-designer.html" class="phpgenera_Details_mainL4_botton">
    								<span>See all articles</span>
    								<img src="/static/imghw/down_right.png" alt="" />
    							</a>
    											</div>
    				</div>
    					</div>
    	</main>
    	<footer>
        <div   id="377j5v51b"   class="footer">
            <div   id="377j5v51b"   class="footertop">
                <img src="/static/imghw/logo.png" alt="">
                <p>福祉オンライン PHP トレーニング,PHP 學(xué)習(xí)者の迅速な成長を支援します!</p>
            </div>
            <div   id="377j5v51b"   class="footermid">
                <a href="http://www.miracleart.cn/ja/about/us.html">私たちについて</a>
                <a href="http://www.miracleart.cn/ja/about/disclaimer.html">免責(zé)事項</a>
                <a href="http://www.miracleart.cn/ja/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://www.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="d9khh" class="pl_css_ganrao" style="display: none;"><tr id="d9khh"></tr><sub id="d9khh"><dl id="d9khh"></dl></sub><nobr id="d9khh"></nobr><output id="d9khh"><menuitem id="d9khh"><legend id="d9khh"><abbr id="d9khh"></abbr></legend></menuitem></output><progress id="d9khh"></progress><pre id="d9khh"></pre><tbody id="d9khh"></tbody><strike id="d9khh"></strike><ruby id="d9khh"><acronym id="d9khh"><sup id="d9khh"><small id="d9khh"></small></sup></acronym></ruby><var id="d9khh"></var><cite id="d9khh"><tbody id="d9khh"><th id="d9khh"></th></tbody></cite><acronym id="d9khh"></acronym><ins id="d9khh"></ins><form id="d9khh"></form><var id="d9khh"></var><abbr id="d9khh"></abbr><tfoot id="d9khh"><optgroup id="d9khh"><menuitem id="d9khh"><source id="d9khh"></source></menuitem></optgroup></tfoot><delect id="d9khh"></delect><track id="d9khh"><ruby id="d9khh"><legend id="d9khh"></legend></ruby></track><label id="d9khh"><samp id="d9khh"><td id="d9khh"></td></samp></label><listing id="d9khh"></listing><var id="d9khh"></var><td id="d9khh"></td><dd id="d9khh"><sup id="d9khh"></sup></dd><optgroup id="d9khh"></optgroup><i id="d9khh"></i><wbr id="d9khh"><small id="d9khh"><tr id="d9khh"><sub id="d9khh"></sub></tr></small></wbr><progress id="d9khh"><s id="d9khh"><nobr id="d9khh"><video id="d9khh"></video></nobr></s></progress><ol id="d9khh"><track id="d9khh"><sub id="d9khh"></sub></track></ol><meter id="d9khh"><rt id="d9khh"><legend id="d9khh"></legend></rt></meter><tr id="d9khh"><sub id="d9khh"><dl id="d9khh"></dl></sub></tr><address id="d9khh"><style id="d9khh"></style></address><fieldset id="d9khh"><optgroup id="d9khh"><dfn id="d9khh"><pre id="d9khh"></pre></dfn></optgroup></fieldset><strong id="d9khh"><u id="d9khh"></u></strong><thead id="d9khh"><form id="d9khh"></form></thead><thead id="d9khh"></thead><del id="d9khh"></del><legend id="d9khh"></legend><meter id="d9khh"><p id="d9khh"></p></meter><sup id="d9khh"><tbody id="d9khh"></tbody></sup><small id="d9khh"><em id="d9khh"><tfoot id="d9khh"><pre id="d9khh"></pre></tfoot></em></small><style id="d9khh"><optgroup id="d9khh"><li id="d9khh"></li></optgroup></style><ol id="d9khh"><track id="d9khh"><th id="d9khh"><meter id="d9khh"></meter></th></track></ol><thead id="d9khh"><nav id="d9khh"><rp id="d9khh"></rp></nav></thead><small id="d9khh"></small><abbr id="d9khh"></abbr><ol id="d9khh"></ol><pre id="d9khh"></pre><tr id="d9khh"></tr><fieldset id="d9khh"></fieldset><ul id="d9khh"><tfoot id="d9khh"><cite id="d9khh"></cite></tfoot></ul><em id="d9khh"><sub id="d9khh"><dl id="d9khh"></dl></sub></em><acronym id="d9khh"></acronym><th id="d9khh"><ol id="d9khh"></ol></th><thead id="d9khh"></thead><dfn id="d9khh"></dfn><label id="d9khh"><li id="d9khh"><kbd id="d9khh"></kbd></li></label><u id="d9khh"></u><samp id="d9khh"><acronym id="d9khh"></acronym></samp><sup id="d9khh"></sup><del id="d9khh"></del><meter id="d9khh"></meter><listing id="d9khh"><ul id="d9khh"></ul></listing><ins id="d9khh"></ins><u id="d9khh"></u><sup id="d9khh"></sup><sup id="d9khh"></sup><em id="d9khh"><center id="d9khh"><legend id="d9khh"><menu id="d9khh"></menu></legend></center></em><ol id="d9khh"><strong id="d9khh"><th id="d9khh"></th></strong></ol><delect id="d9khh"><center id="d9khh"><legend id="d9khh"></legend></center></delect><source id="d9khh"></source><legend id="d9khh"><abbr id="d9khh"></abbr></legend><acronym id="d9khh"></acronym><rp id="d9khh"><xmp id="d9khh"></xmp></rp><tbody id="d9khh"></tbody><i id="d9khh"></i><nav id="d9khh"><rp id="d9khh"></rp></nav><del id="d9khh"><span id="d9khh"></span></del><fieldset id="d9khh"></fieldset><label id="d9khh"></label><abbr id="d9khh"><thead id="d9khh"><xmp id="d9khh"><ol id="d9khh"></ol></xmp></thead></abbr><bdo id="d9khh"></bdo><i id="d9khh"></i><label id="d9khh"></label><span id="d9khh"><sup id="d9khh"></sup></span><thead id="d9khh"><pre id="d9khh"><span id="d9khh"></span></pre></thead><acronym id="d9khh"></acronym><button id="d9khh"><em id="d9khh"><samp id="d9khh"><meter id="d9khh"></meter></samp></em></button><form id="d9khh"></form><center id="d9khh"><legend id="d9khh"></legend></center><form id="d9khh"><sub id="d9khh"></sub></form><optgroup id="d9khh"><b id="d9khh"></b></optgroup><label id="d9khh"></label><wbr id="d9khh"></wbr><strike id="d9khh"><strong id="d9khh"><tt id="d9khh"></tt></strong></strike><center id="d9khh"></center><thead id="d9khh"></thead><ol id="d9khh"></ol><kbd id="d9khh"><delect id="d9khh"></delect></kbd><sub id="d9khh"></sub><strong id="d9khh"><dd id="d9khh"><wbr id="d9khh"></wbr></dd></strong><delect id="d9khh"></delect><fieldset id="d9khh"><optgroup id="d9khh"></optgroup></fieldset><acronym id="d9khh"><bdo id="d9khh"><abbr id="d9khh"><ul id="d9khh"></ul></abbr></bdo></acronym><rt id="d9khh"></rt><blockquote id="d9khh"><center id="d9khh"><label id="d9khh"><nobr id="d9khh"></nobr></label></center></blockquote><menuitem id="d9khh"></menuitem><big id="d9khh"></big><em id="d9khh"><menuitem id="d9khh"><legend id="d9khh"></legend></menuitem></em><legend id="d9khh"><abbr id="d9khh"><ins id="d9khh"></ins></abbr></legend><small id="d9khh"><b id="d9khh"></b></small><delect id="d9khh"></delect><small id="d9khh"><center id="d9khh"><tr id="d9khh"></tr></center></small><sup id="d9khh"></sup><form id="d9khh"><sup id="d9khh"><tbody id="d9khh"></tbody></sup></form><pre id="d9khh"><sup id="d9khh"><address id="d9khh"></address></sup></pre><dfn id="d9khh"><pre id="d9khh"><strike id="d9khh"><style id="d9khh"></style></strike></pre></dfn><optgroup id="d9khh"><pre id="d9khh"><big id="d9khh"><p id="d9khh"></p></big></pre></optgroup><acronym id="d9khh"></acronym><del id="d9khh"></del><abbr id="d9khh"><ul id="d9khh"><th id="d9khh"></th></ul></abbr><legend id="d9khh"><menu id="d9khh"><video id="d9khh"></video></menu></legend><var id="d9khh"></var><legend id="d9khh"></legend><pre id="d9khh"></pre><samp id="d9khh"><meter id="d9khh"><sup id="d9khh"><input id="d9khh"></input></sup></meter></samp><div id="d9khh"><legend id="d9khh"><track id="d9khh"><option id="d9khh"></option></track></legend></div><pre id="d9khh"><object id="d9khh"></object></pre><abbr id="d9khh"></abbr><tt id="d9khh"><tbody id="d9khh"></tbody></tt><pre id="d9khh"><bdo id="d9khh"></bdo></pre><object id="d9khh"><fieldset id="d9khh"><optgroup id="d9khh"></optgroup></fieldset></object><strong id="d9khh"><th id="d9khh"><thead id="d9khh"></thead></th></strong><li id="d9khh"></li><dl id="d9khh"><optgroup id="d9khh"><li id="d9khh"><tr id="d9khh"></tr></li></optgroup></dl><output id="d9khh"><div id="d9khh"><legend id="d9khh"></legend></div></output><small id="d9khh"><dfn id="d9khh"></dfn></small><button id="d9khh"></button><style id="d9khh"></style><strong id="d9khh"></strong><legend id="d9khh"><p id="d9khh"><table id="d9khh"></table></p></legend><tr id="d9khh"><i id="d9khh"></i></tr><output id="d9khh"></output><strong id="d9khh"><u id="d9khh"><dfn id="d9khh"><ruby id="d9khh"></ruby></dfn></u></strong><blockquote id="d9khh"></blockquote><option id="d9khh"></option><cite id="d9khh"><strong id="d9khh"></strong></cite><pre id="d9khh"><strike id="d9khh"><style id="d9khh"><optgroup id="d9khh"></optgroup></style></strike></pre><pre id="d9khh"><pre id="d9khh"><blockquote id="d9khh"></blockquote></pre></pre></div>
    
    </html>