<nav id="8cs2y"></nav>
  • <fieldset id="8cs2y"><xmp id="8cs2y"></xmp></fieldset>\n

    Kbd tag in HTML\n< kbd> Text <\/kbd> Text <\/kbd> Text <\/kbd>\n<\/body>\n<\/html><\/pre>\n

    This tag is known as phrase tag, which includes font format in monospace type. One can change the styling of the text included within the tag using different CSS properties as follows:<\/p>\n

      \n
    1. To change the text’s font style, one can use CSS-font-style attribute to the text so text can be normal, italic, initial, etc.<\/li>\n
    2. Basically, the text enclosed within is in monospace format, but it can be changed by using CSS-font-family So; it can display a list of multiple font families so one can choose appropriate among them to the text.<\/li>\n
    3. It is also possible to change the text size by using CSS-font-size.<\/li>\n
    4. One can change font-weight by using property CSS-font-weight to show text in bold or thick format. It is also possible to make text capitalize or take control over text cases through CSS-text-transform.<\/li>\n
    5. For the text-decoration purpose, we can use property like CSS-text-decoration, which helps to color the text, text-decoration with lines, text-decoration style, etc. In brief, text-decoration-color uses 2 attributes like CSS-color for text color purpose and CSS-background-color to set color as the background.<\/li>\n<\/ol>\n

      For setting text layout style to the tag, there are different properties into the CSS are as follows:<\/p>\n

        \n
      1. To handle white spaces from the text, one can use CSS-white space.<\/li>\n
      2. To show overflowed text content that is not displayed to the user can use CSS-text-overflow.<\/li>\n
      3. To give a break within the line or words can be done using CSS-word-break.<\/li>\n
      4. To give shadow to the text by using property CSS-text-shadow.<\/li>\n
      5. To align text at the last position of the line can be used with the property CSS-text-align-last.<\/li>\n
      6. To give spaces in between letters or characters by using CSS-letter-spacing property.<\/li>\n
      7. To define the height of the line, one can use the property CSS-line-height.<\/li>\n
      8. To define space in between words is possible by using CSS-word-spacing.<\/li>\n<\/ol>\n
          \n
        • tag in HTML doesn’t have any special attributes. It was going to support Global attributes as well as Event attributes available in HTML.<\/li>\n
        • This tag is always used within the

          国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

          section.<\/li>\n<\/ul>\n

          How Does kbd Tag Work in HTML?<\/h3>\n

          tag is one of the most useful tags used in HTML for various purposes. The main use of tag into the user documentation. Because it helps to show the text which is going to be typed on the keyboard. It is a fantastic and helpful element in HTML. the tag also used to create keyboard shortcuts.<\/p>\n

          That will help create a new document, save the document, open it in a new tab, etc. It works on various CSS properties for styled output. Suppose we are going to create a keyboard shortcut using tag in HTML. Here we are copying some text and paste it.<\/p>\n\n\n

          So we will do this thing using tag through short cuts as follows:
          \n


          \nctrl <\/kbd> + c<\/kbd> and then ctrl <\/kbd> + v <\/kbd><\/p>\n

          So this example will create a shortcut to copy text from ctrl +c and also paste it using ctrl + v.<\/p>\n

          Examples of?kbd Tag in HTML<\/h3>\n

          Given below are the examples of kbd Tag in HTML:<\/p>\n

          Example #1 – This is a simple example of the tag.<\/h4>\n
          \n\n\nkbd tag<\/title>\n<style>\nkbd.key {\npadding: 3px 3px 0;\nborder-radius: 2px;\nborder: 1px solid #666;\nborder-color: blueviolet;}\n<\/style>\n<\/head>\n<body>\n<p>Copy some code using <kbd><kbd>Ctrl<\/kbd>+<kbd>c<\/kbd><\/kbd>.<\/p>\n<p>Paste copied code using <kbd><kbd>Ctrl<\/kbd>+<kbd>v<\/kbd><\/kbd>.<\/p>\n<p>Save all the details of the data using <kbd ><kbd class=\"key\" >Ctrl<\/kbd>+\n<kbd ??class=\"key\">s<\/kbd><\/kbd>.<\/p>\n<p>Create a new document by pressing <kbd><kbd class=\"key\">Ctrl<\/kbd>+\n<kbd ?class=\"key\">N<\/kbd><\/kbd>.<\/p>\n<\/body>\n<\/html><\/pre>\n<p><strong>Output: <\/strong><br>\n<img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543855989251.png\" alt=\"kbd Tag in HTML\" ><\/p>\n<h4>Example #2 – <kbd> tag using CSS properties.<\/h4>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<title>kbd tag<\/title>\n<style>\nkbd.font {\nfont-style: italic;\nfont-size: 20px;\n}\nkbd.cursive{\nfont-family: cursive;\n}\nkbd.fantasy{\nfont-family:fantasy;\ncolor:darkmagenta;\n}\nkbd.inherit{\nfont-family:inherit;\n}\nkbd.sans-serif{\nfont-family:sans-serif;\nbackground-color: aquamarine;\n}\nkbd.weight{\nfont-weight:bold;\n}\n<\/style>\n<\/head>\n<body>\n<h4>kbd tag uses Font style<\/h4>\n<p><kbd class=\"font\">The Whole world steps aside for the man who knows where he is going<\/kbd><hr>\n<h4>kbd tag uses Font Family<\/h4>\n<p><kbd class=\"cursive\">People rarely succeed unless they have fun in what they are doing<\/kbd>\n<p><kbd class=\"fantasy\">People rarely succeed unless they have fun in what they are doing<\/kbd>\n<p><kbd class=\" inherit\">People rarely succeed unless they have fun in what they are doing<\/kbd>\n<p><kbd class=\"sans-serif\">People rarely succeed unless they have fun in what they are doing<\/kbd>\n<hr>\n<h4>kbd tag uses Font weight <\/h4>\n<p><kbd class=\"weight\"> Only those who dare to fail greatly can ever achieve greatly<\/kbd>\n<hr>\n<\/body>\n<\/html><\/pre>\n<p><strong>Output:<\/strong><br>\n<img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543856080940.png\" alt=\"kbd Tag in HTML\" ><\/p>\n\n\n<h4>Example #3<\/h4>\n<pre><!DOCTYPE html>\n<html>\n<head>\n<title>HTML kbd Tag<\/title>\n<\/head>\n<body>\n<p>kbd tag to reopen previously closed tab by clicking\n<br>\n<br>\n<kbd>ctrl<\/kbd>+\n<kbd>shift<\/kbd>+\n<kbd>t<\/kbd>\n<\/body>\n<\/html><\/pre>\n<p><strong>Output:<\/strong><\/p>\n<p><img  src=\"https:\/\/img.php.cn\/upload\/article\/000\/000\/000\/172543856316224.png\" alt=\"kbd Tag in HTML\" ><\/p>\n<p>キーボードで Ctrl+Shift+T キーをクリックすると、ブラウザで以前に閉じたタブが再度開きます。<\/p>\n<h3>結(jié)論 – HTML の kbd タグ<\/h3>\n<p><kbd> HTML の タグは、テキストをキーボード入力として表示するために使用されます。等幅フォントです。このタグは、font-family、font-weight、font-color、background-color、font-size、font-style、text-decoration、white-space、text- などのさまざまな CSS プロパティを使用してスタイル設(shè)定できます。 Break、text-shadow、text-align –last、text-letter-spacing、text-overflow など<\/kbd><\/p>"}	</script>
          	
          <meta http-equiv="Cache-Control" content="no-transform" />
          <meta http-equiv="Cache-Control" content="no-siteapp" />
          <script>var V_PATH="/";window.onerror=function(){ return true; };</script>
          </head>
          
          <body data-commit-time="2023-12-28T14:50:12+08:00" class="editor_body body2_2">
          	<link rel="stylesheet" type="text/css" href="/static/csshw/stylehw.css">
          <header>
              <div   id="377j5v51b"   class="head">
                  <div   id="377j5v51b"   class="haed_left">
                      <div   id="377j5v51b"   class="haed_logo">
                          <a href="http://www.miracleart.cn/" title="" class="haed_logo_a">
                              <img src="/static/imghw/logo.png" alt="" class="haed_logoimg">
                          </a>
                      </div>
                      <div   id="377j5v51b"   class="head_nav">
                          <div   id="377j5v51b"   class="head_navs">
                              <a href="javascript:;" title="Community" class="head_nava head_nava-template1">Community</a>
                              <div   class="377j5v51b"   id="dropdown-template1" style="display: none;">
                                  <div   id="377j5v51b"   class="languagechoose">
                                      <a href="http://www.miracleart.cn/article.html" title="Articles" class="languagechoosea on">Articles</a>
                                      <a href="http://www.miracleart.cn/faq/zt" title="Topics" class="languagechoosea">Topics</a>
                                      <a href="http://www.miracleart.cn/wenda.html" title="Q&A" class="languagechoosea">Q&A</a>
                                  </div>
                              </div>
                          </div>
          
                          <div   id="377j5v51b"   class="head_navs">
                              <a href="javascript:;" title="Learn" class="head_nava head_nava-template1_1">Learn</a>
                              <div   class="377j5v51b"   id="dropdown-template1_1" style="display: none;">
                                  <div   id="377j5v51b"   class="languagechoose">
                                      <a href="http://www.miracleart.cn/course.html" title="Course" class="languagechoosea on">Course</a>
                                      <a href="http://www.miracleart.cn/dic/" title="Programming Dictionary" class="languagechoosea">Programming Dictionary</a>
                                  </div>
                              </div>
                          </div>
          
                          <div   id="377j5v51b"   class="head_navs">
                              <a href="javascript:;" title="Tools Library" class="head_nava head_nava-template1_2">Tools Library</a>
                              <div   class="377j5v51b"   id="dropdown-template1_2" style="display: none;">
                                  <div   id="377j5v51b"   class="languagechoose">
                                      <a href="http://www.miracleart.cn/toolset/development-tools" title="Development tools" class="languagechoosea on">Development tools</a>
                                      <a href="http://www.miracleart.cn/toolset/website-source-code" title="Website Source Code" class="languagechoosea">Website Source Code</a>
                                      <a href="http://www.miracleart.cn/toolset/php-libraries" title="PHP Libraries" class="languagechoosea">PHP Libraries</a>
                                      <a href="http://www.miracleart.cn/toolset/js-special-effects" title="JS special effects" class="languagechoosea on">JS special effects</a>
                                      <a href="http://www.miracleart.cn/toolset/website-materials" title="Website Materials" class="languagechoosea on">Website Materials</a>
                                      <a href="http://www.miracleart.cn/toolset/extension-plug-ins" title="Extension plug-ins" class="languagechoosea on">Extension plug-ins</a>
                                  </div>
                              </div>
                          </div>
          
                          <div   id="377j5v51b"   class="head_navs">
                              <a href="http://www.miracleart.cn/ai" title="AI Tools" class="head_nava head_nava-template1_3">AI Tools</a>
                          </div>
          
                          <div   id="377j5v51b"   class="head_navs">
                              <a href="javascript:;" title="Leisure" class="head_nava head_nava-template1_3">Leisure</a>
                              <div   class="377j5v51b"   id="dropdown-template1_3" style="display: none;">
                                  <div   id="377j5v51b"   class="languagechoose">
                                      <a href="http://www.miracleart.cn/game" title="Game Download" class="languagechoosea on">Game Download</a>
                                      <a href="http://www.miracleart.cn/mobile-game-tutorial/" title="Game Tutorials" class="languagechoosea">Game Tutorials</a>
          
                                  </div>
                              </div>
                          </div>
                      </div>
                  </div>
                              <div   id="377j5v51b"   class="head_search">
                          <input id="key_words"  onkeydown="if (event.keyCode == 13) searchs('en')" class="search-input" type="text" autocomplete="off" name="keywords" required="required" placeholder="Block,address,transaction,news" value="">
                          <a href="javascript:;" title="search"  onclick="searchs('en')"><img src="/static/imghw/find.png" alt="search"></a>
                      </div>
                          <div   id="377j5v51b"   class="head_right">
                      <div   id="377j5v51b"   class="haed_language">
                          <a href="javascript:;" class="layui-btn haed_language_btn">English<i class="layui-icon layui-icon-triangle-d"></i></a>
                          <div   class="377j5v51b"   id="dropdown-template" style="display: none;">
                              <div   id="377j5v51b"   class="languagechoose">
                                                          <a href="javascript:setlang('zh-cn');" title="簡體中文" class="languagechoosea">簡體中文</a>
                                                          <a href="javascript:;" title="English" class="languagechoosea">English</a>
                                                          <a href="javascript:setlang('zh-tw');" title="繁體中文" class="languagechoosea">繁體中文</a>
                                                          <a href="javascript:setlang('ja');" title="日本語" class="languagechoosea">日本語</a>
                                                          <a href="javascript:setlang('ko');" title="???" class="languagechoosea">???</a>
                                                          <a href="javascript:setlang('ms');" title="Melayu" class="languagechoosea">Melayu</a>
                                                          <a href="javascript:setlang('fr');" title="Fran?ais" class="languagechoosea">Fran?ais</a>
                                                          <a href="javascript:setlang('de');" title="Deutsch" class="languagechoosea">Deutsch</a>
                                                      </div>
                          </div>
                      </div>
                      <span id="377j5v51b"    class="head_right_line"></span>
                                      <div style="display: block;" id="login" class="haed_login ">
                              <a href="javascript:;"  title="Login" class="haed_logina ">Login</a>
                          </div>
                          <div style="display: block;" id="reg" class="head_signup login">
                              <a href="javascript:;"  title="singup" class="head_signupa">singup</a>
                          </div>
                      
                  </div>
              </div>
          </header>
          
          	
          	<main>
          		<div   id="377j5v51b"   class="Article_Details_main">
          			<div   id="377j5v51b"   class="Article_Details_main1">
          							<div   id="377j5v51b"   class="Article_Details_main1L">
          					<div   id="377j5v51b"   class="Article_Details_main1Lmain" id="Article_Details_main1Lmain">
          						<div   id="377j5v51b"   class="Article_Details_main1L1">Table of Contents</div>
          						<div   id="377j5v51b"   class="Article_Details_main1L2" id="Article_Details_main1L2">
          							<!-- 左側(cè)懸浮,文章定位標(biāo)題1 id="Article_Details_main1L2s_1"-->
          															<div   id="377j5v51b"   class="Article_Details_main1L2s ">
          									<a href="#Syntax" title="Syntax" >Syntax</a>
          								</div>
          																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
          									<a href="#How-Does-kbd-Tag-Work-in-HTML" title="How Does kbd Tag Work in HTML?" >How Does kbd Tag Work in HTML?</a>
          								</div>
          																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
          									<a href="#Examples-of-kbd-Tag-in-HTML" title="Examples of?kbd Tag in HTML" >Examples of?kbd Tag in HTML</a>
          								</div>
          																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
          									<a href="#Example-This-is-a-simple-example-of-the-lt-kbd-gt-tag" title="Example #1 – This is a simple example of the <kbd> tag." >Example #1 – This is a simple example of the <kbd> tag.</a>
          								</div>
          																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
          									<a href="#Example-lt-kbd-gt-tag-using-CSS-properties" title="Example #2 – <kbd> tag using CSS properties." >Example #2 – <kbd> tag using CSS properties.</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="#結(jié)論-HTML-の-kbd-タグ" title="結(jié)論 – HTML の kbd タグ" >結(jié)論 – HTML の kbd タグ</a>
          								</div>
          														</div>
          					</div>
          				</div>
          							<div   id="377j5v51b"   class="Article_Details_main1M">
          					<div   id="377j5v51b"   class="phpgenera_Details_mainL1">
          						<a href="http://www.miracleart.cn/" title="Home"
          							class="phpgenera_Details_mainL1a">Home</a>
          						<img src="/static/imghw/top_right.png" alt="" />
          												<a href="http://www.miracleart.cn/web-designer.html"
          							class="phpgenera_Details_mainL1a">Web Front-end</a>
          						<img src="/static/imghw/top_right.png" alt="" />
          												<a href="http://www.miracleart.cn/div-tutorial.html"
          							class="phpgenera_Details_mainL1a">HTML Tutorial</a>
          						<img src="/static/imghw/top_right.png" alt="" />
          						<span>kbd Tag in HTML</span>
          					</div>
          					
          					<div   id="377j5v51b"   class="Articlelist_txts">
          						<div   id="377j5v51b"   class="Articlelist_txts_info">
          							<h1 class="Articlelist_txts_title">kbd Tag in HTML</h1>
          							<div   id="377j5v51b"   class="Articlelist_txts_info_head">
          								<div   id="377j5v51b"   class="author_info">
          									<a href="http://www.miracleart.cn/member/887227.html"  class="author_avatar">
          									<img class="lazy"  data-src="https://img.php.cn/upload/avatar/000/887/227/63bb7851c9547215.jpg" src="/static/imghw/default1.png" alt="WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB">
          									</a>
          									<div   id="377j5v51b"   class="author_detail">
          																			<a href="http://www.miracleart.cn/member/887227.html" class="author_name">WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB</a>
                                          										</div>
          								</div>
                          			</div>
          							<span id="377j5v51b"    class="Articlelist_txts_time">Sep 04, 2024 pm	 04:29 PM</span>
          															<div   id="377j5v51b"   class="Articlelist_txts_infos">
          																			<span id="377j5v51b"    class="Articlelist_txts_infoss on">html</span>
          																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">html5</span>
          																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">HTML Tutorial</span>
          																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">HTML Properties</span>
          																			<span id="377j5v51b"    class="Articlelist_txts_infoss ">HTML tags</span>
          																	</div>
          														
          						</div>
          					</div>
          					<hr />
          					<div   id="377j5v51b"   class="article_main php-article">
          						<div   id="377j5v51b"   class="article-list-left detail-content-wrap content">
          						<ins class="adsbygoogle"
          							style="display:block; text-align:center;"
          							data-ad-layout="in-article"
          							data-ad-format="fluid"
          							data-ad-client="ca-pub-5902227090019525"
          							data-ad-slot="3461856641">
          						</ins>
          						
          
          					<p>The following article outlines the kbd tag in HTML. The <kbd> tag in HTML helps to recognize text which is defined by the user’s keyboard input. It is used to take input from the keyboard. It is mainly used whenever there is a need to display text which the user enters through their keyboard. It comes under the category of the tag known as the phrase tag. This is also known as an inline element. The default font set to this tag is monospace from the font family. One can use different style codes to improve the text’s look and feel included within the <kbd> tag. It always contains text which one can easily type through a keyboard.</p>
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          
          <h3 id="Syntax">Syntax</h3>
          <p>The <kbd> tag defined in the HTML within opening <kbd> and closing </kbd> tag.</p>
          <p>The text enclosed within this tag as follows:</p>
          <pre class="brush:php;toolbar:false"><!DOCTYPE html>
          <html>
          <head>
          <title>Title of the document</title>
          </head>
          <body>
          <p>Kbd tag in HTML
          < kbd> Text </kbd> <kbd> Text </kbd> <kbd> Text </kbd>
          </body>
          </html></pre>
          <p>This <kbd> tag is known as phrase tag, which includes font format in monospace type. One can change the styling of the text included within the <kbd> tag using different CSS properties as follows:</p>
          <ol>
          <li>To change the text’s font style, one can use CSS-font-style attribute to the text so text can be normal, italic, initial, etc.</li>
          <li>Basically, the text enclosed within <kbd> is in monospace format, but it can be changed by using CSS-font-family So; it can display a list of multiple font families so one can choose appropriate among them to the text.</li>
          <li>It is also possible to change the text size by using CSS-font-size.</li>
          <li>One can change font-weight by using property CSS-font-weight to show text in bold or thick format. It is also possible to make text capitalize or take control over text cases through CSS-text-transform.</li>
          <li>For the text-decoration purpose, we can use property like CSS-text-decoration, which helps to color the text, text-decoration with lines, text-decoration style, etc. In brief, text-decoration-color uses 2 attributes like CSS-color for text color purpose and CSS-background-color to set color as the background.</li>
          </ol>
          <p>For setting text layout style to the <kbd> tag, there are different properties into the CSS are as follows:</p>
          <ol>
          <li>To handle white spaces from the text, one can use CSS-white space.</li>
          <li>To show overflowed text content that is not displayed to the user can use CSS-text-overflow.</li>
          <li>To give a break within the line or words can be done using CSS-word-break.</li>
          <li>To give shadow to the text by using property CSS-text-shadow.</li>
          <li>To align text at the last position of the line can be used with the property CSS-text-align-last.</li>
          <li>To give spaces in between letters or characters by using CSS-letter-spacing property.</li>
          <li>To define the height of the line, one can use the property CSS-line-height.</li>
          <li>To define space in between words is possible by using CSS-word-spacing.</li>
          </ol>
          <ul>
          <li><kbd> tag in HTML doesn’t have any special attributes. It was going to support Global attributes as well as Event attributes available in HTML.</li>
          <li>This tag is always used within the <body> section.
          </li>
          </ul>
          <h3 id="How-Does-kbd-Tag-Work-in-HTML">How Does kbd Tag Work in HTML?</h3>
          <p><kbd> tag is one of the most useful tags used in HTML for various purposes. The main use of <kbd> tag into the user documentation. Because it helps to show the text which is going to be typed on the keyboard. It is a fantastic and helpful element in HTML.<kbd> the tag also used to create keyboard shortcuts.</p>
          <p>That will help create a new document, save the document, open it in a new tab, etc. It works on various CSS properties for styled output. Suppose we are going to create a keyboard shortcut using <kbd> tag in HTML. Here we are copying some text and paste it.</p>
          
          
          <p>So we will do this thing using <kbd>tag through short cuts as follows:<br>
          <p><br>
          <kbd>ctrl </kbd> + <kbd>c</kbd> and then <kbd>ctrl </kbd> + <kbd>v </kbd></p>
          <p>So this example will create a shortcut to copy text from ctrl +c and also paste it using ctrl + v.</p>
          <h3 id="Examples-of-kbd-Tag-in-HTML">Examples of?kbd Tag in HTML</h3>
          <p>Given below are the examples of kbd Tag in HTML:</p>
          <h4 id="Example-This-is-a-simple-example-of-the-lt-kbd-gt-tag">Example #1 – This is a simple example of the <kbd> tag.</h4>
          <pre class="brush:php;toolbar:false"><!DOCTYPE html>
          <html>
          <head>
          <title>kbd tag</title>
          <style>
          kbd.key {
          padding: 3px 3px 0;
          border-radius: 2px;
          border: 1px solid #666;
          border-color: blueviolet;}
          </style>
          </head>
          <body>
          <p>Copy some code using <kbd><kbd>Ctrl</kbd>+<kbd>c</kbd></kbd>.</p>
          <p>Paste copied code using <kbd><kbd>Ctrl</kbd>+<kbd>v</kbd></kbd>.</p>
          <p>Save all the details of the data using <kbd ><kbd class="key" >Ctrl</kbd>+
          <kbd ??class="key">s</kbd></kbd>.</p>
          <p>Create a new document by pressing <kbd><kbd class="key">Ctrl</kbd>+
          <kbd ?class="key">N</kbd></kbd>.</p>
          </body>
          </html></pre>
          <p><strong>Output: </strong><br>
          <img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543855989251.png" class="lazy" alt="kbd Tag in HTML" ></p>
          <h4 id="Example-lt-kbd-gt-tag-using-CSS-properties">Example #2 – <kbd> tag using CSS properties.</h4>
          <pre class="brush:php;toolbar:false"><!DOCTYPE html>
          <html>
          <head>
          <title>kbd tag</title>
          <style>
          kbd.font {
          font-style: italic;
          font-size: 20px;
          }
          kbd.cursive{
          font-family: cursive;
          }
          kbd.fantasy{
          font-family:fantasy;
          color:darkmagenta;
          }
          kbd.inherit{
          font-family:inherit;
          }
          kbd.sans-serif{
          font-family:sans-serif;
          background-color: aquamarine;
          }
          kbd.weight{
          font-weight:bold;
          }
          </style>
          </head>
          <body>
          <h4>kbd tag uses Font style</h4>
          <p><kbd class="font">The Whole world steps aside for the man who knows where he is going</kbd><hr>
          <h4>kbd tag uses Font Family</h4>
          <p><kbd class="cursive">People rarely succeed unless they have fun in what they are doing</kbd>
          <p><kbd class="fantasy">People rarely succeed unless they have fun in what they are doing</kbd>
          <p><kbd class=" inherit">People rarely succeed unless they have fun in what they are doing</kbd>
          <p><kbd class="sans-serif">People rarely succeed unless they have fun in what they are doing</kbd>
          <hr>
          <h4>kbd tag uses Font weight </h4>
          <p><kbd class="weight"> Only those who dare to fail greatly can ever achieve greatly</kbd>
          <hr>
          </body>
          </html></pre>
          <p><strong>Output:</strong><br>
          <img  src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/172543856080940.png" class="lazy" alt="kbd Tag in HTML" ></p>
          
          
          <h4 id="Example">Example #3</h4>
          <pre class="brush:php;toolbar:false"><!DOCTYPE html>
          <html>
          <head>
          <title>HTML kbd Tag</title>
          </head>
          <body>
          <p>kbd tag to reopen previously closed tab by clicking
          <br>
          <br>
          <kbd>ctrl</kbd>+
          <kbd>shift</kbd>+
          <kbd>t</kbd>
          </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/172543856316224.png" class="lazy" alt="kbd Tag in HTML" ></p>
          <p>キーボードで Ctrl+Shift+T キーをクリックすると、ブラウザで以前に閉じたタブが再度開きます。</p>
          <h3 id="結(jié)論-HTML-の-kbd-タグ">結(jié)論 – HTML の kbd タグ</h3>
          <p><kbd> HTML の タグは、テキストをキーボード入力として表示するために使用されます。等幅フォントです。このタグは、font-family、font-weight、font-color、background-color、font-size、font-style、text-decoration、white-space、text- などのさまざまな CSS プロパティを使用してスタイル設(shè)定できます。 Break、text-shadow、text-align –last、text-letter-spacing、text-overflow など</kbd></p><p>The above is the detailed content of kbd Tag in HTML. For more information, please follow other related articles on the PHP Chinese website!</p>
          
          
          						</div>
          					</div>
          					<div   id="377j5v51b"   class="wzconShengming_sp">
          						<div   id="377j5v51b"   class="bzsmdiv_sp">Statement of this Website</div>
          						<div>The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn</div>
          					</div>
          				</div>
          
          				<ins class="adsbygoogle"
               style="display:block"
               data-ad-format="autorelaxed"
               data-ad-client="ca-pub-5902227090019525"
               data-ad-slot="2507867629"></ins>
          
          
          
          				<div   id="377j5v51b"   class="AI_ToolDetails_main4sR">
          
          
          				<ins class="adsbygoogle"
                  style="display:block"
                  data-ad-client="ca-pub-5902227090019525"
                  data-ad-slot="3653428331"
                  data-ad-format="auto"
                  data-full-width-responsive="true"></ins>
              
          
          
          					<!-- <div   id="377j5v51b"   class="phpgenera_Details_mainR4">
          						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
          							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
          								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          									src="/static/imghw/hotarticle2.png" alt="" />
          								<h2>Hot Article</h2>
          							</div>
          							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/1796821119.html" title="Guide: Stellar Blade Save File Location/Save File Lost/Not Saving" class="phpgenera_Details_mainR4_bottom_title">Guide: Stellar Blade Save File Location/Save File Lost/Not Saving</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<span>4 weeks ago</span>
          										<span>By DDD</span>
          									</div>
          								</div>
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/1796828723.html" title="Agnes Tachyon Build Guide | A Pretty Derby Musume" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide | A Pretty Derby Musume</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<span>2 weeks ago</span>
          										<span>By Jack chen</span>
          									</div>
          								</div>
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/1796827210.html" title="Oguri Cap Build Guide | A Pretty Derby Musume" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide | A Pretty Derby Musume</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<span>2 weeks ago</span>
          										<span>By Jack chen</span>
          									</div>
          								</div>
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/1796821436.html" title="Dune: Awakening - Advanced Planetologist Quest Walkthrough" class="phpgenera_Details_mainR4_bottom_title">Dune: Awakening - Advanced Planetologist Quest Walkthrough</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<span>4 weeks ago</span>
          										<span>By Jack chen</span>
          									</div>
          								</div>
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/1796821278.html" title="Date Everything: Dirk And Harper Relationship Guide" class="phpgenera_Details_mainR4_bottom_title">Date Everything: Dirk And Harper Relationship Guide</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<span>4 weeks ago</span>
          										<span>By Jack chen</span>
          									</div>
          								</div>
          														</div>
          							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
          								<a href="http://www.miracleart.cn/article.html">Show More</a>
          							</div>
          						</div>
          					</div> -->
          
          
          											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
          							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
          								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
          									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          										src="/static/imghw/hottools2.png" alt="" />
          									<h2>Hot AI Tools</h2>
          								</div>
          								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
          																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
          											<a href="http://www.miracleart.cn/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_top_img">
          												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173410641626608.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undress AI Tool" />
          											</a>
          											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
          												<a href="http://www.miracleart.cn/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title">
          													<h3>Undress AI Tool</h3>
          												</a>
          												<p>Undress images for free</p>
          											</div>
          										</div>
          																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
          											<a href="http://www.miracleart.cn/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_top_img">
          												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411540686492.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undresser.AI Undress" />
          											</a>
          											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
          												<a href="http://www.miracleart.cn/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title">
          													<h3>Undresser.AI Undress</h3>
          												</a>
          												<p>AI-powered app for creating realistic nude photos</p>
          											</div>
          										</div>
          																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
          											<a href="http://www.miracleart.cn/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_top_img">
          												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411552797167.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Clothes Remover" />
          											</a>
          											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
          												<a href="http://www.miracleart.cn/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title">
          													<h3>AI Clothes Remover</h3>
          												</a>
          												<p>Online AI tool for removing clothes from photos.</p>
          											</div>
          										</div>
          																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
          											<a href="http://www.miracleart.cn/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_top_img">
          												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411529149311.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Clothoff.io" />
          											</a>
          											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
          												<a href="http://www.miracleart.cn/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_title">
          													<h3>Clothoff.io</h3>
          												</a>
          												<p>AI clothes remover</p>
          											</div>
          										</div>
          																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
          											<a href="http://www.miracleart.cn/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_top_img">
          												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173414504068133.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Video Face Swap" />
          											</a>
          											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
          												<a href="http://www.miracleart.cn/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_title">
          													<h3>Video Face Swap</h3>
          												</a>
          												<p>Swap faces in any video effortlessly with our completely free AI face swap tool!</p>
          											</div>
          										</div>
          																</div>
          								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
          									<a href="http://www.miracleart.cn/ai">Show More</a>
          								</div>
          							</div>
          						</div>
          					
          
          
          					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
          						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
          							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
          								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          									src="/static/imghw/hotarticle2.png" alt="" />
          								<h2>Hot Article</h2>
          							</div>
          							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/1796821119.html" title="Guide: Stellar Blade Save File Location/Save File Lost/Not Saving" class="phpgenera_Details_mainR4_bottom_title">Guide: Stellar Blade Save File Location/Save File Lost/Not Saving</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<span>4 weeks ago</span>
          										<span>By DDD</span>
          									</div>
          								</div>
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/1796828723.html" title="Agnes Tachyon Build Guide | A Pretty Derby Musume" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide | A Pretty Derby Musume</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<span>2 weeks ago</span>
          										<span>By Jack chen</span>
          									</div>
          								</div>
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/1796827210.html" title="Oguri Cap Build Guide | A Pretty Derby Musume" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide | A Pretty Derby Musume</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<span>2 weeks ago</span>
          										<span>By Jack chen</span>
          									</div>
          								</div>
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/1796821436.html" title="Dune: Awakening - Advanced Planetologist Quest Walkthrough" class="phpgenera_Details_mainR4_bottom_title">Dune: Awakening - Advanced Planetologist Quest Walkthrough</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<span>4 weeks ago</span>
          										<span>By Jack chen</span>
          									</div>
          								</div>
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/1796821278.html" title="Date Everything: Dirk And Harper Relationship Guide" class="phpgenera_Details_mainR4_bottom_title">Date Everything: Dirk And Harper Relationship Guide</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<span>4 weeks ago</span>
          										<span>By Jack chen</span>
          									</div>
          								</div>
          														</div>
          							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
          								<a href="http://www.miracleart.cn/article.html">Show More</a>
          							</div>
          						</div>
          					</div>
          
          
          											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
          							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
          								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
          									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          										src="/static/imghw/hottools2.png" alt="" />
          									<h2>Hot Tools</h2>
          								</div>
          								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
          																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
          											<a href="http://www.miracleart.cn/toolset/development-tools/92" title="Notepad++7.3.1" class="phpmain_tab2_mids_top_img">
          												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab96f0f39f7357.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="Notepad++7.3.1" />
          											</a>
          											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
          												<a href="http://www.miracleart.cn/toolset/development-tools/92" title="Notepad++7.3.1" class="phpmain_tab2_mids_title">
          													<h3>Notepad++7.3.1</h3>
          												</a>
          												<p>Easy-to-use and free code editor</p>
          											</div>
          										</div>
          																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
          											<a href="http://www.miracleart.cn/toolset/development-tools/93" title="SublimeText3 Chinese version" class="phpmain_tab2_mids_top_img">
          												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97a3baad9677.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Chinese version" />
          											</a>
          											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
          												<a href="http://www.miracleart.cn/toolset/development-tools/93" title="SublimeText3 Chinese version" class="phpmain_tab2_mids_title">
          													<h3>SublimeText3 Chinese version</h3>
          												</a>
          												<p>Chinese version, very easy to use</p>
          											</div>
          										</div>
          																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
          											<a href="http://www.miracleart.cn/toolset/development-tools/121" title="Zend Studio 13.0.1" class="phpmain_tab2_mids_top_img">
          												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97ecd1ab2670.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="Zend Studio 13.0.1" />
          											</a>
          											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
          												<a href="http://www.miracleart.cn/toolset/development-tools/121" title="Zend Studio 13.0.1" class="phpmain_tab2_mids_title">
          													<h3>Zend Studio 13.0.1</h3>
          												</a>
          												<p>Powerful PHP integrated development environment</p>
          											</div>
          										</div>
          																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
          											<a href="http://www.miracleart.cn/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_top_img">
          												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d0e0fc74683535.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="Dreamweaver CS6" />
          											</a>
          											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
          												<a href="http://www.miracleart.cn/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_title">
          													<h3>Dreamweaver CS6</h3>
          												</a>
          												<p>Visual web development tools</p>
          											</div>
          										</div>
          																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
          											<a href="http://www.miracleart.cn/toolset/development-tools/500" title="SublimeText3 Mac version" class="phpmain_tab2_mids_top_img">
          												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d34035e2757995.png?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Mac version" />
          											</a>
          											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
          												<a href="http://www.miracleart.cn/toolset/development-tools/500" title="SublimeText3 Mac version" class="phpmain_tab2_mids_title">
          													<h3>SublimeText3 Mac version</h3>
          												</a>
          												<p>God-level code editing software (SublimeText3)</p>
          											</div>
          										</div>
          																	</div>
          								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
          									<a href="http://www.miracleart.cn/ai">Show More</a>
          								</div>
          							</div>
          						</div>
          										
          
          					
          					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
          						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
          							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
          								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          									src="/static/imghw/hotarticle2.png" alt="" />
          								<h2>Hot Topics</h2>
          							</div>
          							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/gmailyxdlrkzn" title="Where is the login entrance for gmail email?" class="phpgenera_Details_mainR4_bottom_title">Where is the login entrance for gmail email?</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
          											<img src="/static/imghw/eyess.png" alt="" />
          											<span>8638</span>
          										</div>
          										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
          											<img src="/static/imghw/tiezi.png" alt="" />
          											<span>17</span>
          										</div>
          									</div>
          								</div>
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/java-tutorial" title="Java Tutorial" class="phpgenera_Details_mainR4_bottom_title">Java Tutorial</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
          											<img src="/static/imghw/eyess.png" alt="" />
          											<span>1783</span>
          										</div>
          										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
          											<img src="/static/imghw/tiezi.png" alt="" />
          											<span>16</span>
          										</div>
          									</div>
          								</div>
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/cakephp-tutor" title="CakePHP Tutorial" class="phpgenera_Details_mainR4_bottom_title">CakePHP Tutorial</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
          											<img src="/static/imghw/eyess.png" alt="" />
          											<span>1728</span>
          										</div>
          										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
          											<img src="/static/imghw/tiezi.png" alt="" />
          											<span>56</span>
          										</div>
          									</div>
          								</div>
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/laravel-tutori" title="Laravel Tutorial" class="phpgenera_Details_mainR4_bottom_title">Laravel Tutorial</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
          											<img src="/static/imghw/eyess.png" alt="" />
          											<span>1579</span>
          										</div>
          										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
          											<img src="/static/imghw/tiezi.png" alt="" />
          											<span>28</span>
          										</div>
          									</div>
          								</div>
          															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
          									<a href="http://www.miracleart.cn/faq/php-tutorial" title="PHP Tutorial" class="phpgenera_Details_mainR4_bottom_title">PHP Tutorial</a>
          									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
          										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
          											<img src="/static/imghw/eyess.png" alt="" />
          											<span>1444</span>
          										</div>
          										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
          											<img src="/static/imghw/tiezi.png" alt="" />
          											<span>31</span>
          										</div>
          									</div>
          								</div>
          														</div>
          							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
          								<a href="http://www.miracleart.cn/faq/zt">Show More</a>
          							</div>
          						</div>
          					</div>
          				</div>
          			</div>
          							<div   id="377j5v51b"   class="Article_Details_main2">
          					<div   id="377j5v51b"   class="phpgenera_Details_mainL4">
          						<div   id="377j5v51b"   class="phpmain1_2_top">
          							<a href="javascript:void(0);" class="phpmain1_2_top_title">Related knowledge<img
          									src="/static/imghw/index2_title2.png" alt="" /></a>
          						</div>
          						<div   id="377j5v51b"   class="phpgenera_Details_mainL4_info">
          
          													<div   id="377j5v51b"   class="phphistorical_Version2_mids">
          								<a href="http://www.miracleart.cn/faq/1796829177.html" title="What are the essential HTML elements for structuring a webpage?" class="phphistorical_Version2_mids_img">
          									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148129241939.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="What are the essential HTML elements for structuring a webpage?" />
          								</a>
          								<a href="http://www.miracleart.cn/faq/1796829177.html" title="What are the essential HTML elements for structuring a webpage?" class="phphistorical_Version2_mids_title">What are the essential HTML elements for structuring a webpage?</a>
          								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:34 AM</span>
          								<p class="Articlelist_txts_p">The web page structure needs to be supported by core HTML elements. 1. The overall structure of the page is composed of , , which is the root element, which stores meta information and displays the content; 2. The content organization relies on title (-), paragraph () and block tags (such as ,) to improve organizational structure and SEO; 3. Navigation is implemented through and implemented, commonly used organizations are linked and supplemented with aria-current attribute to enhance accessibility; 4. Form interaction involves , , and , to ensure the complete user input and submission functions. Proper use of these elements can improve page clarity, maintenance and search engine optimization.</p>
          							</div>
          														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
          								<a href="http://www.miracleart.cn/faq/1796829157.html" title="Handling reconnections and errors with HTML5 Server-Sent Events." class="phphistorical_Version2_mids_img">
          									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148089165625.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Handling reconnections and errors with HTML5 Server-Sent Events." />
          								</a>
          								<a href="http://www.miracleart.cn/faq/1796829157.html" title="Handling reconnections and errors with HTML5 Server-Sent Events." class="phphistorical_Version2_mids_title">Handling reconnections and errors with HTML5 Server-Sent Events.</a>
          								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:28 AM</span>
          								<p class="Articlelist_txts_p">When using HTML5SSE, the methods to deal with reconnection and errors include: 1. Understand the default reconnection mechanism. EventSource retrys 3 seconds after the connection is interrupted by default. You can customize the interval through the retry field; 2. Listen to the error event to deal with connection failure or parsing errors, distinguish error types and execute corresponding logic, such as network problems relying on automatic reconnection, server errors manually delay reconnection, and authentication failure refresh token; 3. Actively control the reconnection logic, such as manually closing and rebuilding the connection, setting the maximum number of retry times, combining navigator.onLine to judge network status to optimize the retry strategy. These measures can improve application stability and user experience.</p>
          							</div>
          														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
          								<a href="http://www.miracleart.cn/faq/1796829178.html" title="Declaring the correct HTML5 doctype for modern pages." class="phphistorical_Version2_mids_img">
          									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148132111973.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Declaring the correct HTML5 doctype for modern pages." />
          								</a>
          								<a href="http://www.miracleart.cn/faq/1796829178.html" title="Declaring the correct HTML5 doctype for modern pages." class="phphistorical_Version2_mids_title">Declaring the correct HTML5 doctype for modern pages.</a>
          								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:35 AM</span>
          								<p class="Articlelist_txts_p">Doctype is a statement that tells the browser which HTML standard to use to parse the page. Modern web pages only need to be written at the beginning of the HTML file. Its function is to ensure that the browser renders the page in standard mode rather than weird mode, and must be located on the first line, with no spaces or comments in front of it; there is only one correct way to write it, and it is not recommended to use old versions or other variants; other such as charset, viewport, etc. should be placed in part.</p>
          							</div>
          														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
          								<a href="http://www.miracleart.cn/faq/1796829167.html" title="Implementing client-side form validation using HTML attributes." class="phphistorical_Version2_mids_img">
          									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175148109151878.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Implementing client-side form validation using HTML attributes." />
          								</a>
          								<a href="http://www.miracleart.cn/faq/1796829167.html" title="Implementing client-side form validation using HTML attributes." class="phphistorical_Version2_mids_title">Implementing client-side form validation using HTML attributes.</a>
          								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 03, 2025 am	 02:31 AM</span>
          								<p class="Articlelist_txts_p">Client-sideformvalidationcanbedonewithoutJavaScriptbyusingHTMLattributes.1)Userequiredtoenforcemandatoryfields.2)ValidateemailsandURLswithtypeattributeslikeemailorurl,orusepatternwithregexforcustomformats.3)Limitvaluesusingmin,max,minlength,andmaxlen</p>
          							</div>
          														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
          								<a href="http://www.miracleart.cn/faq/1796829956.html" title="How to group options within a select dropdown using html?" class="phphistorical_Version2_mids_img">
          									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175157020270129.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="How to group options within a select dropdown using html?" />
          								</a>
          								<a href="http://www.miracleart.cn/faq/1796829956.html" title="How to group options within a select dropdown using html?" class="phphistorical_Version2_mids_title">How to group options within a select dropdown using html?</a>
          								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 04, 2025 am	 03:16 AM</span>
          								<p class="Articlelist_txts_p">Use tags in HTML to group options in the drop-down menu. The specific method is to wrap a group of elements and define the group name through the label attribute, such as: 1. Contains options such as apples, bananas, oranges, etc.; 2. Contains options such as carrots, broccoli, etc.; 3. Each is an independent group, and the options within the group are automatically indented. Notes include: ① No nesting is supported; ② The entire group can be disabled through the disabled attribute; ③ The style is restricted and needs to be beautified in combination with CSS or third-party libraries; plug-ins such as Select2 can be used to enhance functions.</p>
          							</div>
          														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
          								<a href="http://www.miracleart.cn/faq/1796831880.html" title="Implementing Clickable Buttons Using the HTML button Element" class="phphistorical_Version2_mids_img">
          									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175182671121571.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Implementing Clickable Buttons Using the HTML button Element" />
          								</a>
          								<a href="http://www.miracleart.cn/faq/1796831880.html" title="Implementing Clickable Buttons Using the HTML button Element" class="phphistorical_Version2_mids_title">Implementing Clickable Buttons Using the HTML button Element</a>
          								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 07, 2025 am	 02:31 AM</span>
          								<p class="Articlelist_txts_p">To use HTML button elements to achieve clickable buttons, you must first master its basic usage and common precautions. 1. Create buttons with tags and define behaviors through type attributes (such as button, submit, reset), which is submitted by default; 2. Add interactive functions through JavaScript, which can be written inline or bind event listeners through ID to improve maintenance; 3. Use CSS to customize styles, including background color, border, rounded corners and hover/active status effects to enhance user experience; 4. Pay attention to common problems: make sure that the disabled attribute is not enabled, JS events are correctly bound, layout occlusion, and use the help of developer tools to troubleshoot exceptions. Master this</p>
          							</div>
          														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
          								<a href="http://www.miracleart.cn/faq/1796835653.html" title="Integrating CSS and JavaScript effectively with HTML5 structure." class="phphistorical_Version2_mids_img">
          									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175226046128038.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Integrating CSS and JavaScript effectively with HTML5 structure." />
          								</a>
          								<a href="http://www.miracleart.cn/faq/1796835653.html" title="Integrating CSS and JavaScript effectively with HTML5 structure." class="phphistorical_Version2_mids_title">Integrating CSS and JavaScript effectively with HTML5 structure.</a>
          								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 12, 2025 am	 03:01 AM</span>
          								<p class="Articlelist_txts_p">HTML5, CSS and JavaScript should be efficiently combined with semantic tags, reasonable loading order and decoupling design. 1. Use HTML5 semantic tags, such as improving structural clarity and maintainability, which is conducive to SEO and barrier-free access; 2. CSS should be placed in, use external files and split by module to avoid inline styles and delayed loading problems; 3. JavaScript is recommended to be introduced in front, and use defer or async to load asynchronously to avoid blocking rendering; 4. Reduce strong dependence between the three, drive behavior through data-* attributes and class name control status, and improve collaboration efficiency through unified naming specifications. These methods can effectively optimize page performance and collaborate with teams.</p>
          							</div>
          														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
          								<a href="http://www.miracleart.cn/faq/1796832574.html" title="Submitting Form Data Using New HTML5 Methods (FormData)" class="phphistorical_Version2_mids_img">
          									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
          										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175191288234525.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Submitting Form Data Using New HTML5 Methods (FormData)" />
          								</a>
          								<a href="http://www.miracleart.cn/faq/1796832574.html" title="Submitting Form Data Using New HTML5 Methods (FormData)" class="phphistorical_Version2_mids_title">Submitting Form Data Using New HTML5 Methods (FormData)</a>
          								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 08, 2025 am	 02:28 AM</span>
          								<p class="Articlelist_txts_p">It is more convenient to submit form data using HTML5's FormData API. 1. It can automatically collect form fields with name attribute or manually add data; 2. It supports submission in multipart/form-data format through fetch or XMLHttpRequest, which is suitable for file upload; 3. When processing files, you only need to append the file to FormData and send a request; 4. Note that the same name field will be overwritten, and JSON conversion and no nesting structure need to be handled.</p>
          							</div>
          													</div>
          
          													<a href="http://www.miracleart.cn/web-designer.html" class="phpgenera_Details_mainL4_botton">
          								<span>See all articles</span>
          								<img src="/static/imghw/down_right.png" alt="" />
          							</a>
          											</div>
          				</div>
          					</div>
          	</main>
          	<footer>
              <div   id="377j5v51b"   class="footer">
                  <div   id="377j5v51b"   class="footertop">
                      <img src="/static/imghw/logo.png" alt="">
                      <p>Public welfare online PHP training,Help PHP learners grow quickly!</p>
                  </div>
                  <div   id="377j5v51b"   class="footermid">
                      <a href="http://www.miracleart.cn/about/us.html">About us</a>
                      <a href="http://www.miracleart.cn/about/disclaimer.html">Disclaimer</a>
                      <a href="http://www.miracleart.cn/update/article_0_1.html">Sitemap</a>
                  </div>
                  <div   id="377j5v51b"   class="footerbottom">
                      <p>
                          ? php.cn All rights reserved
                      </p>
                  </div>
              </div>
          </footer>
          
          <input type="hidden" id="verifycode" value="/captcha.html">
          
          
          
          
          		<link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all' />
          	
          	
          	
          	
          	
          
          	
          	
          
          
          
          
          
          <footer>
          <div class="friendship-link">
          <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p>
          <a href="http://www.miracleart.cn/" title="国产av日韩一区二区三区精品">国产av日韩一区二区三区精品</a>
          
          <div class="friend-links">
          
          
          </div>
          </div>
          
          </footer>
          
          
          <script>
          (function(){
              var bp = document.createElement('script');
              var curProtocol = window.location.protocol.split(':')[0];
              if (curProtocol === 'https') {
                  bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
              }
              else {
                  bp.src = 'http://push.zhanzhang.baidu.com/push.js';
              }
              var s = document.getElementsByTagName("script")[0];
              s.parentNode.insertBefore(bp, s);
          })();
          </script>
          </body><div id="qaeoa" class="pl_css_ganrao" style="display: none;"><s id="qaeoa"><center id="qaeoa"><tr id="qaeoa"></tr></center></s><noframes id="qaeoa"><code id="qaeoa"><dd id="qaeoa"></dd></code></noframes><input id="qaeoa"></input><pre id="qaeoa"></pre><table id="qaeoa"></table><em id="qaeoa"></em><tr id="qaeoa"></tr><small id="qaeoa"><center id="qaeoa"><em id="qaeoa"></em></center></small><object id="qaeoa"><dfn id="qaeoa"><li id="qaeoa"></li></dfn></object><blockquote id="qaeoa"><em id="qaeoa"><th id="qaeoa"></th></em></blockquote><rt id="qaeoa"></rt><button id="qaeoa"><bdo id="qaeoa"><wbr id="qaeoa"></wbr></bdo></button><tbody id="qaeoa"><tr id="qaeoa"><nav id="qaeoa"></nav></tr></tbody><tfoot id="qaeoa"></tfoot><strike id="qaeoa"></strike><code id="qaeoa"></code><xmp id="qaeoa"></xmp><dfn id="qaeoa"></dfn><th id="qaeoa"></th><pre id="qaeoa"><tbody id="qaeoa"><td id="qaeoa"></td></tbody></pre><ul id="qaeoa"><input id="qaeoa"><strike id="qaeoa"></strike></input></ul><pre id="qaeoa"><abbr id="qaeoa"><menu id="qaeoa"></menu></abbr></pre><th id="qaeoa"></th><li id="qaeoa"></li><input id="qaeoa"><sup id="qaeoa"><li id="qaeoa"></li></sup></input><s id="qaeoa"><pre id="qaeoa"><abbr id="qaeoa"></abbr></pre></s><delect id="qaeoa"><pre id="qaeoa"><dl id="qaeoa"></dl></pre></delect><em id="qaeoa"></em><ul id="qaeoa"></ul><abbr id="qaeoa"><menu id="qaeoa"><tbody id="qaeoa"></tbody></menu></abbr><center id="qaeoa"><table id="qaeoa"><strike id="qaeoa"></strike></table></center><strike id="qaeoa"><kbd id="qaeoa"><wbr id="qaeoa"></wbr></kbd></strike><optgroup id="qaeoa"></optgroup><kbd id="qaeoa"></kbd><strong id="qaeoa"></strong><tr id="qaeoa"><li id="qaeoa"><object id="qaeoa"></object></li></tr><th id="qaeoa"><ul id="qaeoa"><table id="qaeoa"></table></ul></th><sup id="qaeoa"></sup><tbody id="qaeoa"></tbody><tfoot id="qaeoa"><tr id="qaeoa"><rt id="qaeoa"></rt></tr></tfoot><strong id="qaeoa"></strong><input id="qaeoa"></input><tbody id="qaeoa"></tbody><button id="qaeoa"><dl id="qaeoa"><delect id="qaeoa"></delect></dl></button><bdo id="qaeoa"><wbr id="qaeoa"><button id="qaeoa"></button></wbr></bdo><delect id="qaeoa"></delect><em id="qaeoa"></em><tr id="qaeoa"></tr><dd id="qaeoa"></dd><ul id="qaeoa"></ul></div>
          
          </html>