• <nobr id="m0hqj"></nobr>
            <dfn id="m0hqj"></dfn>

              <dfn id="m0hqj"><font id="m0hqj"></font></dfn>
              \n

              <\/font>\n<\/p>\n<\/body><\/pre>\n

              該標簽也支持全局和事件屬性。此外,它還支持一些其他屬性,如下所示:<\/p>\n\n\n\n\n

              \n\n\n\n\n\n\n\n\n\n\n
              Attribute Name<\/strong><\/td>\nDetail Description<\/strong><\/td>\n<\/tr>\n
              Size<\/td>\nThis attribute is used to define a specific size for text in between 1 to 7.<\/td>\n<\/tr>\n
              Face or type<\/td>\nThis attribute is used to define the font type for the included text.<\/td>\n<\/tr>\n
              Color<\/td>\nThis attribute is used to show enclosed text in a different color.<\/td>\n<\/tr>\n
              Weight<\/td>\nThis attribute defines the boldness of the text of the font tag.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>屬性名稱

              <\/h3>\n<\/td>\n

              詳細說明

              <\/p>\n<\/td>\n<\/tr>\n

              尺寸<\/td>\n此屬性用于定義 1 到 7 之間的特定文本大小。<\/td>\n<\/tr>\n
              臉部或文字<\/td>\n該屬性用于定義所包含文本的字體類型。<\/td>\n<\/tr>\n
              顏色<\/td>\n此屬性用于以不同的顏色顯示封閉的文本。<\/td>\n<\/tr>\n
              粗細<\/td>\n該屬性定義字體標簽文本的粗體程度。<\/td>\n<\/tr>\n\n表>\nHTML 中的字體標簽示例

              \n<\/h4>字體標簽在 HTML 代碼中可以通過兩種方式使用,第一種是通過 HTML 包含字體標簽及其屬性值,第二種是使用定義屬性值作為 CSS 代碼。兩者都會產(chǎn)生相同的輸出。唯一的區(qū)別在于定義屬性值。

              \n<\/p>示例#1

              \n定義字體標簽及其屬性值:<\/strong>\n<\/p>\n

              \n\n\nFont?Tag in HTML<\/title>\n<\/head>\n<body>
              <h1><a href="http://m.miracleart.cn/">国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂</a></h1>\n<h2>Example?of? Font?Tag in HTML <\/h2>\n<p>General ?text ?without any Font tag attribute value<\/p>\n<p>\n<font?color=\"orange\">Text?having normal font size and font face . Only changing\nfont?? color ?<\/font>\n<\/p>\n<p>\n<font? face=\"cursive\">Text?having different font face.<\/font>\n<\/p>\n<p>\n<font?size=\"3\">Text?with?Increased?font size?having default font type. <\/font>\n<\/p>\n<\/body>\n<\/html><\/pre>代碼:<p><strong>\n<\/strong>\n<\/p>\n<p>輸出:<img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543847452286.jpg\" alt=\"HTML 中的字體標簽\" ><\/p>\n<h4><\/h4>\n<p>\n<\/p>示例#2<p>\n<strong>定義字體標簽,其屬性值通過CSS定義:<\/strong>\n<\/p>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<title>Font Tag in HTML<\/title>\n<\/head>\n<body>\n<h2>Example of Font Tag in HTML using CSS <\/h2>\n<p>Someone’s sitting in the shade today because someone plated a tree a long time ago. <\/p>\n<p style=\"color : lightgreen;\"> Someone’s sitting in the shade today because someone plated a tree a long time ago.\n<\/p>\n<p style=\"font-family : Book Antiqua; color: blue; \" > Someone’s sitting in the shade today because someone plated a tree a long time ago.\n<\/p>\n<p style=\"font size:3px;\"> Someone’s sitting in the shade today because\nsomeone plated a tree a long time ago.\n<\/p>\n<\/body>\n<\/html><\/pre>代碼:<p><strong>\n<\/strong>\n<\/p>\n<p>輸出:<img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543847662380.jpg\" alt=\"HTML 中的字體標簽\" ><\/p>\n<h4><\/h4>\n<p>\n<\/p>示例#3<p>\n<strong>在此示例中,我們使用具有屬性值 size 的 Font 標簽,它將定義從最小尺寸到最大尺寸的文本,如下所示:<\/strong>\n<\/p>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<title>HTML font tag<\/title>\n<\/head>\n<body>\n<font size = \"1\">People may doubt what you say, but they will believe what you do.<\/font><br \/> <br\/>\n<font size = \"2\">People may doubt what you say, but they will believe what you do.<\/font><br \/> <br\/>\n<font size = \"3\">People may doubt what you say, but they will believe what you do.<\/font><br \/> <br\/>\n<font size = \"4\">People may doubt what you say, but they will believe what you do.<\/font><br \/> <br\/>\n<font size = \"5\">People may doubt what you say, but they will believe what you do.<\/font><br \/> <br\/>\n<font size = \"6\">People may doubt what you say, but they will believe what you do.<\/font><br\/><br\/>\n<font size = \"7\">People may doubt what you say, but they will believe what you do.<\/font>\n<\/body>\n<\/html><\/pre>HTML 代碼:<p><strong>\n<\/strong>\n<\/p>\n<p>輸出:<img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543847986121.jpg\" alt=\"HTML 中的字體標簽\" ><\/p>\n<h4><\/h4>\n<p>\n<strong>示例#4<\/strong>\n<\/p>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<title>HTML tag with Font Type attribute<\/title>\n<\/head>\n<body>\n<font face = \"Comic sans MS\"> Correct one fault at a time. Concentrate on the one fault you want to overcome.<\/font><br\/>\n<font face = \"Bernard MT Condensed\" color=\"Red\" >Correct one fault at a time. Concentrate on the one fault you want to overcome. <\/font><br\/>\n<font face = \"Algerian\">Correct one fault at a time. Concentrate on the one fault you want to overcome. <\/font><br\/>\n<font face = \"Book Antiqua\" size=\"5\">Correct one fault at a time. Concentrate on the one fault you want to overcome. <\/font><br\/>\n<font face = \"Aharoni\"> Correct one fault at a time. Concentrate on the one fault you want to overcome.<\/font><br\/>\n<font face = \"AR BERKLEY\" >Correct one fault at a time. Concentrate on the one fault you want to overcome. <\/font><br\/>\n<\/body>\n<\/html><\/pre>HTML 代碼:<p><strong>\n\n\n<\/strong>\n<\/p>\n<p>輸出:<img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543848396332.jpg\" alt=\"HTML 中的字體標簽\" ><\/p>\n<h4><\/h4>\n<p>\n<strong>示例#5<\/strong>\n<\/p>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<title>HTML Font tag-Color <\/title>\n<\/head>\n<body>\n<font color = \"#cc0066\"><b>It is terrible thing to see and have no vision<\/b><\/font><br>\n<font color = \"#66ff33\"><b>Today's preparation <\/b><\/font> <br>\n<font color = \"#0000cc\"><strong>Success depends on your backbone not your wishbone.<\/strong><\/font><br \/>\n<font color = \"#cc3300\"><b>Patience makes lighter what sorrow may not heal<\/b><\/font>? <br>\n<font color = \"#666600\"><b>Hold fast to dreams, for if dreams die, life is broken winged bird that cannot fly <\/b><\/font> <br>\n<\/body>\n<\/html><\/pre>HTML 代碼:<p><strong>\n<\/strong>\n<\/p>\n<p>輸出:<img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543848638300.jpg\" alt=\"HTML 中的字體標簽\" ><\/p>\n<h3><\/h3>\n<ul>\n<li>結(jié)論<\/li>\n<li>\n<\/li>用于以相同大小、顏色和面格式顯示文本。字體標簽將通過使用 <font>.. <\/font> 顯示。標簽。<\/ul>\n通過以上信息,我們知道大小、字型、顏色是字體樣式的關(guān)鍵屬性。\n"}	</script>
              	
              <meta http-equiv="Cache-Control" content="no-transform" />
              <meta http-equiv="Cache-Control" content="no-siteapp" />
              <script>var V_PATH="/";window.onerror=function(){ return true; };</script>
              </head>
              
              <body data-commit-time="2023-12-28T14:50:12+08:00" class="editor_body body2_2">
              	<link rel="stylesheet" type="text/css" href="/static/csshw/stylehw.css">
              <header>
                  <div   id="377j5v51b"   class="head">
                      <div   id="377j5v51b"   class="haed_left">
                          <div   id="377j5v51b"   class="haed_logo">
                              <a href="http://m.miracleart.cn/zh/" title="" class="haed_logo_a">
                                  <img src="/static/imghw/logo.png" alt="" class="haed_logoimg">
                              </a>
                          </div>
                          <div   id="377j5v51b"   class="head_nav">
                              <div   id="377j5v51b"   class="head_navs">
                                  <a href="javascript:;" title="社區(qū)" class="head_nava head_nava-template1">社區(qū)</a>
                                  <div   class="377j5v51b"   id="dropdown-template1" style="display: none;">
                                      <div   id="377j5v51b"   class="languagechoose">
                                          <a href="http://m.miracleart.cn/zh/article.html" title="文章" class="languagechoosea on">文章</a>
                                          <a href="http://m.miracleart.cn/zh/faq/zt" title="合集" class="languagechoosea">合集</a>
                                          <a href="http://m.miracleart.cn/zh/wenda.html" title="問答" class="languagechoosea">問答</a>
                                      </div>
                                  </div>
                              </div>
              
                              <div   id="377j5v51b"   class="head_navs">
                                  <a href="javascript:;" title="學習" class="head_nava head_nava-template1_1">學習</a>
                                  <div   class="377j5v51b"   id="dropdown-template1_1" style="display: none;">
                                      <div   id="377j5v51b"   class="languagechoose">
                                          <a href="http://m.miracleart.cn/zh/course.html" title="課程" class="languagechoosea on">課程</a>
                                          <a href="http://m.miracleart.cn/zh/dic/" title="編程詞典" class="languagechoosea">編程詞典</a>
                                      </div>
                                  </div>
                              </div>
              
                              <div   id="377j5v51b"   class="head_navs">
                                  <a href="javascript:;" title="工具庫" class="head_nava head_nava-template1_2">工具庫</a>
                                  <div   class="377j5v51b"   id="dropdown-template1_2" style="display: none;">
                                      <div   id="377j5v51b"   class="languagechoose">
                                          <a href="http://m.miracleart.cn/zh/toolset/development-tools" title="開發(fā)工具" class="languagechoosea on">開發(fā)工具</a>
                                          <a href="http://m.miracleart.cn/zh/toolset/website-source-code" title="網(wǎng)站源碼" class="languagechoosea">網(wǎng)站源碼</a>
                                          <a href="http://m.miracleart.cn/zh/toolset/php-libraries" title="PHP 庫" class="languagechoosea">PHP 庫</a>
                                          <a href="http://m.miracleart.cn/zh/toolset/js-special-effects" title="JS特效" class="languagechoosea on">JS特效</a>
                                          <a href="http://m.miracleart.cn/zh/toolset/website-materials" title="網(wǎng)站素材" class="languagechoosea on">網(wǎng)站素材</a>
                                          <a href="http://m.miracleart.cn/zh/toolset/extension-plug-ins" title="擴展插件" class="languagechoosea on">擴展插件</a>
                                      </div>
                                  </div>
                              </div>
              
                              <div   id="377j5v51b"   class="head_navs">
                                  <a href="http://m.miracleart.cn/zh/ai" title="AI工具" class="head_nava head_nava-template1_3">AI工具</a>
                              </div>
              
                              <div   id="377j5v51b"   class="head_navs">
                                  <a href="javascript:;" title="休閑" class="head_nava head_nava-template1_3">休閑</a>
                                  <div   class="377j5v51b"   id="dropdown-template1_3" style="display: none;">
                                      <div   id="377j5v51b"   class="languagechoose">
                                          <a href="http://m.miracleart.cn/zh/game" title="游戲下載" class="languagechoosea on">游戲下載</a>
                                          <a href="http://m.miracleart.cn/zh/mobile-game-tutorial/" title="游戲教程" class="languagechoosea">游戲教程</a>
              
                                      </div>
                                  </div>
                              </div>
                          </div>
                      </div>
                                  <div   id="377j5v51b"   class="head_search">
                              <input id="key_words"  onkeydown="if (event.keyCode == 13) searchs('zh')" class="search-input" type="text" autocomplete="off" name="keywords" required="required" placeholder="Block,address,transaction,news" value="">
                              <a href="javascript:;" title="搜索"  onclick="searchs('zh')"><img src="/static/imghw/find.png" alt="搜索"></a>
                          </div>
                              <div   id="377j5v51b"   class="head_right">
                          <div   id="377j5v51b"   class="haed_language">
                              <a href="javascript:;" class="layui-btn haed_language_btn">簡體中文<i class="layui-icon layui-icon-triangle-d"></i></a>
                              <div   class="377j5v51b"   id="dropdown-template" style="display: none;">
                                  <div   id="377j5v51b"   class="languagechoose">
                                                              <a href="javascript:;" title="簡體中文" class="languagechoosea">簡體中文</a>
                                                              <a href="javascript:setlang('en');" title="English" class="languagechoosea">English</a>
                                                              <a href="javascript:setlang('zh-tw');" title="繁體中文" class="languagechoosea">繁體中文</a>
                                                              <a href="javascript:setlang('ja');" title="日本語" class="languagechoosea">日本語</a>
                                                              <a href="javascript:setlang('ko');" title="???" class="languagechoosea">???</a>
                                                              <a href="javascript:setlang('ms');" title="Melayu" class="languagechoosea">Melayu</a>
                                                              <a href="javascript:setlang('fr');" title="Fran?ais" class="languagechoosea">Fran?ais</a>
                                                              <a href="javascript:setlang('de');" title="Deutsch" class="languagechoosea">Deutsch</a>
                                                          </div>
                              </div>
                          </div>
                          <span id="377j5v51b"    class="head_right_line"></span>
                                          <div style="display: block;" id="login" class="haed_login ">
                                  <a href="javascript:;"  title="Login" class="haed_logina ">Login</a>
                              </div>
                              <div style="display: block;" id="reg" class="head_signup login">
                                  <a href="javascript:;"  title="singup" class="head_signupa">singup</a>
                              </div>
                          
                      </div>
                  </div>
              </header>
              
              	
              	<main>
              		<div   id="377j5v51b"   class="Article_Details_main">
              			<div   id="377j5v51b"   class="Article_Details_main1">
              							<div   id="377j5v51b"   class="Article_Details_main1M">
              					<div   id="377j5v51b"   class="phpgenera_Details_mainL1">
              						<a href="http://m.miracleart.cn/zh/" title="首頁"
              							class="phpgenera_Details_mainL1a">首頁</a>
              						<img src="/static/imghw/top_right.png" alt="" />
              												<a href="http://m.miracleart.cn/zh/web-designer.html"
              							class="phpgenera_Details_mainL1a">web前端</a>
              						<img src="/static/imghw/top_right.png" alt="" />
              												<a href="http://m.miracleart.cn/zh/div-tutorial.html"
              							class="phpgenera_Details_mainL1a">html教程</a>
              						<img src="/static/imghw/top_right.png" alt="" />
              						<span>HTML 中的字體標簽</span>
              					</div>
              					
              					<div   id="377j5v51b"   class="Articlelist_txts">
              						<div   id="377j5v51b"   class="Articlelist_txts_info">
              							<h1 class="Articlelist_txts_title">HTML 中的字體標簽</h1>
              							<div   id="377j5v51b"   class="Articlelist_txts_info_head">
              								<div   id="377j5v51b"   class="author_info">
              									<a href="http://m.miracleart.cn/zh/member/887227.html"  class="author_avatar">
              									<img class="lazy"  data-src="https://img.php.cn/upload/avatar/000/887/227/63bb7851c9547215.jpg" src="/static/imghw/default1.png" alt="WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB">
              									</a>
              									<div   id="377j5v51b"   class="author_detail">
              																			<a href="http://m.miracleart.cn/zh/member/887227.html" class="author_name">WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB</a>
                                              										</div>
              								</div>
                              			</div>
              							<span id="377j5v51b"    class="Articlelist_txts_time">Sep 04, 2024 pm	 04:27 PM</span>
              															<div   id="377j5v51b"   class="Articlelist_txts_infos">
              																			<span id="377j5v51b"    class="Articlelist_txts_infoss on">html</span>
              																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">html5</span>
              																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">HTML Tutorial</span>
              																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">HTML Properties</span>
              																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">HTML tags</span>
              																	</div>
              														
              						</div>
              					</div>
              					<hr />
              					<div   id="377j5v51b"   class="article_main php-article">
              						<div   id="377j5v51b"   class="article-list-left detail-content-wrap content">
              						<ins class="adsbygoogle"
              							style="display:block; text-align:center;"
              							data-ad-layout="in-article"
              							data-ad-format="fluid"
              							data-ad-client="ca-pub-5902227090019525"
              							data-ad-slot="3461856641">
              						</ins>
              						
              
              					<p>HTML 中的字體標簽是用于使網(wǎng)頁或 HTML 文檔更具吸引力的最重要屬性之一。它具有更改所包含文本的大小、顏色和樣式的屬性。借助字體標簽,可以使網(wǎng)頁的大小、顏色和外觀采用相同的文本格式。該標簽主要作用于尺寸、面或類型和顏色等三個主要屬性。字體標簽作為 HTML 中的內(nèi)聯(lián)元素來更改 HTML 文檔中塊文本的某些功能。 <font> 內(nèi)包含的文本標簽用于定義其中包含的文本的樣式。</font></p>
              
              
              
              
              
              
              
              
              
              
              <p><strong>語法:</strong></p>
              <pre class="brush:php;toolbar:false"><font size =" " face =" " color=" "></pre>
              <ul>
              <li>以上語法狀態(tài),字體大小是語法中的屬性,用于設(shè)置文本的具體大小。該大小可以定義為 1 到 7 之間的數(shù)字,其中 1 表示最小文本,7 表示最大文本大小。字體標簽中的face屬性用于定義HTML文檔中的字體類型,而color屬性用于定義所包含文本的特定顏色。<strong>?</strong>
              </li>
              <li>HTML ;  中使用的標簽標簽。它是使用 <font>..</font> 定義的HTML 中的標簽。</li>
              </ul>
              <pre class="brush:php;toolbar:false"><body>
              <p> <font size="2" color="blue" face="Calibri"> </font>
              </p>
              </body></pre>
              <p>該標簽也支持全局和事件屬性。此外,它還支持一些其他屬性,如下所示:</p>
              
              
              <tr>
              <td style="text-align: center" width="132">
              <table width="602">
              <tbody>
              <tr>
              <td style="text-align: center" width="132"><strong>Attribute Name</strong></td>
              <td style="text-align: center" width="470"><strong>Detail Description</strong></td>
              </tr>
              <tr>
              <td style="text-align: center" width="132">Size</td>
              <td style="text-align: center" width="470">This attribute is used to define a specific size for text in between 1 to 7.</td>
              </tr>
              <tr>
              <td style="text-align: center" width="132">Face or type</td>
              <td style="text-align: center" width="470">This attribute is used to define the font type for the included text.</td>
              </tr>
              <tr>
              <td style="text-align: center" width="132">Color</td>
              <td style="text-align: center" width="470">This attribute is used to show enclosed text in a different color.</td>
              </tr>
              <tr>
              <td style="text-align: center" width="132">Weight</td>
              <td style="text-align: center" width="470">This attribute defines the boldness of the text of the font tag.</td>
              </tr>
              </tbody>
              </table>屬性名稱<h3></h3>
              </td>
              <td style="text-align: center" width="470">詳細說明<p></p>
              </td>
              </tr>
              <tr>
              <td style="text-align: center" width="132">尺寸</td>
              <td style="text-align: center" width="470">此屬性用于定義 1 到 7 之間的特定文本大小。</td>
              </tr>
              <tr>
              <td style="text-align: center" width="132">臉部或文字</td>
              <td style="text-align: center" width="470">該屬性用于定義所包含文本的字體類型。</td>
              </tr>
              <tr>
              <td style="text-align: center" width="132">顏色</td>
              <td style="text-align: center" width="470">此屬性用于以不同的顏色顯示封閉的文本。</td>
              </tr>
              <tr>
              <td style="text-align: center" width="132">粗細</td>
              <td style="text-align: center" width="470">該屬性定義字體標簽文本的粗體程度。</td>
              </tr>
              
              表>
              HTML 中的字體標簽示例<h4>
              </h4>字體標簽在 HTML 代碼中可以通過兩種方式使用,第一種是通過 HTML 包含字體標簽及其屬性值,第二種是使用定義屬性值作為 CSS 代碼。兩者都會產(chǎn)生相同的輸出。唯一的區(qū)別在于定義屬性值。<p>
              </p>示例#1<p>
              <strong>定義字體標簽及其屬性值:</strong>
              </p>
              <pre class="brush:php;toolbar:false"><!DOCTYPE?html>
              <html>
              <head>
              <title>Font?Tag in HTML</title>
              </head>
              <body>
              <h2>Example?of? Font?Tag in HTML </h2>
              <p>General ?text ?without any Font tag attribute value</p>
              <p>
              <font?color="orange">Text?having normal font size and font face . Only changing
              font?? color ?</font>
              </p>
              <p>
              <font? face="cursive">Text?having different font face.</font>
              </p>
              <p>
              <font?size="3">Text?with?Increased?font size?having default font type. </font>
              </p>
              </body>
              </html></pre>代碼:<p><strong>
              </strong>
              </p>
              <p>輸出:<img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543847452286.jpg" class="lazy" alt="HTML 中的字體標簽" ></p>
              <h4></h4>
              <p>
              </p>示例#2<p>
              <strong>定義字體標簽,其屬性值通過CSS定義:</strong>
              </p>
              <pre class="brush:php;toolbar:false"><!DOCTYPE html>
              <html>
              <head>
              <title>Font Tag in HTML</title>
              </head>
              <body>
              <h2>Example of Font Tag in HTML using CSS </h2>
              <p>Someone’s sitting in the shade today because someone plated a tree a long time ago. </p>
              <p style="color : lightgreen;"> Someone’s sitting in the shade today because someone plated a tree a long time ago.
              </p>
              <p style="font-family : Book Antiqua; color: blue; " > Someone’s sitting in the shade today because someone plated a tree a long time ago.
              </p>
              <p style="font size:3px;"> Someone’s sitting in the shade today because
              someone plated a tree a long time ago.
              </p>
              </body>
              </html></pre>代碼:<p><strong>
              </strong>
              </p>
              <p>輸出:<img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543847662380.jpg" class="lazy" alt="HTML 中的字體標簽" ></p>
              <h4></h4>
              <p>
              </p>示例#3<p>
              <strong>在此示例中,我們使用具有屬性值 size 的 Font 標簽,它將定義從最小尺寸到最大尺寸的文本,如下所示:</strong>
              </p>
              <pre class="brush:php;toolbar:false"><!DOCTYPE html>
              <html>
              <head>
              <title>HTML font tag</title>
              </head>
              <body>
              <font size = "1">People may doubt what you say, but they will believe what you do.</font><br /> <br/>
              <font size = "2">People may doubt what you say, but they will believe what you do.</font><br /> <br/>
              <font size = "3">People may doubt what you say, but they will believe what you do.</font><br /> <br/>
              <font size = "4">People may doubt what you say, but they will believe what you do.</font><br /> <br/>
              <font size = "5">People may doubt what you say, but they will believe what you do.</font><br /> <br/>
              <font size = "6">People may doubt what you say, but they will believe what you do.</font><br/><br/>
              <font size = "7">People may doubt what you say, but they will believe what you do.</font>
              </body>
              </html></pre>HTML 代碼:<p><strong>
              </strong>
              </p>
              <p>輸出:<img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543847986121.jpg" class="lazy" alt="HTML 中的字體標簽" ></p>
              <h4></h4>
              <p>
              <strong>示例#4</strong>
              </p>
              <pre class="brush:php;toolbar:false"><!DOCTYPE html>
              <html>
              <head>
              <title>HTML tag with Font Type attribute</title>
              </head>
              <body>
              <font face = "Comic sans MS"> Correct one fault at a time. Concentrate on the one fault you want to overcome.</font><br/>
              <font face = "Bernard MT Condensed" color="Red" >Correct one fault at a time. Concentrate on the one fault you want to overcome. </font><br/>
              <font face = "Algerian">Correct one fault at a time. Concentrate on the one fault you want to overcome. </font><br/>
              <font face = "Book Antiqua" size="5">Correct one fault at a time. Concentrate on the one fault you want to overcome. </font><br/>
              <font face = "Aharoni"> Correct one fault at a time. Concentrate on the one fault you want to overcome.</font><br/>
              <font face = "AR BERKLEY" >Correct one fault at a time. Concentrate on the one fault you want to overcome. </font><br/>
              </body>
              </html></pre>HTML 代碼:<p><strong>
              
              
              </strong>
              </p>
              <p>輸出:<img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543848396332.jpg" class="lazy" alt="HTML 中的字體標簽" ></p>
              <h4></h4>
              <p>
              <strong>示例#5</strong>
              </p>
              <pre class="brush:php;toolbar:false"><!DOCTYPE html>
              <html>
              <head>
              <title>HTML Font tag-Color </title>
              </head>
              <body>
              <font color = "#cc0066"><b>It is terrible thing to see and have no vision</b></font><br>
              <font color = "#66ff33"><b>Today's preparation </b></font> <br>
              <font color = "#0000cc"><strong>Success depends on your backbone not your wishbone.</strong></font><br />
              <font color = "#cc3300"><b>Patience makes lighter what sorrow may not heal</b></font>? <br>
              <font color = "#666600"><b>Hold fast to dreams, for if dreams die, life is broken winged bird that cannot fly </b></font> <br>
              </body>
              </html></pre>HTML 代碼:<p><strong>
              </strong>
              </p>
              <p>輸出:<img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543848638300.jpg" class="lazy" alt="HTML 中的字體標簽" ></p>
              <h3></h3>
              <ul>
              <li>結(jié)論</li>
              <li>
              </li>用于以相同大小、顏色和面格式顯示文本。字體標簽將通過使用 <font>.. </font> 顯示。標簽。</ul>
              通過以上信息,我們知道大小、字型、顏色是字體樣式的關(guān)鍵屬性。
              <p>以上是HTML 中的字體標簽的詳細內(nèi)容。更多信息請關(guān)注PHP中文網(wǎng)其他相關(guān)文章!</p>
              
              
              						</div>
              					</div>
              					<div   id="377j5v51b"   class="wzconShengming_sp">
              						<div   id="377j5v51b"   class="bzsmdiv_sp">本站聲明</div>
              						<div>本文內(nèi)容由網(wǎng)友自發(fā)貢獻,版權(quán)歸原作者所有,本站不承擔相應(yīng)法律責任。如您發(fā)現(xiàn)有涉嫌抄襲侵權(quán)的內(nèi)容,請聯(lián)系admin@php.cn</div>
              					</div>
              				</div>
              
              				<ins class="adsbygoogle"
                   style="display:block"
                   data-ad-format="autorelaxed"
                   data-ad-client="ca-pub-5902227090019525"
                   data-ad-slot="2507867629"></ins>
              
              
              
              				<div   id="377j5v51b"   class="AI_ToolDetails_main4sR">
              
              
              				<ins class="adsbygoogle"
                      style="display:block"
                      data-ad-client="ca-pub-5902227090019525"
                      data-ad-slot="3653428331"
                      data-ad-format="auto"
                      data-full-width-responsive="true"></ins>
                  
              
              
              					<!-- <div   id="377j5v51b"   class="phpgenera_Details_mainR4">
              						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
              							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
              								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              									src="/static/imghw/hotarticle2.png" alt="" />
              								<h2>熱門文章</h2>
              							</div>
              							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
              															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
              									<a href="http://m.miracleart.cn/zh/faq/1796821119.html" title="指南:恒星刀片保存文件位置/保存文件丟失/不保存" class="phpgenera_Details_mainR4_bottom_title">指南:恒星刀片保存文件位置/保存文件丟失/不保存</a>
              									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
              										<span>1 個月前</span>
              										<span>By DDD</span>
              									</div>
              								</div>
              															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
              									<a href="http://m.miracleart.cn/zh/faq/1796828723.html" title="Agnes Tachyon Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide |漂亮的德比志</a>
              									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
              										<span>2 周前</span>
              										<span>By Jack chen</span>
              									</div>
              								</div>
              															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
              									<a href="http://m.miracleart.cn/zh/faq/1796827210.html" title="Oguri Cap Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide |漂亮的德比志</a>
              									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
              										<span>2 周前</span>
              										<span>By Jack chen</span>
              									</div>
              								</div>
              															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
              									<a href="http://m.miracleart.cn/zh/faq/1796821436.html" title="沙丘:覺醒 - 高級行星學家Quest演練" class="phpgenera_Details_mainR4_bottom_title">沙丘:覺醒 - 高級行星學家Quest演練</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://m.miracleart.cn/zh/faq/1796821278.html" title="約會一切:德克和哈珀關(guān)系指南" class="phpgenera_Details_mainR4_bottom_title">約會一切:德克和哈珀關(guān)系指南</a>
              									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
              										<span>4 周前</span>
              										<span>By Jack chen</span>
              									</div>
              								</div>
              														</div>
              							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
              								<a href="http://m.miracleart.cn/zh/article.html">顯示更多</a>
              							</div>
              						</div>
              					</div> -->
              
              
              											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
              							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
              								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
              									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              										src="/static/imghw/hottools2.png" alt="" />
              									<h2>熱AI工具</h2>
              								</div>
              								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
              																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
              											<a href="http://m.miracleart.cn/zh/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_top_img">
              												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173410641626608.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undress AI Tool" />
              											</a>
              											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
              												<a href="http://m.miracleart.cn/zh/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title">
              													<h3>Undress AI Tool</h3>
              												</a>
              												<p>免費脫衣服圖片</p>
              											</div>
              										</div>
              																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
              											<a href="http://m.miracleart.cn/zh/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_top_img">
              												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411540686492.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undresser.AI Undress" />
              											</a>
              											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
              												<a href="http://m.miracleart.cn/zh/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title">
              													<h3>Undresser.AI Undress</h3>
              												</a>
              												<p>人工智能驅(qū)動的應(yīng)用程序,用于創(chuàng)建逼真的裸體照片</p>
              											</div>
              										</div>
              																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
              											<a href="http://m.miracleart.cn/zh/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_top_img">
              												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411552797167.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Clothes Remover" />
              											</a>
              											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
              												<a href="http://m.miracleart.cn/zh/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title">
              													<h3>AI Clothes Remover</h3>
              												</a>
              												<p>用于從照片中去除衣服的在線人工智能工具。</p>
              											</div>
              										</div>
              																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
              											<a href="http://m.miracleart.cn/zh/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_top_img">
              												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411529149311.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Clothoff.io" />
              											</a>
              											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
              												<a href="http://m.miracleart.cn/zh/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_title">
              													<h3>Clothoff.io</h3>
              												</a>
              												<p>AI脫衣機</p>
              											</div>
              										</div>
              																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
              											<a href="http://m.miracleart.cn/zh/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_top_img">
              												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173414504068133.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Video Face Swap" />
              											</a>
              											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
              												<a href="http://m.miracleart.cn/zh/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_title">
              													<h3>Video Face Swap</h3>
              												</a>
              												<p>使用我們完全免費的人工智能換臉工具輕松在任何視頻中換臉!</p>
              											</div>
              										</div>
              																</div>
              								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
              									<a href="http://m.miracleart.cn/zh/ai">顯示更多</a>
              								</div>
              							</div>
              						</div>
              					
              
              
              					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
              						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
              							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
              								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              									src="/static/imghw/hotarticle2.png" alt="" />
              								<h2>熱門文章</h2>
              							</div>
              							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
              															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
              									<a href="http://m.miracleart.cn/zh/faq/1796821119.html" title="指南:恒星刀片保存文件位置/保存文件丟失/不保存" class="phpgenera_Details_mainR4_bottom_title">指南:恒星刀片保存文件位置/保存文件丟失/不保存</a>
              									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
              										<span>1 個月前</span>
              										<span>By DDD</span>
              									</div>
              								</div>
              															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
              									<a href="http://m.miracleart.cn/zh/faq/1796828723.html" title="Agnes Tachyon Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide |漂亮的德比志</a>
              									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
              										<span>2 周前</span>
              										<span>By Jack chen</span>
              									</div>
              								</div>
              															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
              									<a href="http://m.miracleart.cn/zh/faq/1796827210.html" title="Oguri Cap Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide |漂亮的德比志</a>
              									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
              										<span>2 周前</span>
              										<span>By Jack chen</span>
              									</div>
              								</div>
              															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
              									<a href="http://m.miracleart.cn/zh/faq/1796821436.html" title="沙丘:覺醒 - 高級行星學家Quest演練" class="phpgenera_Details_mainR4_bottom_title">沙丘:覺醒 - 高級行星學家Quest演練</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://m.miracleart.cn/zh/faq/1796821278.html" title="約會一切:德克和哈珀關(guān)系指南" class="phpgenera_Details_mainR4_bottom_title">約會一切:德克和哈珀關(guān)系指南</a>
              									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
              										<span>4 周前</span>
              										<span>By Jack chen</span>
              									</div>
              								</div>
              														</div>
              							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
              								<a href="http://m.miracleart.cn/zh/article.html">顯示更多</a>
              							</div>
              						</div>
              					</div>
              
              
              											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
              							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
              								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
              									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              										src="/static/imghw/hottools2.png" alt="" />
              									<h2>熱工具</h2>
              								</div>
              								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
              																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
              											<a href="http://m.miracleart.cn/zh/toolset/development-tools/92" title="記事本++7.3.1" class="phpmain_tab2_mids_top_img">
              												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab96f0f39f7357.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="記事本++7.3.1" />
              											</a>
              											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
              												<a href="http://m.miracleart.cn/zh/toolset/development-tools/92" title="記事本++7.3.1" class="phpmain_tab2_mids_title">
              													<h3>記事本++7.3.1</h3>
              												</a>
              												<p>好用且免費的代碼編輯器</p>
              											</div>
              										</div>
              																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
              											<a href="http://m.miracleart.cn/zh/toolset/development-tools/93" title="SublimeText3漢化版" class="phpmain_tab2_mids_top_img">
              												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97a3baad9677.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3漢化版" />
              											</a>
              											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
              												<a href="http://m.miracleart.cn/zh/toolset/development-tools/93" title="SublimeText3漢化版" class="phpmain_tab2_mids_title">
              													<h3>SublimeText3漢化版</h3>
              												</a>
              												<p>中文版,非常好用</p>
              											</div>
              										</div>
              																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
              											<a href="http://m.miracleart.cn/zh/toolset/development-tools/121" title="禪工作室 13.0.1" class="phpmain_tab2_mids_top_img">
              												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97ecd1ab2670.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="禪工作室 13.0.1" />
              											</a>
              											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
              												<a href="http://m.miracleart.cn/zh/toolset/development-tools/121" title="禪工作室 13.0.1" class="phpmain_tab2_mids_title">
              													<h3>禪工作室 13.0.1</h3>
              												</a>
              												<p>功能強大的PHP集成開發(fā)環(huán)境</p>
              											</div>
              										</div>
              																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
              											<a href="http://m.miracleart.cn/zh/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_top_img">
              												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d0e0fc74683535.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="Dreamweaver CS6" />
              											</a>
              											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
              												<a href="http://m.miracleart.cn/zh/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_title">
              													<h3>Dreamweaver CS6</h3>
              												</a>
              												<p>視覺化網(wǎng)頁開發(fā)工具</p>
              											</div>
              										</div>
              																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
              											<a href="http://m.miracleart.cn/zh/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_top_img">
              												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d34035e2757995.png?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Mac版" />
              											</a>
              											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
              												<a href="http://m.miracleart.cn/zh/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_title">
              													<h3>SublimeText3 Mac版</h3>
              												</a>
              												<p>神級代碼編輯軟件(SublimeText3)</p>
              											</div>
              										</div>
              																	</div>
              								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
              									<a href="http://m.miracleart.cn/zh/ai">顯示更多</a>
              								</div>
              							</div>
              						</div>
              										
              
              					
              					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
              						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
              							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
              								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              									src="/static/imghw/hotarticle2.png" alt="" />
              								<h2>熱門話題</h2>
              							</div>
              							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
              															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
              									<a href="http://m.miracleart.cn/zh/faq/gmailyxdlrkzn" title="gmail郵箱登陸入口在哪里" class="phpgenera_Details_mainR4_bottom_title">gmail郵箱登陸入口在哪里</a>
              									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
              										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
              											<img src="/static/imghw/eyess.png" alt="" />
              											<span>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://m.miracleart.cn/zh/faq/java-tutorial" title="Java教程" class="phpgenera_Details_mainR4_bottom_title">Java教程</a>
              									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
              										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
              											<img src="/static/imghw/eyess.png" alt="" />
              											<span>1785</span>
              										</div>
              										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
              											<img src="/static/imghw/tiezi.png" alt="" />
              											<span>16</span>
              										</div>
              									</div>
              								</div>
              															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
              									<a href="http://m.miracleart.cn/zh/faq/cakephp-tutor" title="CakePHP 教程" class="phpgenera_Details_mainR4_bottom_title">CakePHP 教程</a>
              									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
              										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
              											<img src="/static/imghw/eyess.png" alt="" />
              											<span>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://m.miracleart.cn/zh/faq/laravel-tutori" title="Laravel 教程" class="phpgenera_Details_mainR4_bottom_title">Laravel 教程</a>
              									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
              										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
              											<img src="/static/imghw/eyess.png" alt="" />
              											<span>1581</span>
              										</div>
              										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
              											<img src="/static/imghw/tiezi.png" alt="" />
              											<span>29</span>
              										</div>
              									</div>
              								</div>
              															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
              									<a href="http://m.miracleart.cn/zh/faq/php-tutorial" title="PHP教程" class="phpgenera_Details_mainR4_bottom_title">PHP教程</a>
              									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
              										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
              											<img src="/static/imghw/eyess.png" alt="" />
              											<span>1445</span>
              										</div>
              										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
              											<img src="/static/imghw/tiezi.png" alt="" />
              											<span>31</span>
              										</div>
              									</div>
              								</div>
              														</div>
              							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
              								<a href="http://m.miracleart.cn/zh/faq/zt">顯示更多</a>
              							</div>
              						</div>
              					</div>
              				</div>
              			</div>
              							<div   id="377j5v51b"   class="Article_Details_main2">
              					<div   id="377j5v51b"   class="phpgenera_Details_mainL4">
              						<div   id="377j5v51b"   class="phpmain1_2_top">
              							<a href="javascript:void(0);" class="phpmain1_2_top_title">Related knowledge<img
              									src="/static/imghw/index2_title2.png" alt="" /></a>
              						</div>
              						<div   id="377j5v51b"   class="phpgenera_Details_mainL4_info">
              
              													<div   id="377j5v51b"   class="phphistorical_Version2_mids">
              								<a href="http://m.miracleart.cn/zh/faq/1796829177.html" title="構(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://m.miracleart.cn/zh/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)容組織依賴標題(-)、段落()及區(qū)塊標簽(如、)以提升條理與SEO;3.導航通過與實現(xiàn),常用組織鏈接并輔以aria-current屬性增強可訪問性;4.表單交互涉及、、與,確保用戶輸入與提交功能完整。正確使用這些元素能提升頁面清晰度、維護性及搜索引擎優(yōu)化。</p>
              							</div>
              														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
              								<a href="http://m.miracleart.cn/zh/faq/1796829157.html" title="使用HTML5服務(wù)器序列事件處理重新連接和錯誤。" 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服務(wù)器序列事件處理重新連接和錯誤。" />
              								</a>
              								<a href="http://m.miracleart.cn/zh/faq/1796829157.html" title="使用HTML5服務(wù)器序列事件處理重新連接和錯誤。" class="phphistorical_Version2_mids_title">使用HTML5服務(wù)器序列事件處理重新連接和錯誤。</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秒重試,可通過retry字段自定義間隔;2.監(jiān)聽error事件以應(yīng)對連接失敗或解析錯誤,區(qū)分錯誤類型并執(zhí)行相應(yīng)邏輯,如網(wǎng)絡(luò)問題依賴自動重連、服務(wù)器錯誤手動延遲重連、認證失效刷新token;3.主動控制重連邏輯,如手動關(guān)閉并重建連接、設(shè)置最大重試次數(shù)、結(jié)合navigator.onLine判斷網(wǎng)絡(luò)狀態(tài)以優(yōu)化重試策略。這些措施可提升應(yīng)用穩(wěn)定性與用戶體驗。</p>
              							</div>
              														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
              								<a href="http://m.miracleart.cn/zh/faq/1796829178.html" title="為現(xiàn)代頁面宣布正確的HTML5 Doctype。" class="phphistorical_Version2_mids_img">
              									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148132111973.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="為現(xiàn)代頁面宣布正確的HTML5 Doctype。" />
              								</a>
              								<a href="http://m.miracleart.cn/zh/faq/1796829178.html" title="為現(xiàn)代頁面宣布正確的HTML5 Doctype。" class="phphistorical_Version2_mids_title">為現(xiàn)代頁面宣布正確的HTML5 Doctype。</a>
              								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:35 AM</span>
              								<p class="Articlelist_txts_p">Doctype是告訴瀏覽器用哪種HTML標準解析頁面的聲明,現(xiàn)代網(wǎng)頁只需在HTML文件最開頭寫。其作用是確保瀏覽器以標準模式而非怪異模式渲染頁面,且必須位于第一行,前面不能有空格或注釋;正確寫法僅有一種,不推薦使用舊版本或其他變體;其他如charset、viewport等應(yīng)放在部分。</p>
              							</div>
              														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
              								<a href="http://m.miracleart.cn/zh/faq/1796829167.html" title="使用HTML屬性實現(xiàn)客戶端表單驗證。" class="phphistorical_Version2_mids_img">
              									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148109151878.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="使用HTML屬性實現(xiàn)客戶端表單驗證。" />
              								</a>
              								<a href="http://m.miracleart.cn/zh/faq/1796829167.html" title="使用HTML屬性實現(xiàn)客戶端表單驗證。" class="phphistorical_Version2_mids_title">使用HTML屬性實現(xiàn)客戶端表單驗證。</a>
              								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:31 AM</span>
              								<p class="Articlelist_txts_p">client-sideformvalidationCanbedOnewithOutJavaScriptbyusinghtmlattributes.1)useRequiredToEnforCemandatoryField.2)validateMailsAndUrllSwithTyPeatTributesLikeEmailOrurl,orusepatternwithRegegexforCustomAlorurl</p>
              							</div>
              														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
              								<a href="http://m.miracleart.cn/zh/faq/1796829956.html" title="如何使用HTML將選項分組?" class="phphistorical_Version2_mids_img">
              									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175157020270129.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="如何使用HTML將選項分組?" />
              								</a>
              								<a href="http://m.miracleart.cn/zh/faq/1796829956.html" title="如何使用HTML將選項分組?" class="phphistorical_Version2_mids_title">如何使用HTML將選項分組?</a>
              								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 04, 2025 am	 03:16 AM</span>
              								<p class="Articlelist_txts_p">在HTML中使用標簽可以對下拉菜單中的選項進行分組。具體方法是用包裹一組元素,并通過label屬性定義組名,如:1.包含蘋果、香蕉、橙子等選項;2.包含胡蘿卜、西蘭花等選項;3.每個為一個獨立分組,組內(nèi)選項自動縮進。注意事項包括:①不支持嵌套;②可通過disabled屬性禁用整個組;③樣式受限需結(jié)合CSS或第三方庫美化;可使用Select2等插件增強功能。</p>
              							</div>
              														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
              								<a href="http://m.miracleart.cn/zh/faq/1796835653.html" title="將CSS和JavaScript與HTML5結(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://m.miracleart.cn/zh/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)通過語義化標簽、合理加載順序與解耦設(shè)計高效結(jié)合。1.使用HTML5語義化標簽如、提升結(jié)構(gòu)清晰度與可維護性,利于SEO和無障礙訪問;2.CSS應(yīng)置于中,使用外部文件并按模塊拆分,避免內(nèi)聯(lián)樣式與延遲加載問題;3.JavaScript推薦放在前引入,使用defer或async異步加載以避免阻塞渲染;4.減少三者間強依賴,通過data-*屬性驅(qū)動行為、類名控制狀態(tài),統(tǒng)一命名規(guī)范提升協(xié)作效率。這些方法能有效優(yōu)化頁面性能與團隊協(xié)作。</p>
              							</div>
              														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
              								<a href="http://m.miracleart.cn/zh/faq/1796831880.html" title="使用HTML按鈕元素實現(xiàn)可點擊按鈕" class="phphistorical_Version2_mids_img">
              									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175182671121571.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="使用HTML按鈕元素實現(xiàn)可點擊按鈕" />
              								</a>
              								<a href="http://m.miracleart.cn/zh/faq/1796831880.html" title="使用HTML按鈕元素實現(xiàn)可點擊按鈕" class="phphistorical_Version2_mids_title">使用HTML按鈕元素實現(xiàn)可點擊按鈕</a>
              								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 07, 2025 am	 02:31 AM</span>
              								<p class="Articlelist_txts_p">要使用HTML的button元素實現(xiàn)可點擊按鈕,首先需掌握其基本用法與常見注意事項。1.使用標簽創(chuàng)建按鈕,并通過type屬性定義行為(如button、submit、reset),默認為submit;2.通過JavaScript添加交互功能,可內(nèi)聯(lián)寫法或通過ID綁定事件監(jiān)聽器以提升維護性;3.利用CSS自定義樣式,包括背景色、邊框、圓角及hover/active狀態(tài)效果,增強用戶體驗;4.注意常見問題:確保未啟用disabled屬性、正確綁定JS事件、避免布局遮擋,并借助開發(fā)者工具排查異常。掌握這</p>
              							</div>
              														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
              								<a href="http://m.miracleart.cn/zh/faq/1796832574.html" title="使用新的HTML5方法(FormData)提交表單數(shù)據(jù)" class="phphistorical_Version2_mids_img">
              									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
              										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175191288234525.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="使用新的HTML5方法(FormData)提交表單數(shù)據(jù)" />
              								</a>
              								<a href="http://m.miracleart.cn/zh/faq/1796832574.html" title="使用新的HTML5方法(FormData)提交表單數(shù)據(jù)" class="phphistorical_Version2_mids_title">使用新的HTML5方法(FormData)提交表單數(shù)據(jù)</a>
              								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 08, 2025 am	 02:28 AM</span>
              								<p class="Articlelist_txts_p">使用HTML5的FormDataAPI提交表單數(shù)據(jù)更方便,1.它可自動收集帶name屬性的表單字段或手動添加數(shù)據(jù);2.支持通過fetch或XMLHttpRequest以multipart/form-data格式提交,適合文件上傳;3.處理文件時只需將文件附加到FormData并發(fā)送請求即可;4.注意同名字段會被覆蓋、需處理JSON轉(zhuǎn)換及無嵌套結(jié)構(gòu)等問題。</p>
              							</div>
              													</div>
              
              													<a href="http://m.miracleart.cn/zh/web-designer.html" class="phpgenera_Details_mainL4_botton">
              								<span>See all articles</span>
              								<img src="/static/imghw/down_right.png" alt="" />
              							</a>
              											</div>
              				</div>
              					</div>
              	</main>
              	<footer>
                  <div   id="377j5v51b"   class="footer">
                      <div   id="377j5v51b"   class="footertop">
                          <img src="/static/imghw/logo.png" alt="">
                          <p>公益在線PHP培訓,幫助PHP學習者快速成長!</p>
                      </div>
                      <div   id="377j5v51b"   class="footermid">
                          <a href="http://m.miracleart.cn/zh/about/us.html">關(guān)于我們</a>
                          <a href="http://m.miracleart.cn/zh/about/disclaimer.html">免責聲明</a>
                          <a href="http://m.miracleart.cn/zh/update/article_0_1.html">Sitemap</a>
                      </div>
                      <div   id="377j5v51b"   class="footerbottom">
                          <p>
                              ? php.cn All rights reserved
                          </p>
                      </div>
                  </div>
              </footer>
              
              <input type="hidden" id="verifycode" value="/captcha.html">
              
              
              
              
              		<link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all' />
              	
              	
              	
              	
              	
              
              	
              	
              
              
              
              
              
              
              <footer>
              <div class="friendship-link">
              <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p>
              <a href="http://m.miracleart.cn/" title="国产av日韩一区二区三区精品">国产av日韩一区二区三区精品</a>
              
              <div class="friend-links">
              
              
              </div>
              </div>
              
              </footer>
              
              
              <script>
              (function(){
                  var bp = document.createElement('script');
                  var curProtocol = window.location.protocol.split(':')[0];
                  if (curProtocol === 'https') {
                      bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
                  }
                  else {
                      bp.src = 'http://push.zhanzhang.baidu.com/push.js';
                  }
                  var s = document.getElementsByTagName("script")[0];
                  s.parentNode.insertBefore(bp, s);
              })();
              </script>
              </body><div id="0shoj" class="pl_css_ganrao" style="display: none;"><i id="0shoj"></i><optgroup id="0shoj"></optgroup><wbr id="0shoj"></wbr><samp id="0shoj"><pre id="0shoj"><output id="0shoj"><samp id="0shoj"></samp></output></pre></samp><legend id="0shoj"><p id="0shoj"><ol id="0shoj"><dl id="0shoj"></dl></ol></p></legend><strike id="0shoj"><tfoot id="0shoj"><progress id="0shoj"><blockquote id="0shoj"></blockquote></progress></tfoot></strike><center id="0shoj"><acronym id="0shoj"></acronym></center><legend id="0shoj"></legend><code id="0shoj"></code><rp id="0shoj"></rp><legend id="0shoj"><center id="0shoj"><dd id="0shoj"><font id="0shoj"></font></dd></center></legend><menu id="0shoj"></menu><samp id="0shoj"></samp><li id="0shoj"><abbr id="0shoj"><table id="0shoj"></table></abbr></li><track id="0shoj"><small id="0shoj"><bdo id="0shoj"><optgroup id="0shoj"></optgroup></bdo></small></track><dl id="0shoj"><legend id="0shoj"><pre id="0shoj"><span id="0shoj"></span></pre></legend></dl><abbr id="0shoj"></abbr><del id="0shoj"></del><dfn id="0shoj"><code id="0shoj"><strong id="0shoj"><p id="0shoj"></p></strong></code></dfn><listing id="0shoj"><strong id="0shoj"><cite id="0shoj"></cite></strong></listing><tbody id="0shoj"><meter id="0shoj"><center id="0shoj"></center></meter></tbody><small id="0shoj"></small><video id="0shoj"><tr id="0shoj"></tr></video><font id="0shoj"></font><delect id="0shoj"><tt id="0shoj"><b id="0shoj"><em id="0shoj"></em></b></tt></delect><var id="0shoj"></var><b id="0shoj"></b><small id="0shoj"><noframes id="0shoj"><abbr id="0shoj"><listing id="0shoj"></listing></abbr></noframes></small><form id="0shoj"></form><input id="0shoj"></input><i id="0shoj"><s id="0shoj"><rt id="0shoj"><span id="0shoj"></span></rt></s></i><progress id="0shoj"><delect id="0shoj"><sub id="0shoj"><b id="0shoj"></b></sub></delect></progress><label id="0shoj"><style id="0shoj"><thead id="0shoj"></thead></style></label><samp id="0shoj"></samp><dd id="0shoj"></dd><tr id="0shoj"></tr><acronym id="0shoj"></acronym><tr id="0shoj"></tr><table id="0shoj"></table><bdo id="0shoj"></bdo><ruby id="0shoj"></ruby><em id="0shoj"><listing id="0shoj"><li id="0shoj"><code id="0shoj"></code></li></listing></em><sub id="0shoj"></sub><sup id="0shoj"><dl id="0shoj"></dl></sup><tt id="0shoj"><b id="0shoj"></b></tt><u id="0shoj"><th id="0shoj"><optgroup id="0shoj"></optgroup></th></u><b id="0shoj"><em id="0shoj"><noframes id="0shoj"><li id="0shoj"></li></noframes></em></b><source id="0shoj"></source><legend id="0shoj"><pre id="0shoj"><blockquote id="0shoj"></blockquote></pre></legend><object id="0shoj"></object><small id="0shoj"><noframes id="0shoj"><abbr id="0shoj"><input id="0shoj"></input></abbr></noframes></small><meter id="0shoj"><sub id="0shoj"><thead id="0shoj"></thead></sub></meter><dfn id="0shoj"><button id="0shoj"></button></dfn><tfoot id="0shoj"></tfoot><abbr id="0shoj"></abbr><optgroup id="0shoj"><nav id="0shoj"></nav></optgroup><form id="0shoj"></form><nav id="0shoj"></nav><ins id="0shoj"><em id="0shoj"><button id="0shoj"><option id="0shoj"></option></button></em></ins><tr id="0shoj"><abbr id="0shoj"><strong id="0shoj"><menu id="0shoj"></menu></strong></abbr></tr><optgroup id="0shoj"><small id="0shoj"></small></optgroup><u id="0shoj"><table id="0shoj"><optgroup id="0shoj"><label id="0shoj"></label></optgroup></table></u><abbr id="0shoj"></abbr><s id="0shoj"></s><ins id="0shoj"><tr id="0shoj"></tr></ins><dfn id="0shoj"><mark id="0shoj"><kbd id="0shoj"></kbd></mark></dfn><bdo id="0shoj"></bdo><menu id="0shoj"><label id="0shoj"><legend id="0shoj"><menu id="0shoj"></menu></legend></label></menu><track id="0shoj"><u id="0shoj"><bdo id="0shoj"></bdo></u></track><nav id="0shoj"></nav><rp id="0shoj"><small id="0shoj"><pre id="0shoj"></pre></small></rp><small id="0shoj"></small><strong id="0shoj"></strong><th id="0shoj"></th><cite id="0shoj"></cite><tr id="0shoj"><abbr id="0shoj"><strong id="0shoj"><menu id="0shoj"></menu></strong></abbr></tr><progress id="0shoj"><address id="0shoj"><del id="0shoj"><center id="0shoj"></center></del></address></progress><ol id="0shoj"></ol><sub id="0shoj"><ul id="0shoj"><acronym id="0shoj"><noframes id="0shoj"></noframes></acronym></ul></sub><address id="0shoj"><sup id="0shoj"><center id="0shoj"><rp id="0shoj"></rp></center></sup></address><rp id="0shoj"></rp><samp id="0shoj"></samp><wbr id="0shoj"></wbr><ol id="0shoj"></ol><var id="0shoj"></var><progress id="0shoj"></progress><mark id="0shoj"><samp id="0shoj"><tr id="0shoj"></tr></samp></mark><label id="0shoj"><th id="0shoj"></th></label><center id="0shoj"><dd id="0shoj"><tr id="0shoj"></tr></dd></center><xmp id="0shoj"><ul id="0shoj"><font id="0shoj"><pre id="0shoj"></pre></font></ul></xmp><sup id="0shoj"></sup><dfn id="0shoj"><label id="0shoj"><strong id="0shoj"></strong></label></dfn><u id="0shoj"></u><track id="0shoj"></track><form id="0shoj"><em id="0shoj"><nav id="0shoj"></nav></em></form><ruby id="0shoj"></ruby><menu id="0shoj"></menu><del id="0shoj"></del><nobr id="0shoj"><listing id="0shoj"><bdo id="0shoj"><menu id="0shoj"></menu></bdo></listing></nobr><form id="0shoj"><track id="0shoj"><th id="0shoj"></th></track></form></div>
              
              </html>