{"id":532,"date":"2009-07-19T11:00:00","date_gmt":"2009-07-19T03:00:00","guid":{"rendered":""},"modified":"2013-11-27T20:36:42","modified_gmt":"2013-11-27T12:36:42","slug":"css%e4%b8%ad%e7%9a%84float%e5%92%8cclear%e5%b1%9e%e6%80%a7","status":"publish","type":"post","link":"https:\/\/kyle.ai\/blog\/532.html","title":{"rendered":"CSS\u4e2d\u7684float\u548cclear\u5c5e\u6027"},"content":{"rendered":"<p>\u9875\u9762design\u4e2d\uff0c\u7528CSS\u63a7\u5236\u5e03\u5c40\u65f6float\u4e0eclear\u5c5e\u6027\u7684\u8fd0\u7528\u81f3\u5173\u91cd\u8981\uff0c\u4e00\u5b9a\u8981\u7406\u89e3\u6e05\u695a\u3002\u4e0b\u9762\u7528\u6211\u81ea\u5df1\u6478\u7d22\u548c\u7f51\u7edc\u4e0a\u6574\u7406\u7684\u5185\u5bb9\u52a0\u4ee5\u603b\u7ed3\u3002<br \/>\n\u7b2c\u4e00\uff0c\u5fc5\u987b\u8981\u660e\u767d\u4e24\u4ef6\u4e8b\uff1a<br \/>\n1 .\u6d4f\u89c8\u5668\u4e8b\u6309\u7167HTML\u4ee3\u7801\u4e2d\u5bf9\u8c61\u58f0\u660e\u7684\u5148\u540e\u987a\u5e8f,\u4ee5\u6d41\u5e03\u5c40\u7684\u65b9\u5f0f\u6765\u663e\u793a\u5bf9\u8c61\u7684.<br \/>\n2.HTML\u4e2d\u7684\u6240\u6709\u5bf9\u8c61\u51e0\u4e4e\u90fd\u9ed8\u8ba4\u5206\u4e3a\u4e24\u79cd: block\u5bf9\u8c61\u548cin-line\u5bf9\u8c61. \u5176\u4e2d, block\u9ed8\u8ba4\u7684\u663e\u793a\u72b6\u6001\u662f\u5360\u636e\u6574\u884c; in-line\u5bf9\u8c61\u5219\u76f8\u53cd,\u5141\u8bb8\u5176\u4ed6\u5bf9\u8c61\u4e0e\u5b83\u5728\u4e00\u884c\u4e2d\u663e\u793a. \u800cfloat\u5c5e\u6027, \u5b83\u7684\u4f5c\u7528\u5c31\u662f\u6539\u53d8block\u5bf9\u8c61\u7684\u9ed8\u8ba4\u663e\u793a\u65b9\u5f0f. block\u5bf9\u8c61\u8bbe\u7f6e\u4e86float\u5c5e\u6027\u4e4b\u540e,\u5b83\u5c06\u4e0d\u518d\u72ec\u81ea\u5360\u636e\u4e00\u884c.<br \/>\n\u5148\u770b\u4e0b\u9762\u793a\u4f8b\u3002\u4ee3\u7801\uff1a<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;!DOCTYPE HTML PUBLIC &quot;-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN&quot;&gt;\r\n&lt;HTML&gt;\r\n\r\n&lt;HEAD&gt;\r\n&lt;style&gt;\r\n.left\r\n{\r\n        background-color:#cccccc;\r\n        border:2px solid #333333;\r\n        width:200px;\r\n        height:100px;\r\n}\r\n.leftfloat\r\n{\r\n        background-color:#cccccc;\r\n        border:2px solid #333333;\r\n        width:200px;\r\n        height:100px;\r\n        float:left;\r\n}\r\n.right\r\n{\r\n        background-color:#cccccc;\r\n        border:2px solid #333333;\r\n        height:100px;\r\n}\r\n&lt;\/style&gt;\r\n&lt;\/HEAD&gt;\r\n\r\n&lt;BODY&gt;\r\n&lt;div class=&quot;left&quot;&gt;div left float:none&lt;\/div&gt;\r\n&lt;div class=&quot;right&quot;&gt;div right&lt;\/div&gt;\r\n\r\n&lt;div class=&quot;leftfloat&quot;&gt;div left float:left&lt;\/div&gt;\r\n&lt;div class=&quot;right&quot;&gt;div right&lt;\/div&gt;\r\n\r\n&lt;span class=&quot;left&quot;&gt;span left float:none&lt;\/span&gt;\r\n&lt;span class=&quot;right&quot;&gt;span right&lt;\/span&gt;\r\n&lt;\/BODY&gt;\r\n&lt;\/HTML&gt;\r\n<\/pre>\n<p>\u4ece\u4e2d\u53ef\u4ee5\u770b\u51fa\uff1a\u5355\u72ec\u7684block\u5143\u7d20\u72ec\u5360\u4e00\u884c\uff0c\u4f8b\u5982\u7b2c\u4e00\u4e2adiv\u548c\u7b2c\u4e8c\u4e2adiv\uff0c\u800c\u5728\u4f7f\u7528float\u4e4b\u540e\uff0c\u4e24\u4e2adiv\u663e\u793a\u5728\u540c\u4e00\u884c.\u4f46\u662fspan\u5219\u4e0d\u7136\uff0c\u5373\u4f7f\u4e0d\u4f7f\u7528float\uff0c\u8ba9\u7136\u5728\u540c\u4e00\u884c\u663e\u793a\u3002<br \/>\n\u800cclear\u5728\u4ec0\u4e48\u65f6\u5019\u7528\u5462\uff1f<br \/>\n\u5f53\u5c5e\u6027\u8bbe\u7f6efloat\uff08\u6d6e\u52a8\uff09\u65f6\uff0c\u5b83\u6240\u5728\u7684\u7269\u7406\u4f4d\u7f6e\u5df2\u7ecf\u8131\u79bb\u6587\u6863\u6d41\u4e86\uff0c\u4f46\u662f\u5927\u591a\u65f6\u5019\u6211\u4eec\u5e0c\u671b\u6587\u6863\u6d41\u80fd\u8bc6\u522bfloat\uff08\u6d6e\u52a8\uff09,\u6216\u8005\u662f\u5e0c\u671bfloat\uff08\u6d6e\u52a8\uff09\u540e\u9762\u7684\u5143\u7d20\u4e0d\u88abfloat\uff08\u6d6e\u52a8\uff09\u6240\u5f71\u54cd\uff0c\u8fd9\u4e2a\u65f6\u5019\u6211\u4eec\u5c31\u9700\u8981\u7528clear:both;\u6765\u6e05\u9664clear:both;<br \/>\n\u4f8b\u5b50\uff1a<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;p style=&quot;float:left;width :100px;&quot;&gt;\u8fd9\u4e2a\u662f\u7b2c1\u5217\uff0c&lt;\/p&gt;\r\n&lt;p style=&quot;float:left;width :400px;&quot;&gt;\u8fd9\u4e2a\u662f\u7b2c2\u5217\uff0c&lt;\/p&gt;\r\n&lt;p &gt;\u8fd9\u4e2a\u662f\u5217\u7684\u4e0b\u9762\u3002&lt;\/p&gt;\r\n<\/pre>\n<p>\u5982\u679c\u4e0d\u7528\u6e05\u9664\u6d6e\u52a8\uff0c\u90a3\u4e48\u7b2c3\u4e2a<\/p>\n<p>\u7684\u6587\u5b57\u5c31\u4f1a\u548c\u7b2c\u4e00\u4e8c\u884c\u5728\u4e00\u8d77<br \/>\n\u6240\u4ee5\u6211\u4eec\u5728\u7b2c3\u4e2a\u8fd9\u5229\u52a0\u4e00\u4e2a\u6e05\u9664\u6d6e\u52a8\u3002<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;p style=&quot;float:left;width :100px;&quot;&gt;\u8fd9\u4e2a\u662f\u7b2c1\u5217\uff0c&lt;\/p&gt;\r\n&lt;p style=&quot;float:left;width :400px;&quot;&gt;\u8fd9\u4e2a\u662f\u7b2c2\u5217\uff0c&lt;\/p&gt;\r\n&lt;p style=&quot;clear:both;&quot;&gt;\u8fd9\u4e2a\u662f\u5217\u7684\u4e0b\u9762\u3002&lt;\/p&gt;\r\n<\/pre>\n<p>\u7528CSS\u7684float\u548cclear\u521b\u5efa\u4e09\u680f\u6db2\u6001\u5e03\u5c40\u7684\u65b9\u6cd5\u4e09\u680f\u5e03\u5c40\u662f\u76ee\u524d\u6700\u5e38\u89c1\u7684\u7f51\u9875\u5e03\u5c40\uff0c\u4e3b\u8981\u9875\u5185\u5bb9\u653e\u5728\u4e2d\u95f4\u4e00\u680f\uff0c\u8fb9\u4e0a\u7684\u4e24\u680f\u653e\u7f6e\u5bfc\u822a\u94fe\u63a5\u4e4b\u7c7b\u7684\u5185\u5bb9\u3002\u57fa\u672c\u5e03\u5c40\u4e00\u822c\u662f\u6807\u9898\u4e4b\u4e0b\u653e\u7f6e\u4e09\u680f\uff0c\u4e09\u680f\u5360\u636e\u6574\u4e2a\u9875\u9762\u7684\u5bbd\u5ea6\uff0c\u6700\u540e\u5728\u9875\u7684\u5e95\u7aef\u653e\u7f6e\u9875\u811a\uff0c\u9875\u811a\u4e5f\u5360\u636e\u6574\u4e2a\u9875\u9762\u5bbd\u5ea6\u3002<\/p>\n<p>\u7edd\u5927\u591a\u6570\u7f51\u9875\u8bbe\u8ba1\u8005\u90fd\u719f\u6089\u4f20\u7edf\u7684\u7f51\u9875\u8bbe\u8ba1\u6280\u672f\uff0c\u7528\u8fd9\u4e9b\u6280\u672f\u53ef\u4ee5\u751f\u6210\u5e26\u6709\u8868\u683c\u3001\u521b\u5efa\u56fa\u5b9a\u5bbd\u5ea6\u5e03\u5c40\u6216\u8005\u201c\u6db2\u6001\u201d\uff08\u5b83\u53ef\u4ee5\u6839\u636e\u7528\u6237\u6d4f\u89c8\u5668\u7a97\u53e3\u5bbd\u5ea6\u81ea\u52a8\u4f38\u7f29\uff09\u5e03\u5c40\u7684\u7f51\u9875\u3002<\/p>\n<p>\u73b0\u5728\uff0c\u6211\u4eec\u90fd\u5f00\u59cb\u629b\u5f03\u57fa\u4e8e\u8868\u683c\u7684\u5e03\u5c40\u6280\u672f\uff0c\u8bb8\u591a\u7f51\u7edc\u8bbe\u8ba1\u8005\u6b63\u5728\u4eceXHTML\u6807\u8bb0\u548cCSS\u683c\u5f0f\u8fd9\u4e00\u65b0\u8303\u4f8b\u4e2d\u5bfb\u627e\u521b\u5efa\u4e09\u680f\u5e03\u5c40\u7684\u65b9\u6cd5\u3002\u7528\u7edd\u5bf9\u5b9a\u4f4d\u7684\u65b9\u6cd5\u4eceCSS\u4e2d\u5f97\u5230\u56fa\u5b9a\u5bbd\u5ea6\u7684\u5e03\u5c40\u5e76\u4e0d\u56f0\u96be\uff1b\u4f46\u662f\u5f97\u5230\u6db2\u6001\u5e03\u5c40\u5c31\u6709\u70b9\u56f0\u96be\u4e86\u3002\u56e0\u6b64\uff0c\u672c\u6587\u4ecb\u7ecd\u4e00\u79cd\u7528CSS\u7684float\u548cclear\u5c5e\u6027\u6765\u83b7\u5f97\u4e09\u680f\u6db2\u6001\u5e03\u5c40\u7684\u65b9\u6cd5\u3002<\/p>\n<p>\u57fa\u672c\u65b9\u6cd5<\/p>\n<p>\u57fa\u672c\u7684\u5e03\u5c40\u5305\u542b\u4e94\u4e2adiv\uff0c\u5373\u6807\u9898\u3001\u9875\u811a\u548c\u4e09\u680f\u3002\u6807\u9898\u548c\u9875\u811a\u5360\u636e\u6574\u4e2a\u9875\u5bbd\u3002\u5de6\u680fdiv\u548c\u53f3\u680fdiv\u90fd\u662f\u56fa\u5b9a\u5bbd\u5ea6\u7684\uff0c\u5e76\u4e14\u7528float\u5c5e\u6027\u6765\u628a\u5b83\u4eec\u6324\u538b\u5230\u6d4f\u89c8\u5668\u7a97\u53e3\u7684\u5de6\u4fa7\u548c\u53f3\u4fa7\u3002\u4e2d\u680f\u5b9e\u9645\u4e0a\u5360\u636e\u4e86\u6574\u4e2a\u9875\u5bbd\uff0c\u4e2d\u680f\u7684\u5185\u5bb9\u5728\u5de6\u3001\u53f3\u4e24\u680f\u4e4b\u95f4\u201c\u6d41\u6dcc\u201d\u3002\u7531\u4e8e\u4e2d\u680fdiv\u7684\u5bbd\u5ea6\u5e76\u4e0d\u56fa\u5b9a\uff0c\u56e0\u6b64\u5b83\u53ef\u4ee5\u6839\u636e\u6d4f\u89c8\u5668\u7a97\u53e3\u7684\u6539\u53d8\u8fdb\u884c\u5fc5\u8981\u7684\u4f38\u7f29\u3002\u4e2d\u680fdiv\u7684\u5de6\u4fa7\u548c\u53f3\u4fa7\u7684\u586b\u5145\uff08padding\uff09\u5c5e\u6027\u4fdd\u8bc1\u5185\u5bb9\u5b89\u6392\u5728\u4e00\u4e2a\u6574\u9f50\u7684\u680f\u4e2d\uff0c\u751a\u81f3\u5f53\u5b83\u4f38\u5c55\u5230\u8fb9\u680f\uff08\u5de6\u680f\u6216\u8005\u53f3\u680f\uff09\u7684\u5e95\u7aef\u4e5f\u662f\u8fd9\u6837\u3002<\/p>\n<p>\u4e09\u680f\u5e03\u5c40\u7684\u4e00\u4e2a\u4f8b\u5b50<\/p>\n<p>\u8bf7\u770b\u770b\u7528\u672c\u6587\u6240\u4ecb\u7ecd\u7684\u6280\u672f\u8fdb\u884c\u4e09\u680f\u5e03\u5c40\u7684\u4f8b\u5b50\u3002\u8fd9\u4e2a\u4f8b\u5b50\u7528\u9c9c\u8273\u7684\u989c\u8272\u6765\u533a\u5206\u5e03\u5c40\u7684\u5404\u4e2adiv\u3002\u4e0b\u9762\u662fXHTML\u4ee3\u7801\uff1a<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;body&gt;\r\n&lt;div id=&quot;header&quot;&gt;\r\n     &lt;h1&gt;Header&lt;\/h1&gt;\r\n&lt;\/div&gt;\r\n&lt;div id=&quot;left&quot;&gt;\r\n     Port side text\u2026\r\n&lt;\/div&gt;\r\n&lt;div id=&quot;right&quot;&gt;\r\n     Starboard side text\u2026\r\n&lt;\/div&gt;\r\n&lt;div id=&quot;middle&quot;&gt;\r\n     Middle column text\u2026\r\n&lt;\/div&gt;\r\n&lt;div id=&quot;footer&quot;&gt;\r\n     Footer text\u2026\r\n&lt;\/div&gt;\r\n&lt;\/body&gt;\r\n<\/pre>\n<p>\u4e0b\u9762\u662fCSS\u4ee3\u7801\uff1a<\/p>\n<pre class=\"brush: css; title: ; notranslate\" title=\"\">\r\nbody {\r\n     margin: 0px;\r\n     padding: 0px;\r\n}\r\ndiv#header {\r\n     clear: both;\r\n     height: 50px;\r\n     background-color: aqua;\r\n     padding: 1px;\r\n}\r\ndiv#left {\r\n     float: left;\r\n     width: 150px;\r\n     background-color: red;\r\n}\r\ndiv#right {\r\n     float: right;\r\n     width: 150px;\r\n     background-color: green;\r\n}\r\ndiv#middle {\r\n     padding: 0px 160px 5px 160px;\r\n     margin: 0px;\r\n     background-color: silver;\r\n}\r\ndiv#footer {\r\n     clear: both;\r\n     background-color: yellow;\r\n}\r\n<\/pre>\n<p>\u4ee3\u7801\u8bf4\u660e<\/p>\n<p>HTML\u4ee3\u7801\u4e2d\u5404\u90e8\u5206\u51fa\u73b0\u7684\u987a\u5e8f\u662f\u975e\u5e38\u91cd\u8981\u7684\u3002\u5de6\u680f\u548c\u53f3\u680fdiv\u5fc5\u987b\u5728\u4e2d\u680f\u4e4b\u524d\u51fa\u73b0\u3002\u8fd9\u6837\u624d\u53ef\u4ee5\u8ba9\u8fd9\u4e24\u4e2a\u8fb9\u680f\u6d6e\u52a8\u5230\u5b83\u4eec\u7684\u4f4d\u7f6e\u4e0a\uff08\u5c4f\u5e55\u4e24\u4fa7\uff09\uff0c\u5e76\u8ba9\u4e2d\u680f\u7684\u5185\u5bb9\u5c06\u201c\u6d41\u201d\u5165\u5b83\u4eec\u4e4b\u95f4\u7684\u7a7a\u95f4\u3002\u5982\u679c\u6d4f\u89c8\u5668\u5728\u4e00\u4e2a\u6216\u8005\u4e24\u4e2a\u8fb9\u680fdiv\u4e4b\u524d\u5148\u53d1\u73b0\u4e2d\u680f\uff0c\u90a3\u4e48\u4e2d\u680f\u5c06\u5360\u636e\u5c4f\u5e55\u7684\u4e00\u4fa7\u6216\u8005\u4e24\u4fa7\uff0c\u8fd9\u6837\u6d6e\u52a8\u7684\u90e8\u5206\u5c31\u4f1a\u8dd1\u5230\u4e2d\u680f\u7684\u4e0b\u9762\u800c\u4e0d\u662f\u4e2d\u680f\u7684\u65c1\u8fb9\u4e86\u3002<\/p>\n<p>div#header\u548cdiv#footer\u6837\u5f0f\uff08style\uff09\u4e2d\u7684clear:both\u7533\u660e\u7528\u6765\u786e\u4fdd\u8fd9\u6d6e\u52a8\u90e8\u5206\u4e0d\u4f1a\u5360\u636e\u6807\u9898\u548c\u9875\u811a\u7684\u7a7a\u95f4\u3002div#header\u6837\u5f0f\u4e2d\u7684padding:1px\u7533\u660e\u7528\u6765\u6d88\u9664\u9875\u5934\u80cc\u666f\u8272\u4e2d\u7684\u5f02\u5e38\u8fb9\uff0c\u5982\u679cpadding\u8bbe\u7f6e\u4e3a\u96f6\uff0c\u90a3\u4e48\u5728Netscape\u6d4f\u89c8\u5668\u4e2d\u5c31\u4f1a\u770b\u5230\u8fd9\u4e2a\u5f02\u5e38\u3002<\/p>\n<p>div#left\u6837\u5f0f\u4e2d\u7684float:left\u7533\u660e\u662f\u7528\u6765\u628a\u5de6\u680f\u6324\u538b\u5230\u5de6\u4fa7\u3002width:150px\u7533\u660e\u7528\u6765\u8bbe\u7f6e\u680f\u7684\u56fa\u5b9a\u5bbd\u5ea6\uff0c\u4e0d\u8fc7\u4f60\u4e5f\u53ef\u4ee5\u628a\u5b83\u7684\u5bbd\u5ea6\u8bbe\u7f6e\u4e3a\u5176\u5b83\u5177\u4f53\u503c\u3002\u7c7b\u4f3c\u7684\uff0cdiv#right\u6837\u5f0f\u4e2d\u7684float:right\u7533\u660e\u7528\u6765\u628a\u53f3\u680fdiv\u6324\u538b\u5230\u53f3\u4fa7\u3002\u5728\u672c\u4f8b\u4e2d\uff0cfloat\u628a\u5de6\u680f\u548c\u53f3\u680f\u5b8c\u5168\u6324\u538b\u5230\u6d4f\u89c8\u5668\u7a97\u53e3\u7684\u5de6\u8fb9\u7f18\u548c\u53f3\u8fb9\u7f18\u3002\u7136\u800c\uff0c\u5982\u679c\u8fd9\u4e9bdiv\u88ab\u5176\u5b83div\u5305\u542b\uff0c\u90a3\u4e48float\u5c06\u4f1a\u628a\u5b83\u4eec\u6324\u538b\u5230\u5305\u542b\u5b83\u4eec\u7684div\u7684\u8fb9\u7f18\u3002<\/p>\n<p>\u5728div#middle\u6837\u5f0f\u4e2d\uff0cclear\u7533\u660e\u5141\u8bb8\u4e2d\u680f\u7684\u5185\u5bb9\u201c\u6d41\u6dcc\u201d\u5728\u4e24\u4e2a\u8fb9\u680f\u4e4b\u95f4\u3002padding:0px 160px 5px 160px\u7533\u660e\u8bbe\u7f6e\u4e86\u5230\u5de6\u680f\u548c\u53f3\u680f\u7684\u586b\u5145\uff0c\u8fd9\u6837\u5141\u8bb8150\u8c61\u7d20\u5bbd\u5ea6\u7684\u680fdiv\uff0c\u5728\u52a0\u4e0a10\u8c61\u7d20\u7684\u95f4\u8ddd\u3002<\/p>\n<p>\u8fd9\u4e2a\u4f8b\u5b50\u975e\u5e38\u7c97\u7cd9\u548c\u7b80\u5355\uff0c\u4f46\u662f\u5b83\u5f88\u597d\u7684\u6f14\u793a\u4e86\u7528\u6d6e\u52a8div\u6765\u521b\u5efa\u4e09\u680f\u6db2\u6001\u5e03\u5c40\u7684\u8fb9\u680f\u8fd9\u4e00\u57fa\u672c\u6280\u672f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u9875\u9762design\u4e2d\uff0c\u7528CSS\u63a7\u5236\u5e03\u5c40\u65f6float\u4e0eclear\u5c5e\u6027\u7684\u8fd0\u7528\u81f3\u5173\u91cd\u8981\uff0c\u4e00\u5b9a\u8981\u7406\u89e3\u6e05\u695a\u3002\u4e0b\u9762\u7528\u6211\u81ea\u5df1\u6478 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-532","post","type-post","status-publish","format-standard","hentry","category-code_related"],"_links":{"self":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/comments?post=532"}],"version-history":[{"count":1,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/532\/revisions"}],"predecessor-version":[{"id":5278,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/posts\/532\/revisions\/5278"}],"wp:attachment":[{"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/media?parent=532"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/categories?post=532"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kyle.ai\/blog\/wp-json\/wp\/v2\/tags?post=532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}