<dfn id="tpx5e"></dfn>
      1. \n
        \n
        \n<\/div>\n

        Photography<\/h3>\n

        Photography is latest crazy trend going on now a days. People are going to be more passionate about capturing live moments. A perfect Cameraman and perfect camera captures mind-blowing picture. Being professional photographer is one of the best careers now a days which combine passion and money. Photography can be any type of Wedding shoot, Pre wedding shoot, Baby Shower, Birthday, Professional photography and many more. It can suitable to any age group. It does can be art and science. This is the skill to enhance personal hobby in career. A photographer must be able to create a good composition of any subject, a piece of machinery, the beauty of human body, scenery or a child's smile. <\/p>\n<\/div>\n

        \n
        <\/div>\n

        Architecture<\/h3>\n

        Architecture is all about thoughts and creating something new in given space.\narchitects has power to change the world. Architecture has all skill to develop personal skills. It is also known as latest trendy career option in the market now a days. It helps to build beautiful structure of houses, buildings, and other entities. A good architecture have creative mind. Those people club their skills to create amazing buildings <\/p>\n<\/div>\n<\/body>\n<\/html><\/pre>\n

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

        \"HTML<\/p>\n

        Example #2<\/h4>\n

        This is a small layout of the webpage in which contents are aligned on the left-hand side of the container.<\/p>\n

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

        \n\n\nHTML Float Left<\/title>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<style>\n* {\nbox-sizing: border-box;\n}\nbody {\nmargin: 0;\n}\n.header {\npadding: 8px;\ntext-align: center;\nbackground: lightblue;\ncolor:black;\n}\n.navbar {\noverflow: hidden;\nbackground-color: lightcyan;\n}\n.navbar a {\nfloat: left;\ndisplay: block;\ncolor: black;\ntext-align: center;\npadding: 12px 12px;\n}\n.navbar a.left {\nfloat: left;\n}\n.navbar a:hover{\nbackground-color: #eee;\ncolor: black;\n}\n.row {\ndisplay: flex;\nflex-wrap: wrap;\n}\n.sidebar {\nbackground-color: #f1f1f1;\npadding: 10px;\n}\n.main {\nbackground-color: white;\npadding: 20px;\n}\n.logoimg {\nfloat:left;\n}\n<\/style>\n<\/head>\n<body>
        <h1><a href="http://miracleart.cn/">国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂</a></h1>\n<div   id="377j5v51b"   class=\"header\">\n<div   id="377j5v51b"   class=\"logoimg\" ><img src=\"C:\\Users\\Sonali\\Desktop\\t2.jpg\" style=\"width:70%;\"><\/div>\n<h1>Welcome to Crazy Travelers<\/h1>\n<\/div>\n<div   id="377j5v51b"   class=\"navbar\">\n<a href=\"#\">Historical Places<\/a>\n<a href=\"#\">Beaches<\/a>\n<a href=\"#\">Adventoures Tour<\/a>\n<a href=\"#\">Study Tour<\/a>\n<\/div>\n<div   id="377j5v51b"   class=\"row\">\n<div   id="377j5v51b"   class=\"sidebar\">\n<h2>Goa Calling<\/h2>\n<div><img src=\"C:\\Users\\Sonali\\Desktop\\t1.jpg\" style=\"height:100px;\"><\/div>\n<h4>Explore Beaches, Enjoy Sea-food<\/h4>\n<h2>Adventurous Trekking<\/h2>\n<div ><img src=\"C:\\Users\\Sonali\\Desktop\\t4.jpg\" style=\"height:100px;\"><\/div>\n<h4>Paragliding, Rock climbing and many more<\/h4>\n<\/div>\n<div   id="377j5v51b"   class=\"main\">\n<img src=\"C:\\Users\\Sonali\\Desktop\\travel 1.jpg\" style=\"width:80%;\">\n<p> Travaling is main part of our life.Every travaling has some eductional value.It gives peaace of mind to everyone.<\/p>\n<\/div>\n<\/div>\n<\/body>\n<\/html><\/pre>\n<p><strong>Output:<\/strong><\/p>\n<p><strong><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543984880398.jpg\" alt=\"HTML 左浮動\" ><\/strong><\/p>\n<h4>Example #3<\/h4>\n<p><strong>Code:<\/strong><\/p>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<title>CSS float left for multiple elements<\/title>\n<style>\n.imgs {\nfloat: left;\nwidth: 140px;\nheight: 100px;\nmargin: 10px;\n}\n<\/style>\n<\/head>\n<body>\n<h3>HTML Float Left<\/h3>\n<p>Image demo with Float left. Minimize and Maximize browser will show differences. <\/p>\n<img class=\"imgs\" src=\"C:\\Users\\Sonali\\Desktop\\1.jpg\"\/>\n<img class=\"imgs\" src=\"C:\\Users\\Sonali\\Desktop\\2.jpg\"\/>\n<img class=\"imgs\" src=\"C:\\Users\\Sonali\\Desktop\\3.jpg\"\/>\n<img class=\"imgs\" src=\"C:\\Users\\Sonali\\Desktop\\4.jpg\"\/>\n<img class=\"imgs\" src=\"C:\\Users\\Sonali\\Desktop\\5.jpg\"\/>\n<img class=\"imgs\" src=\"C:\\Users\\Sonali\\Desktop\\6.jpg\"\/>\n<img class=\"imgs\" src=\"C:\\Users\\Sonali\\Desktop\\7.jpg\"\/>\n<img class=\"imgs\" src=\"C:\\Users\\Sonali\\Desktop\\8.jpg\"\/>\n<img class=\"imgs\" src=\"C:\\Users\\Sonali\\Desktop\\9.jpg\"\/>\n<img class=\"imgs\" src=\"C:\\Users\\Sonali\\Desktop\\10.jpg\"\/>\n<\/body>\n<\/html><\/pre>\n<p><strong>Output:<\/strong><\/p>\n\n\n<ul>\n<li>1<sup>st<\/sup> screen output with left alignment with Float Left attribute, This output with minimizing screen are as follows:<\/li>\n<\/ul>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543985038937.jpg\" alt=\"HTML 左浮動\" ><\/p>\n<ul>\n<li>2<sup>nd<\/sup> Output with normal screen<\/li>\n<\/ul>\n<p><strong><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543985272483.jpg\" alt=\"HTML 左浮動\" ><\/strong><\/p>\n<ul>\n<li>3<sup>rd<\/sup> output with maximizing screen<\/li>\n<\/ul>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543985527197.jpg\" alt=\"HTML 左浮動\" ><\/p>\n<h3>Conclusion<\/h3>\n<p>HTML float can be used with values left, right, inline-start, inline-end, etc. HTML float left is used to align content at the left alignment of the webpage or HTML document. Whenever Float left is used within code, it is responsible for putting contents on the left side of the container. It is most of the time used within the sidebar and other contents into the webpage layout.<\/p>"}	</script>
        	
        <meta http-equiv="Cache-Control" content="no-transform" />
        <meta http-equiv="Cache-Control" content="no-siteapp" />
        <script>var V_PATH="/";window.onerror=function(){ return true; };</script>
        </head>
        
        <body data-commit-time="2023-12-28T14:50:12+08:00" class="editor_body body2_2">
        	<link rel="stylesheet" type="text/css" href="/static/csshw/stylehw.css">
        <header>
            <div   id="377j5v51b"   class="head">
                <div   id="377j5v51b"   class="haed_left">
                    <div   id="377j5v51b"   class="haed_logo">
                        <a href="http://miracleart.cn/zh-tw/" 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://miracleart.cn/zh-tw/article.html" title="文章" class="languagechoosea on">文章</a>
                                    <a href="http://miracleart.cn/zh-tw/faq/zt" title="合集" class="languagechoosea">合集</a>
                                    <a href="http://miracleart.cn/zh-tw/wenda.html" title="問答" class="languagechoosea">問答</a>
                                </div>
                            </div>
                        </div>
        
                        <div   id="377j5v51b"   class="head_navs">
                            <a href="javascript:;" title="學(xué)習(xí)" class="head_nava head_nava-template1_1">學(xué)習(xí)</a>
                            <div   class="377j5v51b"   id="dropdown-template1_1" style="display: none;">
                                <div   id="377j5v51b"   class="languagechoose">
                                    <a href="http://miracleart.cn/zh-tw/course.html" title="課程" class="languagechoosea on">課程</a>
                                    <a href="http://miracleart.cn/zh-tw/dic/" title="程式設(shè)計(jì)字典" class="languagechoosea">程式設(shè)計(jì)字典</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://miracleart.cn/zh-tw/toolset/development-tools" title="開發(fā)工具" class="languagechoosea on">開發(fā)工具</a>
                                    <a href="http://miracleart.cn/zh-tw/toolset/website-source-code" title="網(wǎng)站源碼" class="languagechoosea">網(wǎng)站源碼</a>
                                    <a href="http://miracleart.cn/zh-tw/toolset/php-libraries" title="PHP 函式庫" class="languagechoosea">PHP 函式庫</a>
                                    <a href="http://miracleart.cn/zh-tw/toolset/js-special-effects" title="JS特效" class="languagechoosea on">JS特效</a>
                                    <a href="http://miracleart.cn/zh-tw/toolset/website-materials" title="網(wǎng)站素材" class="languagechoosea on">網(wǎng)站素材</a>
                                    <a href="http://miracleart.cn/zh-tw/toolset/extension-plug-ins" title="擴(kuò)充插件" class="languagechoosea on">擴(kuò)充插件</a>
                                </div>
                            </div>
                        </div>
        
                        <div   id="377j5v51b"   class="head_navs">
                            <a href="http://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/game" title="遊戲下載" class="languagechoosea on">遊戲下載</a>
                                    <a href="http://miracleart.cn/zh-tw/mobile-game-tutorial/" title="遊戲教程" class="languagechoosea">遊戲教程</a>
        
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                            <div   id="377j5v51b"   class="head_search">
                        <input id="key_words"  onkeydown="if (event.keyCode == 13) searchs('zh-tw')" class="search-input" type="text" autocomplete="off" name="keywords" required="required" placeholder="Block,address,transaction,news" value="">
                        <a href="javascript:;" title="搜尋"  onclick="searchs('zh-tw')"><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:;" title="繁體中文" class="languagechoosea">繁體中文</a>
                                                        <a href="javascript:setlang('ja');" title="日本語" class="languagechoosea">日本語</a>
                                                        <a href="javascript:setlang('ko');" title="???" class="languagechoosea">???</a>
                                                        <a href="javascript:setlang('ms');" title="Melayu" class="languagechoosea">Melayu</a>
                                                        <a href="javascript:setlang('fr');" title="Fran?ais" class="languagechoosea">Fran?ais</a>
                                                        <a href="javascript:setlang('de');" title="Deutsch" class="languagechoosea">Deutsch</a>
                                                    </div>
                        </div>
                    </div>
                    <span id="377j5v51b"    class="head_right_line"></span>
                                    <div style="display: block;" id="login" class="haed_login ">
                            <a href="javascript:;"  title="Login" class="haed_logina ">Login</a>
                        </div>
                        <div style="display: block;" id="reg" class="head_signup login">
                            <a href="javascript:;"  title="singup" class="head_signupa">singup</a>
                        </div>
                    
                </div>
            </div>
        </header>
        
        	
        	<main>
        		<div   id="377j5v51b"   class="Article_Details_main">
        			<div   id="377j5v51b"   class="Article_Details_main1">
        							<div   id="377j5v51b"   class="Article_Details_main1L">
        					<div   id="377j5v51b"   class="Article_Details_main1Lmain" id="Article_Details_main1Lmain">
        						<div   id="377j5v51b"   class="Article_Details_main1L1">目錄</div>
        						<div   id="377j5v51b"   class="Article_Details_main1L2" id="Article_Details_main1L2">
        							<!-- 左側(cè)懸浮,文章定位標(biāo)題1 id="Article_Details_main1L2s_1"-->
        															<div   id="377j5v51b"   class="Article_Details_main1L2s ">
        									<a href="#Syntax" title="Syntax" >Syntax</a>
        								</div>
        																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
        									<a href="#Examples-of-HTML-Float-Left" title="Examples of?HTML Float Left" >Examples of?HTML Float Left</a>
        								</div>
        																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
        									<a href="#Example" title="Example #3" >Example #3</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://miracleart.cn/zh-tw/" title="首頁"
        							class="phpgenera_Details_mainL1a">首頁</a>
        						<img src="/static/imghw/top_right.png" alt="" />
        												<a href="http://miracleart.cn/zh-tw/web-designer.html"
        							class="phpgenera_Details_mainL1a">web前端</a>
        						<img src="/static/imghw/top_right.png" alt="" />
        												<a href="http://miracleart.cn/zh-tw/div-tutorial.html"
        							class="phpgenera_Details_mainL1a">html教學(xué)</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://miracleart.cn/zh-tw/member/887227.html"  class="author_avatar">
        									<img class="lazy"  data-src="https://img.php.cn/upload/avatar/000/887/227/63bb7851c9547215.jpg" src="/static/imghw/default1.png" alt="WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB">
        									</a>
        									<div   id="377j5v51b"   class="author_detail">
        																			<a href="http://miracleart.cn/zh-tw/member/887227.html" class="author_name">WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB</a>
                                        										</div>
        								</div>
                        			</div>
        							<span id="377j5v51b"    class="Articlelist_txts_time">Sep 04, 2024 pm	 04:50 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>Alignment of the elements for building the HTML webpage is one of the most important tasks. This can be done by using one of the CSS property called float with its position value. Float property can be used with values as Right, Left, none, inline-start, inline-end. Float Left tag in HTML is responsible to show all text or elements into the left side of the included container or in the left position body part of HTML. Whenever this float left element is used its changes the normal flow of contents and moves, it’s towards the left side of the container.</p>
        
        
        
        
        
        
        
        
        <h3 id="Syntax">Syntax</h3>
        <ul>
        <li>The syntax for defining position float left in HTML is as follows:</li>
        </ul>
        <pre class="brush:php;toolbar:false">float:position_value;</pre>
        <ul>
        <li>As shown in the above syntax, floated elements are going to show with their position value. It could be left, right or none. Ex: float: left;</li>
        <li>Some situation comes where we want to change the position of elements below floated elements. So we want to clear elements before putting any other elements by clearing floats.</li>
        <li>Floating elements help us move contents into the same parent who will be going to move on and wrap all those elements around the floating elements.</li>
        <li>One of the alternative options for Float based layouts is Flexbox, which is used for designing modern websites layout.</li>
        <li>While designing any webpage, we are going to use header, navigation menu, sidebar, navbar, main content of the page, and footer. All those are treated as a container element that is stored as HTML content.</li>
        <li>One can use more than one left floated element in their webpage. So it will be useful for designing the multi-column layout.</li>
        <li>The best website design is considered the use of 3 nested div blocks, which helps design the layout of the page, including a container block, along with a full-width page for storing all elements and one more block called sidebar content blocks. Those two blocks are aligned with HTML property float left.</li>
        <li>Float left property can be useful in both inline as well as block-level elements. It’s also useful for displaying an image on the left side of the div.</li>
        <li>Float elements can be applied only on elements that are placed horizontally in the code structure.</li>
        </ul>
        <h3 id="Examples-of-HTML-Float-Left">Examples of?HTML Float Left</h3>
        <p>Given below are the examples of HTML Float Left:</p>
        <h4 id="Example">Example #1</h4>
        <p>This is an example showing paragraphs content Left aligned.</p>
        <p><strong>Code:</strong></p>
        <pre class="brush:php;toolbar:false"><!DOCTYPE html>
        <html lang="en">
        <head>
        <title>HTML Float Left</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <style>
        .img {
        float: left;
        width: 60px;
        height: 60px;
        margin: 25px;
        border-radius: 40px;
        background-color: lime;
        }
        .hd {
        margin-top: 30px;
        }
        .pg {
        margin: 10px;
        overflow: hidden; /* This is important */
        }
        </style>
        </head>
        <body>
        <div class='column'>
        <div class='img'>
        </div>
        <h3 class='hd'>Photography</h3>
        <p class='pg'>Photography is latest crazy trend going on now a days. People are going to be more passionate about capturing live moments. A perfect Cameraman and perfect camera captures mind-blowing picture. Being professional photographer is one of the best careers now a days which combine passion and money. Photography can be any type of Wedding shoot, Pre wedding shoot, Baby Shower, Birthday, Professional photography and many more. It can suitable to any age group. It does can be art and science. This is the skill to enhance personal hobby in career. A photographer must be able to create a good composition of any subject, a piece of machinery, the beauty of human body, scenery or a child's smile. </p>
        </div>
        <div class='column'>
        <div class='img'></div>
        <h3 class='hd'>Architecture</h3>
        <p class='pg'>Architecture is all about thoughts and creating something new in given space.
        architects has power to change the world. Architecture has all skill to develop personal skills. It is also known as latest trendy career option in the market now a days. It helps to build beautiful structure of houses, buildings, and other entities. A good architecture have creative mind. Those people club their skills to create amazing buildings </p>
        </div>
        </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/172543984463863.jpg" class="lazy" alt="HTML 左浮動" ></p>
        <h4 id="Example">Example #2</h4>
        <p>This is a small layout of the webpage in which contents are aligned on the left-hand side of the container.</p>
        <p><strong>Code:</strong></p>
        <pre class="brush:php;toolbar:false"><!DOCTYPE html>
        <html lang="en">
        <head>
        <title>HTML Float Left</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <style>
        * {
        box-sizing: border-box;
        }
        body {
        margin: 0;
        }
        .header {
        padding: 8px;
        text-align: center;
        background: lightblue;
        color:black;
        }
        .navbar {
        overflow: hidden;
        background-color: lightcyan;
        }
        .navbar a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 12px 12px;
        }
        .navbar a.left {
        float: left;
        }
        .navbar a:hover{
        background-color: #eee;
        color: black;
        }
        .row {
        display: flex;
        flex-wrap: wrap;
        }
        .sidebar {
        background-color: #f1f1f1;
        padding: 10px;
        }
        .main {
        background-color: white;
        padding: 20px;
        }
        .logoimg {
        float:left;
        }
        </style>
        </head>
        <body>
        <div class="header">
        <div class="logoimg" ><img src="C:\Users\Sonali\Desktop\t2.jpg" style="width:70%;"></div>
        <h1>Welcome to Crazy Travelers</h1>
        </div>
        <div class="navbar">
        <a href="#">Historical Places</a>
        <a href="#">Beaches</a>
        <a href="#">Adventoures Tour</a>
        <a href="#">Study Tour</a>
        </div>
        <div class="row">
        <div class="sidebar">
        <h2>Goa Calling</h2>
        <div><img src="C:\Users\Sonali\Desktop\t1.jpg" style="height:100px;"></div>
        <h4>Explore Beaches, Enjoy Sea-food</h4>
        <h2>Adventurous Trekking</h2>
        <div ><img src="C:\Users\Sonali\Desktop\t4.jpg" style="height:100px;"></div>
        <h4>Paragliding, Rock climbing and many more</h4>
        </div>
        <div class="main">
        <img src="C:\Users\Sonali\Desktop\travel 1.jpg" style="width:80%;">
        <p> Travaling is main part of our life.Every travaling has some eductional value.It gives peaace of mind to everyone.</p>
        </div>
        </div>
        </body>
        </html></pre>
        <p><strong>Output:</strong></p>
        <p><strong><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543984880398.jpg" class="lazy" alt="HTML 左浮動" ></strong></p>
        <h4 id="Example">Example #3</h4>
        <p><strong>Code:</strong></p>
        <pre class="brush:php;toolbar:false"><!DOCTYPE html>
        <html>
        <head>
        <title>CSS float left for multiple elements</title>
        <style>
        .imgs {
        float: left;
        width: 140px;
        height: 100px;
        margin: 10px;
        }
        </style>
        </head>
        <body>
        <h3>HTML Float Left</h3>
        <p>Image demo with Float left. Minimize and Maximize browser will show differences. </p>
        <img class="imgs" src="C:\Users\Sonali\Desktop\1.jpg"/>
        <img class="imgs" src="C:\Users\Sonali\Desktop\2.jpg"/>
        <img class="imgs" src="C:\Users\Sonali\Desktop\3.jpg"/>
        <img class="imgs" src="C:\Users\Sonali\Desktop\4.jpg"/>
        <img class="imgs" src="C:\Users\Sonali\Desktop\5.jpg"/>
        <img class="imgs" src="C:\Users\Sonali\Desktop\6.jpg"/>
        <img class="imgs" src="C:\Users\Sonali\Desktop\7.jpg"/>
        <img class="imgs" src="C:\Users\Sonali\Desktop\8.jpg"/>
        <img class="imgs" src="C:\Users\Sonali\Desktop\9.jpg"/>
        <img class="imgs" src="C:\Users\Sonali\Desktop\10.jpg"/>
        </body>
        </html></pre>
        <p><strong>Output:</strong></p>
        
        
        <ul>
        <li>1<sup>st</sup> screen output with left alignment with Float Left attribute, This output with minimizing screen are as follows:</li>
        </ul>
        <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543985038937.jpg" class="lazy" alt="HTML 左浮動" ></p>
        <ul>
        <li>2<sup>nd</sup> Output with normal screen</li>
        </ul>
        <p><strong><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543985272483.jpg" class="lazy" alt="HTML 左浮動" ></strong></p>
        <ul>
        <li>3<sup>rd</sup> output with maximizing screen</li>
        </ul>
        <p><img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543985527197.jpg" class="lazy" alt="HTML 左浮動" ></p>
        <h3 id="Conclusion">Conclusion</h3>
        <p>HTML float can be used with values left, right, inline-start, inline-end, etc. HTML float left is used to align content at the left alignment of the webpage or HTML document. Whenever Float left is used within code, it is responsible for putting contents on the left side of the container. It is most of the time used within the sidebar and other contents into the webpage layout.</p><p>以上是HTML 左浮動的詳細(xì)內(nèi)容。更多資訊請關(guān)注PHP中文網(wǎng)其他相關(guān)文章!</p>
        
        
        						</div>
        					</div>
        					<div   id="377j5v51b"   class="wzconShengming_sp">
        						<div   id="377j5v51b"   class="bzsmdiv_sp">本網(wǎng)站聲明</div>
        						<div>本文內(nèi)容由網(wǎng)友自願投稿,版權(quán)歸原作者所有。本站不承擔(dān)相應(yīng)的法律責(zé)任。如發(fā)現(xiàn)涉嫌抄襲或侵權(quán)的內(nèi)容,請聯(lián)絡(luò)admin@php.cn</div>
        					</div>
        				</div>
        
        				<ins class="adsbygoogle"
             style="display:block"
             data-ad-format="autorelaxed"
             data-ad-client="ca-pub-5902227090019525"
             data-ad-slot="2507867629"></ins>
        
        
        
        				<div   id="377j5v51b"   class="AI_ToolDetails_main4sR">
        
        
        				<ins class="adsbygoogle"
                style="display:block"
                data-ad-client="ca-pub-5902227090019525"
                data-ad-slot="3653428331"
                data-ad-format="auto"
                data-full-width-responsive="true"></ins>
            
        
        
        					<!-- <div   id="377j5v51b"   class="phpgenera_Details_mainR4">
        						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
        							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
        								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        									src="/static/imghw/hotarticle2.png" alt="" />
        								<h2>熱門文章</h2>
        							</div>
        							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://miracleart.cn/zh-tw/faq/1796828723.html" title="Agnes Tachyon Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide |漂亮的德比志</a>
        									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>2 週前</span>
        										<span>By Jack chen</span>
        									</div>
        								</div>
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/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>1 個(gè)月前</span>
        										<span>By DDD</span>
        									</div>
        								</div>
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://miracleart.cn/zh-tw/faq/1796822997.html" title="峰:如何復(fù)興球員" class="phpgenera_Details_mainR4_bottom_title">峰:如何復(fù)興球員</a>
        									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>3 週前</span>
        										<span>By DDD</span>
        									</div>
        								</div>
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://miracleart.cn/zh-tw/faq/1796832397.html" title="Grass Wonder Build Guide |烏瑪媽媽漂亮的德比" class="phpgenera_Details_mainR4_bottom_title">Grass Wonder Build Guide |烏瑪媽媽漂亮的德比</a>
        									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>1 週前</span>
        										<span>By Jack chen</span>
        									</div>
        								</div>
        														</div>
        							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
        								<a href="http://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173410641626608.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undress AI Tool" />
        											</a>
        											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
        												<a href="http://miracleart.cn/zh-tw/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title">
        													<h3>Undress AI Tool</h3>
        												</a>
        												<p>免費(fèi)脫衣圖片</p>
        											</div>
        										</div>
        																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
        											<a href="http://miracleart.cn/zh-tw/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411540686492.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undresser.AI Undress" />
        											</a>
        											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
        												<a href="http://miracleart.cn/zh-tw/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title">
        													<h3>Undresser.AI Undress</h3>
        												</a>
        												<p>人工智慧驅(qū)動的應(yīng)用程序,用於創(chuàng)建逼真的裸體照片</p>
        											</div>
        										</div>
        																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
        											<a href="http://miracleart.cn/zh-tw/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411552797167.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Clothes Remover" />
        											</a>
        											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
        												<a href="http://miracleart.cn/zh-tw/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title">
        													<h3>AI Clothes Remover</h3>
        												</a>
        												<p>用於從照片中去除衣服的線上人工智慧工具。</p>
        											</div>
        										</div>
        																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
        											<a href="http://miracleart.cn/zh-tw/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411529149311.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Clothoff.io" />
        											</a>
        											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
        												<a href="http://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173414504068133.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Video Face Swap" />
        											</a>
        											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
        												<a href="http://miracleart.cn/zh-tw/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_title">
        													<h3>Video Face Swap</h3>
        												</a>
        												<p>使用我們完全免費(fèi)的人工智慧換臉工具,輕鬆在任何影片中換臉!</p>
        											</div>
        										</div>
        																</div>
        								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
        									<a href="http://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/faq/1796828723.html" title="Agnes Tachyon Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide |漂亮的德比志</a>
        									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>2 週前</span>
        										<span>By Jack chen</span>
        									</div>
        								</div>
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/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>1 個(gè)月前</span>
        										<span>By DDD</span>
        									</div>
        								</div>
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://miracleart.cn/zh-tw/faq/1796822997.html" title="峰:如何復(fù)興球員" class="phpgenera_Details_mainR4_bottom_title">峰:如何復(fù)興球員</a>
        									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>3 週前</span>
        										<span>By DDD</span>
        									</div>
        								</div>
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://miracleart.cn/zh-tw/faq/1796832397.html" title="Grass Wonder Build Guide |烏瑪媽媽漂亮的德比" class="phpgenera_Details_mainR4_bottom_title">Grass Wonder Build Guide |烏瑪媽媽漂亮的德比</a>
        									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
        										<span>1 週前</span>
        										<span>By Jack chen</span>
        									</div>
        								</div>
        														</div>
        							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
        								<a href="http://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/toolset/development-tools/92" title="記事本++7.3.1" class="phpmain_tab2_mids_title">
        													<h3>記事本++7.3.1</h3>
        												</a>
        												<p>好用且免費(fèi)的程式碼編輯器</p>
        											</div>
        										</div>
        																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
        											<a href="http://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/toolset/development-tools/121" title="禪工作室 13.0.1" class="phpmain_tab2_mids_title">
        													<h3>禪工作室 13.0.1</h3>
        												</a>
        												<p>強(qiáng)大的PHP整合開發(fā)環(huán)境</p>
        											</div>
        										</div>
        																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
        											<a href="http://miracleart.cn/zh-tw/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_top_img">
        												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d0e0fc74683535.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="Dreamweaver CS6" />
        											</a>
        											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
        												<a href="http://miracleart.cn/zh-tw/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_title">
        													<h3>Dreamweaver CS6</h3>
        												</a>
        												<p>視覺化網(wǎng)頁開發(fā)工具</p>
        											</div>
        										</div>
        																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
        											<a href="http://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/faq/gmailyxdlrkzn" title="gmail信箱登陸入口在哪裡" class="phpgenera_Details_mainR4_bottom_title">gmail信箱登陸入口在哪裡</a>
        									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
        										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/eyess.png" alt="" />
        											<span>8641</span>
        										</div>
        										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/tiezi.png" alt="" />
        											<span>17</span>
        										</div>
        									</div>
        								</div>
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://miracleart.cn/zh-tw/faq/java-tutorial" title="Java教學(xué)" class="phpgenera_Details_mainR4_bottom_title">Java教學(xué)</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://miracleart.cn/zh-tw/faq/cakephp-tutor" title="CakePHP 教程" class="phpgenera_Details_mainR4_bottom_title">CakePHP 教程</a>
        									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
        										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/eyess.png" alt="" />
        											<span>1730</span>
        										</div>
        										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
        											<img src="/static/imghw/tiezi.png" alt="" />
        											<span>56</span>
        										</div>
        									</div>
        								</div>
        															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
        									<a href="http://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/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://miracleart.cn/zh-tw/faq/1796829177.html" title="構(gòu)建網(wǎng)頁的HTML元素是什麼?" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148129241939.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="構(gòu)建網(wǎng)頁的HTML元素是什麼?" />
        								</a>
        								<a href="http://miracleart.cn/zh-tw/faq/1796829177.html" title="構(gòu)建網(wǎng)頁的HTML元素是什麼?" class="phphistorical_Version2_mids_title">構(gòu)建網(wǎng)頁的HTML元素是什麼?</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:34 AM</span>
        								<p class="Articlelist_txts_p">網(wǎng)頁結(jié)構(gòu)需核心HTML元素支撐,1.頁面整體結(jié)構(gòu)由、、構(gòu)成,其中為根元素,存放元信息,展示內(nèi)容;2.內(nèi)容組織依賴標(biāo)題(-)、段落()及區(qū)塊標(biāo)籤(如、)以提升條理與SEO;3.導(dǎo)航通過與實(shí)現(xiàn),常用組織鏈接並輔以aria-current屬性增強(qiáng)可訪問性;4.表單交互涉及、、與,確保用戶輸入與提交功能完整。正確使用這些元素能提升頁面清晰度、維護(hù)性及搜索引擎優(yōu)化。</p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://miracleart.cn/zh-tw/faq/1796829178.html" title="為現(xiàn)代頁面宣布正確的HTML5 Doctype。" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148132111973.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="為現(xiàn)代頁面宣布正確的HTML5 Doctype。" />
        								</a>
        								<a href="http://miracleart.cn/zh-tw/faq/1796829178.html" title="為現(xiàn)代頁面宣布正確的HTML5 Doctype。" class="phphistorical_Version2_mids_title">為現(xiàn)代頁面宣布正確的HTML5 Doctype。</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:35 AM</span>
        								<p class="Articlelist_txts_p">Doctype是告訴瀏覽器用哪種HTML標(biāo)準(zhǔn)解析頁面的聲明,現(xiàn)代網(wǎng)頁只需在HTML文件最開頭寫。其作用是確保瀏覽器以標(biāo)準(zhǔn)模式而非怪異模式渲染頁面,且必須位於第一行,前面不能有空格或註釋;正確寫法僅有一種,不推薦使用舊版本或其他變體;其他如charset、viewport等應(yīng)放在部分。</p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://miracleart.cn/zh-tw/faq/1796835653.html" title="將CSS和JavaScript與HTML5結(jié)構(gòu)有效整合。" 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結(jié)構(gòu)有效整合。" />
        								</a>
        								<a href="http://miracleart.cn/zh-tw/faq/1796835653.html" title="將CSS和JavaScript與HTML5結(jié)構(gòu)有效整合。" class="phphistorical_Version2_mids_title">將CSS和JavaScript與HTML5結(jié)構(gòu)有效整合。</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 12, 2025 am	 03:01 AM</span>
        								<p class="Articlelist_txts_p">HTML5、CSS和JavaScript應(yīng)通過語義化標(biāo)籤、合理加載順序與解耦設(shè)計(jì)高效結(jié)合。 1.使用HTML5語義化標(biāo)籤如、提升結(jié)構(gòu)清晰度與可維護(hù)性,利於SEO和無障礙訪問;2.CSS應(yīng)置於中,使用外部文件並按模塊拆分,避免內(nèi)聯(lián)樣式與延遲加載問題;3.JavaScript推薦放在前引入,使用defer或async異步加載以避免阻塞渲染;4.減少三者間強(qiáng)依賴,通過data-*屬性驅(qū)動行為、類名控制狀態(tài),統(tǒng)一命名規(guī)範(fàn)提升協(xié)作效率。這些方法能有效優(yōu)化頁面性能與團(tuán)隊(duì)協(xié)作。</p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://miracleart.cn/zh-tw/faq/1796829956.html" title="如何使用HTML將選項(xià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/175157020270129.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="如何使用HTML將選項(xiàng)分組?" />
        								</a>
        								<a href="http://miracleart.cn/zh-tw/faq/1796829956.html" title="如何使用HTML將選項(xiàng)分組?" class="phphistorical_Version2_mids_title">如何使用HTML將選項(xiàng)分組?</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 04, 2025 am	 03:16 AM</span>
        								<p class="Articlelist_txts_p">在HTML中使用標(biāo)籤可以對下拉菜單中的選項(xiàng)進(jìn)行分組。具體方法是用包裹一組元素,並通過label屬性定義組名,如:1.包含蘋果、香蕉、橙子等選項(xiàng);2.包含胡蘿蔔、西蘭花等選項(xiàng);3.每個(gè)為一個(gè)獨(dú)立分組,組內(nèi)選項(xiàng)自動縮進(jìn)。注意事項(xiàng)包括:①不支持嵌套;②可通過disabled屬性禁用整個(gè)組;③樣式受限需結(jié)合CSS或第三方庫美化;可使用Select2等插件增強(qiáng)功能。</p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://miracleart.cn/zh-tw/faq/1796831880.html" title="使用HTML按鈕元素實(shí)現(xiàn)可點(diǎn)擊按鈕" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175182671121571.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="使用HTML按鈕元素實(shí)現(xiàn)可點(diǎn)擊按鈕" />
        								</a>
        								<a href="http://miracleart.cn/zh-tw/faq/1796831880.html" title="使用HTML按鈕元素實(shí)現(xiàn)可點(diǎn)擊按鈕" class="phphistorical_Version2_mids_title">使用HTML按鈕元素實(shí)現(xiàn)可點(diǎn)擊按鈕</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 07, 2025 am	 02:31 AM</span>
        								<p class="Articlelist_txts_p">要使用HTML的button元素實(shí)現(xiàn)可點(diǎn)擊按鈕,首先需掌握其基本用法與常見註意事項(xiàng)。 1.使用標(biāo)籤創(chuàng)建按鈕,並通過type屬性定義行為(如button、submit、reset),默認(rèn)為submit;2.通過JavaScript添加交互功能,可內(nèi)聯(lián)寫法或通過ID綁定事件監(jiān)聽器以提升維護(hù)性;3.利用CSS自定義樣式,包括背景色、邊框、圓角及hover/active狀態(tài)效果,增強(qiáng)用戶體驗(yàn);4.注意常見問題:確保未啟用disabled屬性、正確綁定JS事件、避免佈局遮擋,並藉助開發(fā)者工具排查異常。掌握這</p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://miracleart.cn/zh-tw/faq/1796833320.html" title="在HTML頭部元素中配置文檔元數(shù)據(jù)" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175199941149498.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="在HTML頭部元素中配置文檔元數(shù)據(jù)" />
        								</a>
        								<a href="http://miracleart.cn/zh-tw/faq/1796833320.html" title="在HTML頭部元素中配置文檔元數(shù)據(jù)" class="phphistorical_Version2_mids_title">在HTML頭部元素中配置文檔元數(shù)據(jù)</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 09, 2025 am	 02:30 AM</span>
        								<p class="Articlelist_txts_p">HTMLhead中的元數(shù)據(jù)對SEO、社交分享和瀏覽器行為至關(guān)重要。 1.設(shè)置頁面標(biāo)題與描述,使用和並保持簡潔唯一;2.添加OpenGraph與Twitter卡片信息以優(yōu)化社交分享效果,注意圖片尺寸並使用調(diào)試工具測試;3.定義字符集與視口設(shè)置確保多語言支持與移動端適配;4.可選標(biāo)籤如作者版權(quán)、robots控制及canonical防止重複內(nèi)容也應(yīng)合理配置。</p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://miracleart.cn/zh-tw/faq/1796832574.html" title="使用新的HTML5方法(FormData)提交表單數(shù)據(jù)" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175191288234525.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="使用新的HTML5方法(FormData)提交表單數(shù)據(jù)" />
        								</a>
        								<a href="http://miracleart.cn/zh-tw/faq/1796832574.html" title="使用新的HTML5方法(FormData)提交表單數(shù)據(jù)" class="phphistorical_Version2_mids_title">使用新的HTML5方法(FormData)提交表單數(shù)據(jù)</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 08, 2025 am	 02:28 AM</span>
        								<p class="Articlelist_txts_p">使用HTML5的FormDataAPI提交表單數(shù)據(jù)更方便,1.它可自動收集帶name屬性的表單字段或手動添加數(shù)據(jù);2.支持通過fetch或XMLHttpRequest以multipart/form-data格式提交,適合文件上傳;3.處理文件時(shí)只需將文件附加到FormData並發(fā)送請求即可;4.注意同名字段會被覆蓋、需處理JSON轉(zhuǎn)換及無嵌套結(jié)構(gòu)等問題。</p>
        							</div>
        														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
        								<a href="http://miracleart.cn/zh-tw/faq/1796829958.html" title="如何使用HTML iframe標(biāo)籤從另一個(gè)站點(diǎn)嵌入內(nèi)容?" class="phphistorical_Version2_mids_img">
        									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
        										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175157025235776.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="如何使用HTML iframe標(biāo)籤從另一個(gè)站點(diǎn)嵌入內(nèi)容?" />
        								</a>
        								<a href="http://miracleart.cn/zh-tw/faq/1796829958.html" title="如何使用HTML iframe標(biāo)籤從另一個(gè)站點(diǎn)嵌入內(nèi)容?" class="phphistorical_Version2_mids_title">如何使用HTML iframe標(biāo)籤從另一個(gè)站點(diǎn)嵌入內(nèi)容?</a>
        								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 04, 2025 am	 03:17 AM</span>
        								<p class="Articlelist_txts_p">使用標(biāo)籤可以將其他網(wǎng)站內(nèi)容嵌入到自己的網(wǎng)頁中,基本語法為:,可添加width、height和style="border:none;"等屬性控制外觀;為了實(shí)現(xiàn)響應(yīng)式佈局,可通過百分比設(shè)置尺寸或使用容器結(jié)合padding和絕對定位保持寬高比,同時(shí)注意跨域限制、加載性能、SEO影響及安全策略等注意事項(xiàng);常見用途包括嵌入地圖、第三方表單、社交媒體內(nèi)容及內(nèi)部系統(tǒng)集成。</p>
        							</div>
        													</div>
        
        													<a href="http://miracleart.cn/zh-tw/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培訓(xùn),幫助PHP學(xué)習(xí)者快速成長!</p>
                </div>
                <div   id="377j5v51b"   class="footermid">
                    <a href="http://miracleart.cn/zh-tw/about/us.html">關(guān)於我們</a>
                    <a href="http://miracleart.cn/zh-tw/about/disclaimer.html">免責(zé)聲明</a>
                    <a href="http://miracleart.cn/zh-tw/update/article_0_1.html">Sitemap</a>
                </div>
                <div   id="377j5v51b"   class="footerbottom">
                    <p>
                        ? php.cn All rights reserved
                    </p>
                </div>
            </div>
        </footer>
        
        <input type="hidden" id="verifycode" value="/captcha.html">
        
        
        
        
        		<link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all' />
        	
        	
        	
        	
        	
        
        	
        	
        
        
        
        
        
        
        <footer>
        <div class="friendship-link">
        <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p>
        <a href="http://miracleart.cn/" title="国产av日韩一区二区三区精品">国产av日韩一区二区三区精品</a>
        
        <div class="friend-links">
        
        
        </div>
        </div>
        
        </footer>
        
        
        <script>
        (function(){
            var bp = document.createElement('script');
            var curProtocol = window.location.protocol.split(':')[0];
            if (curProtocol === 'https') {
                bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
            }
            else {
                bp.src = 'http://push.zhanzhang.baidu.com/push.js';
            }
            var s = document.getElementsByTagName("script")[0];
            s.parentNode.insertBefore(bp, s);
        })();
        </script>
        </body><div id="ihohf" class="pl_css_ganrao" style="display: none;"><strike id="ihohf"></strike><em id="ihohf"></em><tr id="ihohf"></tr><address id="ihohf"></address><em id="ihohf"><button id="ihohf"><option id="ihohf"></option></button></em><s id="ihohf"><rt id="ihohf"></rt></s><th id="ihohf"></th><object id="ihohf"></object><wbr id="ihohf"></wbr><nav id="ihohf"></nav><strike id="ihohf"><center id="ihohf"></center></strike><abbr id="ihohf"></abbr><big id="ihohf"></big><div id="ihohf"><blockquote id="ihohf"></blockquote></div><menu id="ihohf"><listing id="ihohf"><sup id="ihohf"></sup></listing></menu><listing id="ihohf"><strong id="ihohf"><label id="ihohf"></label></strong></listing><li id="ihohf"></li><label id="ihohf"><strong id="ihohf"><strike id="ihohf"><source id="ihohf"></source></strike></strong></label><legend id="ihohf"></legend><fieldset id="ihohf"></fieldset><abbr id="ihohf"><listing id="ihohf"><tbody id="ihohf"></tbody></listing></abbr><th id="ihohf"><div id="ihohf"></div></th><tbody id="ihohf"><pre id="ihohf"><s id="ihohf"><rt id="ihohf"></rt></s></pre></tbody><meter id="ihohf"><sub id="ihohf"><dfn id="ihohf"><acronym id="ihohf"></acronym></dfn></sub></meter><center id="ihohf"></center><thead id="ihohf"></thead><label id="ihohf"><sup id="ihohf"><p id="ihohf"><source id="ihohf"></source></p></sup></label><samp id="ihohf"><address id="ihohf"><tt id="ihohf"></tt></address></samp><tfoot id="ihohf"></tfoot><meter id="ihohf"></meter><code id="ihohf"></code><track id="ihohf"></track><strike id="ihohf"></strike><th id="ihohf"><tbody id="ihohf"><small id="ihohf"></small></tbody></th><div id="ihohf"><span id="ihohf"></span></div><button id="ihohf"><ins id="ihohf"></ins></button><dd id="ihohf"></dd><abbr id="ihohf"></abbr><thead id="ihohf"><tr id="ihohf"><menuitem id="ihohf"></menuitem></tr></thead><li id="ihohf"><code id="ihohf"><strong id="ihohf"><p id="ihohf"></p></strong></code></li><center id="ihohf"></center><object id="ihohf"><s id="ihohf"><pre id="ihohf"><dl id="ihohf"></dl></pre></s></object><rp id="ihohf"></rp><nav id="ihohf"><strong id="ihohf"></strong></nav><xmp id="ihohf"><em id="ihohf"></em></xmp><fieldset id="ihohf"><thead id="ihohf"><legend id="ihohf"><xmp id="ihohf"></xmp></legend></thead></fieldset><xmp id="ihohf"><blockquote id="ihohf"></blockquote></xmp><dfn id="ihohf"><label id="ihohf"><strong id="ihohf"></strong></label></dfn><pre id="ihohf"></pre><big id="ihohf"><progress id="ihohf"><blockquote id="ihohf"><samp id="ihohf"></samp></blockquote></progress></big><sub id="ihohf"><center id="ihohf"></center></sub><address id="ihohf"><tfoot id="ihohf"></tfoot></address><mark id="ihohf"></mark><strong id="ihohf"></strong><ul id="ihohf"></ul><label id="ihohf"><fieldset id="ihohf"><i id="ihohf"></i></fieldset></label><samp id="ihohf"></samp><listing id="ihohf"></listing><s id="ihohf"><rt id="ihohf"><acronym id="ihohf"></acronym></rt></s><meter id="ihohf"></meter><strong id="ihohf"></strong><p id="ihohf"></p><thead id="ihohf"></thead><tr id="ihohf"></tr><samp id="ihohf"><delect id="ihohf"><tt id="ihohf"><option id="ihohf"></option></tt></delect></samp><label id="ihohf"><input id="ihohf"></input></label><tbody id="ihohf"></tbody><span id="ihohf"><tr id="ihohf"><menuitem id="ihohf"><mark id="ihohf"></mark></menuitem></tr></span><ul id="ihohf"></ul><u id="ihohf"><option id="ihohf"><optgroup id="ihohf"></optgroup></option></u><strong id="ihohf"></strong><delect id="ihohf"></delect><del id="ihohf"><ul id="ihohf"><u id="ihohf"><form id="ihohf"></form></u></ul></del><dfn id="ihohf"><abbr id="ihohf"></abbr></dfn><div id="ihohf"><td id="ihohf"><form id="ihohf"><address id="ihohf"></address></form></td></div><pre id="ihohf"><object id="ihohf"></object></pre><dl id="ihohf"><source id="ihohf"></source></dl><track id="ihohf"><th id="ihohf"><tbody id="ihohf"></tbody></th></track><u id="ihohf"><option id="ihohf"><nobr id="ihohf"></nobr></option></u><bdo id="ihohf"><code id="ihohf"><input id="ihohf"><object id="ihohf"></object></input></code></bdo><tbody id="ihohf"></tbody><legend id="ihohf"></legend><var id="ihohf"><strong id="ihohf"><dl id="ihohf"></dl></strong></var><small id="ihohf"></small><small id="ihohf"></small><xmp id="ihohf"></xmp><u id="ihohf"><option id="ihohf"><optgroup id="ihohf"></optgroup></option></u><tt id="ihohf"></tt><ins id="ihohf"></ins><ruby id="ihohf"></ruby><kbd id="ihohf"></kbd><u id="ihohf"></u><small id="ihohf"></small><style id="ihohf"></style><ruby id="ihohf"><li id="ihohf"></li></ruby><menuitem id="ihohf"></menuitem><samp id="ihohf"></samp><mark id="ihohf"></mark><table id="ihohf"><optgroup id="ihohf"><small id="ihohf"></small></optgroup></table><u id="ihohf"><th id="ihohf"><tr id="ihohf"></tr></th></u><center id="ihohf"><output id="ihohf"><del id="ihohf"><li id="ihohf"></li></del></output></center><form id="ihohf"></form><font id="ihohf"><ins id="ihohf"><output id="ihohf"></output></ins></font><table id="ihohf"><nobr id="ihohf"><small id="ihohf"><strong id="ihohf"></strong></small></nobr></table><address id="ihohf"></address><meter id="ihohf"><sub id="ihohf"><thead id="ihohf"></thead></sub></meter><strike id="ihohf"><rt id="ihohf"><acronym id="ihohf"></acronym></rt></strike><strong id="ihohf"><dl id="ihohf"><th id="ihohf"><rt id="ihohf"></rt></th></dl></strong><rp id="ihohf"><small id="ihohf"></small></rp><dl id="ihohf"></dl><object id="ihohf"></object><strong id="ihohf"></strong><optgroup id="ihohf"><nav id="ihohf"></nav></optgroup><rp id="ihohf"></rp><mark id="ihohf"><del id="ihohf"></del></mark><strong id="ihohf"><dl id="ihohf"><th id="ihohf"><div id="ihohf"></div></th></dl></strong><option id="ihohf"></option><address id="ihohf"><meter id="ihohf"><menuitem id="ihohf"></menuitem></meter></address><strong id="ihohf"><menu id="ihohf"><input id="ihohf"><dl id="ihohf"></dl></input></menu></strong><nav id="ihohf"><menu id="ihohf"><code id="ihohf"></code></menu></nav><tbody id="ihohf"><optgroup id="ihohf"></optgroup></tbody><dd id="ihohf"></dd><thead id="ihohf"></thead><strike id="ihohf"><rt id="ihohf"><dd id="ihohf"></dd></rt></strike><menuitem id="ihohf"><delect id="ihohf"></delect></menuitem><var id="ihohf"><strong id="ihohf"><dl id="ihohf"><th id="ihohf"></th></dl></strong></var><menuitem id="ihohf"><delect id="ihohf"><font id="ihohf"><pre id="ihohf"></pre></font></delect></menuitem><option id="ihohf"></option><menu id="ihohf"><listing id="ihohf"><strong id="ihohf"></strong></listing></menu><pre id="ihohf"><object id="ihohf"></object></pre><center id="ihohf"><dd id="ihohf"><del id="ihohf"></del></dd></center><tfoot id="ihohf"></tfoot><strong id="ihohf"></strong><meter id="ihohf"></meter><nav id="ihohf"></nav><rt id="ihohf"><dl id="ihohf"><th id="ihohf"></th></dl></rt><noframes id="ihohf"></noframes><menu id="ihohf"><input id="ihohf"><strong id="ihohf"></strong></input></menu><menuitem id="ihohf"><delect id="ihohf"></delect></menuitem><pre id="ihohf"><meter id="ihohf"><samp id="ihohf"></samp></meter></pre><big id="ihohf"><progress id="ihohf"><blockquote id="ihohf"><samp id="ihohf"></samp></blockquote></progress></big><th id="ihohf"><div id="ihohf"><dd id="ihohf"></dd></div></th><tr id="ihohf"></tr><sub id="ihohf"></sub><table id="ihohf"></table><tfoot id="ihohf"><tbody id="ihohf"></tbody></tfoot><div id="ihohf"><dd id="ihohf"><font id="ihohf"><em id="ihohf"></em></font></dd></div><span id="ihohf"><tr id="ihohf"><menuitem id="ihohf"><mark id="ihohf"></mark></menuitem></tr></span></div>
        
        </html>