{"id":1975,"date":"2022-11-30T19:08:49","date_gmt":"2022-11-30T11:08:49","guid":{"rendered":"https:\/\/qaqaq.top\/?p=1975"},"modified":"2022-12-19T20:25:32","modified_gmt":"2022-12-19T12:25:32","slug":"html%e5%92%8ccss-css%e4%b8%8ehtml%e7%bb%93%e5%90%88%e4%bd%bf%e7%94%a8%e7%9a%84%e7%ac%ac%e4%b8%80%e7%a7%8d%e6%96%b9%e5%bc%8f%e3%80%81html%e5%92%8ccss-css%e4%b8%8ehtml%e7%bb%93%e5%90%88%e4%bd%bf","status":"publish","type":"post","link":"https:\/\/qaqaq.top\/?p=1975","title":{"rendered":"HTML\u548cCSS-CSS\u4e0eHTML\u7ed3\u5408\u4f7f\u7528\u7684\u7b2c\u4e00\u79cd\u65b9\u5f0f\u3001\u7b2c\u4e8c\u79cd\u65b9\u5f0f\u3001\u7b2c\u4e09\u79cd\u65b9\u5f0f\u3001CSS\u6807\u7b7e\u540d\u9009\u62e9\u5668\u3001id\u9009\u62e9\u5668\u3001class\u7c7b\u578b\u9009\u62e9\u5668\u3001\u7ec4\u5408\u9009\u62e9\u5668\u3001css\u5e38\u7528\u6837\u5f0f"},"content":{"rendered":"\n<p>HTML\u548cCSS-CSS\u4e0eHTML\u7ed3\u5408\u4f7f\u7528\u7684\u7b2c\u4e00\u79cd\u65b9\u5f0f<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html lang=\"en\"&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;title&gt;Title&lt;\/title&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n    &lt;!--\n\n    \u9700\u6c42 1\uff1a\u5206\u522b\u5b9a\u4e49\u4e24\u4e2a div\u3001span \u6807\u7b7e\uff0c\u5206\u522b\u4fee\u6539\u6bcf\u4e2a div \u6807\u7b7e\u7684\u6837\u5f0f\u4e3a\uff1a\u8fb9\u6846 1 \u4e2a\u50cf\u7d20\uff0c\u5b9e\u7ebf\uff0c\u7ea2\u8272\u3002\n\n    --&gt;\n\n    &lt;div style=\"border: 1px solid red; width: 100px; height: 100px; background-color: green; text-align: center;\" &gt;div \u6807\u7b7e 1&lt;\/div&gt;\n    &lt;div style=\"border: 1px solid red;\"&gt;div \u6807\u7b7e 2&lt;\/div&gt;\n    &lt;span style=\"border: 1px solid red;\"&gt;span \u6807\u7b7e 1&lt;\/span&gt;\n    &lt;span style=\"border: 1px solid red;\"&gt;span \u6807\u7b7e 2&lt;\/span&gt;\n\n&lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n\n\n\n<p>HTML\u548cCSS-CSS\u4e0eHTML\u7ed3\u5408\u4f7f\u7528\u7684\u7b2c\u4e8c\u79cd\u65b9\u5f0f<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html lang=\"en\"&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;title&gt;Title&lt;\/title&gt;\n    &lt;!-- style\u6807\u7b7e\u4e13\u95e8\u7528\u6765\u5b9a\u4e49css\u6837\u5f0f\u4ee3\u7801 --&gt;\n    &lt;style type=\"text\/css\"&gt;\n        \/*\n        \u9700\u6c42 1\uff1a\u5206\u522b\u5b9a\u4e49\u4e24\u4e2a div\u3001span \u6807\u7b7e\uff0c\u5206\u522b\u4fee\u6539\u6bcf\u4e2a div \u6807\u7b7e\u7684\u6837\u5f0f\u4e3a\uff1a\u8fb9\u6846 1 \u4e2a\u50cf\u7d20\uff0c\u5b9e\u7ebf\uff0c\u7ea2\u8272\u3002\n         *\/\n        div{\n            border: 1px solid red;\n        }\n        span{\n            border: 1px solid red;\n        }\n\n    &lt;\/style&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n\n    &lt;div&gt;div \u6807\u7b7e 1&lt;\/div&gt;\n    &lt;div&gt;div \u6807\u7b7e 2&lt;\/div&gt;\n    &lt;span&gt;span \u6807\u7b7e 1&lt;\/span&gt;\n    &lt;span&gt;span \u6807\u7b7e 2&lt;\/span&gt;\n\n&lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n\n\n\n<p>HTML\u548cCSS-CSS\u4e0eHTML\u7ed3\u5408\u4f7f\u7528\u7684\u7b2c\u4e09\u79cd\u65b9\u5f0f<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html lang=\"en\"&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;title&gt;Title&lt;\/title&gt;\n    &lt;!-- \u628a css \u6837\u5f0f\u5199\u6210\u4e00\u4e2a\u5355\u72ec\u7684 css \u6587\u4ef6\uff0c\u518d\u901a\u8fc7 link \u6807\u7b7e\u5f15\u5165\u5373\u53ef\u590d\u7528\u3002--&gt;\n    &lt;!-- link\u6807\u7b7e\u4e13\u95e8\u7528\u6765\u5f15\u5165css\u6837\u5f0f\u4ee3\u7801 --&gt;\n    &lt;link rel=\"stylesheet\" type=\"text\/css\" href=\"3.css\"\/&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n\n    &lt;div&gt;div \u6807\u7b7e 1&lt;\/div&gt;\n    &lt;div&gt;div \u6807\u7b7e 2&lt;\/div&gt;\n    &lt;span&gt;span \u6807\u7b7e 1&lt;\/span&gt;\n    &lt;span&gt;span \u6807\u7b7e 2&lt;\/span&gt;\n\n&lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>div{\n    border: 1px solid yellow;\n}\nspan{\n    border: 1px solid red;\n}<\/code><\/pre>\n\n\n\n<p>HTML\u548cCSS-\u6807\u7b7e\u540d\u9009\u62e9\u5668<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n&lt;head&gt;\n\t&lt;meta charset=\"UTF-8\"&gt;\n\t&lt;title&gt;CSS\u9009\u62e9\u5668&lt;\/title&gt;\n\t&lt;style type=\"text\/css\"&gt;\n\t\tdiv{\n\t\t\tborder: 1px solid yellow;\n\t\t\tcolor: blue;\n\t\t\tfont-size: 30px;\n\t\t}\n\t\tspan{\n\t\t\tborder: 5px dashed blue;\n\t\t\tcolor: yellow;\n\t\t\tfont-size: 20px;\n\t\t}\n\t&lt;\/style&gt;\n&lt;\/head&gt;\n&lt;body&gt;\t\t\n\t\n\t\n\t&lt;!--\n\n\t\u6807\u7b7e\u540d\u9009\u62e9\u5668\u7684\u683c\u5f0f\u662f\uff1a\n\t\t\u6807\u7b7e\u540d{\n\t\t\t\u5c5e\u6027\uff1a\u503c;\n\t\t\t}\n\t\t\u6807\u7b7e\u540d\u9009\u62e9\u5668\uff0c\u53ef\u4ee5\u51b3\u5b9a\u54ea\u4e9b\u6807\u7b7e\u88ab\u52a8\u7684\u4f7f\u7528\u8fd9\u4e2a\u6837\u5f0f\u3002\n\n\t\u9700\u6c421\uff1a\u5728\u6240\u6709div\u6807\u7b7e\u4e0a\u4fee\u6539\u5b57\u4f53\u989c\u8272\u4e3a\u84dd\u8272\uff0c\u5b57\u4f53\u5927\u5c0f30\u4e2a\u50cf\u7d20\u3002\u8fb9\u6846\u4e3a1\u50cf\u7d20\u9ec4\u8272\u5b9e\u7ebf\u3002\n\t\u5e76\u4e14\u4fee\u6539\u6240\u6709span \u6807\u7b7e\u7684\u5b57\u4f53\u989c\u8272\u4e3a\u9ec4\u8272\uff0c\u5b57\u4f53\u5927\u5c0f20\u4e2a\u50cf\u7d20\u3002\u8fb9\u6846\u4e3a5\u50cf\u7d20\u84dd\u8272\u865a\u7ebf\u3002\n\t --&gt;\n\t&lt;div&gt;div\u6807\u7b7e1&lt;\/div&gt;\n\t&lt;div&gt;div\u6807\u7b7e2&lt;\/div&gt;\n\t&lt;span&gt;span\u6807\u7b7e1&lt;\/span&gt;\n\t&lt;span&gt;span\u6807\u7b7e2&lt;\/span&gt;\n\t\n&lt;\/body&gt;\n&lt;\/html&gt;\n\n<\/code><\/pre>\n\n\n\n<p>HTML\u548cCSS-id\u9009\u62e9\u5668<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n&lt;head&gt;\n\t&lt;meta charset=\"UTF-8\"&gt;\n\t&lt;title&gt;ID\u9009\u62e9\u5668&lt;\/title&gt;\n\t&lt;style type=\"text\/css\"&gt;\n\t\t#id001{\n\t\t\tcolor: blue;\n\t\t\tfont-size: 30px;\n\t\t\tborder: 1px yellow solid;\n\t\t}\n\t\t#id002{\n\t\t\tcolor: red;\n\t\t\tfont-size: 20px;\n\t\t\tborder: 5px blue dotted;\n\t\t}\n\t&lt;\/style&gt;\n&lt;\/head&gt;\n&lt;body&gt;\t\t\n\t\n\t&lt;!--\n\n\tid \u9009\u62e9\u5668\u7684\u683c\u5f0f\u662f\uff1a\n\t\t#id \u5c5e\u6027\u503c{\n\t\t\t\u5c5e\u6027\uff1a\u503c;\n\t\t\t}\n\t\tid \u9009\u62e9\u5668\uff0c\u53ef\u4ee5\u8ba9\u6211\u4eec\u901a\u8fc7 id \u5c5e\u6027\u9009\u62e9\u6027\u7684\u53bb\u4f7f\u7528\u8fd9\u4e2a\u6837\u5f0f\u3002\n\n\t\u9700\u6c421\uff1a\u5206\u522b\u5b9a\u4e49\u4e24\u4e2a div \u6807\u7b7e\uff0c\n\t\u7b2c\u4e00\u4e2adiv \u6807\u7b7e\u5b9a\u4e49 id \u4e3a id001 \uff0c\u7136\u540e\u6839\u636eid \u5c5e\u6027\u5b9a\u4e49css\u6837\u5f0f\u4fee\u6539\u5b57\u4f53\u989c\u8272\u4e3a\u84dd\u8272\uff0c\n\t\u5b57\u4f53\u5927\u5c0f30\u4e2a\u50cf\u7d20\u3002\u8fb9\u6846\u4e3a1\u50cf\u7d20\u9ec4\u8272\u5b9e\u7ebf\u3002\n\t\n\t\u7b2c\u4e8c\u4e2adiv \u6807\u7b7e\u5b9a\u4e49 id \u4e3a id002 \uff0c\u7136\u540e\u6839\u636eid \u5c5e\u6027\u5b9a\u4e49css\u6837\u5f0f \u4fee\u6539\u7684\u5b57\u4f53\u989c\u8272\u4e3a\u7ea2\u8272\uff0c\u5b57\u4f53\u5927\u5c0f20\u4e2a\u50cf\u7d20\u3002\u8fb9\u6846\u4e3a5\u50cf\u7d20\u84dd\u8272\u70b9\u7ebf\u3002\n\t --&gt;\n\t\n\t&lt;div id=\"id001\"&gt;div\u6807\u7b7e1&lt;\/div&gt;\n\t&lt;div id=\"id002\"&gt;div\u6807\u7b7e2&lt;\/div&gt;\n\n&lt;\/body&gt;\n&lt;\/html&gt;\n\n<\/code><\/pre>\n\n\n\n<p>HTML\u548cCSS-class\u7c7b\u578b\u9009\u62e9\u5668<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n&lt;head&gt;\n&lt;meta charset=\"UTF-8\"&gt;\n&lt;title&gt;class\u7c7b\u578b\u9009\u62e9\u5668&lt;\/title&gt;\n\t&lt;style type=\"text\/css\"&gt;\n\t\t.class01{\n\t\t\tcolor: blue;\n\t\t\tfont-size: 30px;\n\t\t\tborder: 1px solid yellow;\n\t\t}\n\t\t.class02{\n\t\t\tcolor: grey;\n\t\t\tfont-size: 26px;\n\t\t\tborder: 1px solid red;\n\t\t}\n\t&lt;\/style&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n\n\t&lt;!--\n\n\tclass \u7c7b\u578b\u9009\u62e9\u5668\u7684\u683c\u5f0f\u662f\uff1a\n\t\t.class \u5c5e\u6027\u503c{\n\t\t\t\u5c5e\u6027\uff1a\u503c;\n\t\t\t}\n\t\tclass \u7c7b\u578b\u9009\u62e9\u5668\uff0c\u53ef\u4ee5\u901a\u8fc7 class \u5c5e\u6027\u6709\u6548\u7684\u9009\u62e9\u6027\u5730\u53bb\u4f7f\u7528\u8fd9\u4e2a\u6837\u5f0f\u3002\n\n\t\t\u9700\u6c421\uff1a\u4fee\u6539 class \u5c5e\u6027\u503c\u4e3a class01\u7684 span \u6216 div \u6807\u7b7e\uff0c\u5b57\u4f53\u989c\u8272\u4e3a\u84dd\u8272\uff0c\u5b57\u4f53\u5927\u5c0f30\u4e2a\u50cf\u7d20\u3002\u8fb9\u6846\u4e3a1\u50cf\u7d20\u9ec4\u8272\u5b9e\u7ebf\u3002\n\t\t\u9700\u6c422\uff1a\u4fee\u6539 class \u5c5e\u6027\u503c\u4e3a class02\u7684 div \u6807\u7b7e\uff0c\u5b57\u4f53\u989c\u8272\u4e3a\u7070\u8272\uff0c\u5b57\u4f53\u5927\u5c0f26\u4e2a\u50cf\u7d20\u3002\u8fb9\u6846\u4e3a1\u50cf\u7d20\u7ea2\u8272\u5b9e\u7ebf\u3002\n\t --&gt;\n\n\t&lt;div class=\"class01\"&gt;div\u6807\u7b7eclass01&lt;\/div&gt;\n\t&lt;div class=\"class02\"&gt;div\u6807\u7b7e&lt;\/div&gt;\n\t&lt;span class=\"class01\"&gt;span\u6807\u7b7eclass01&lt;\/span&gt;\n\t&lt;span&gt;span\u6807\u7b7e2&lt;\/span&gt;\n\n&lt;\/body&gt;\n&lt;\/html&gt;\n\n<\/code><\/pre>\n\n\n\n<p>HTML\u548cCSS-\u7ec4\u5408\u9009\u62e9\u5668<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;title&gt;class\u7c7b\u578b\u9009\u62e9\u5668&lt;\/title&gt;\n    &lt;style&gt;\n        .class01,#id01{\n            color: blue;\n            font-size: 20px;\n            border: 1px yellow solid;\n        }\n    &lt;\/style&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n\n\t&lt;!--\n\n\t\u7ec4\u5408\u9009\u62e9\u5668\u7684\u683c\u5f0f\u662f\uff1a\n        \u9009\u62e9\u5668 1\uff0c\u9009\u62e9\u5668 2\uff0c\u9009\u62e9\u5668 n{\n            \u5c5e\u6027\uff1a\u503c;\n            }\n        \u7ec4\u5408\u9009\u62e9\u5668\u53ef\u4ee5\u8ba9\u591a\u4e2a\u9009\u62e9\u5668\u5171\u7528\u540c\u4e00\u4e2a css \u6837\u5f0f\u4ee3\u7801\u3002\n\n\t\u9700\u6c421\uff1a\u4fee\u6539 class=\"class01\" \u7684div \u6807\u7b7e \u548c id=\"id01\" \u6240\u6709\u7684span\u6807\u7b7e\uff0c\n\t\u5b57\u4f53\u989c\u8272\u4e3a\u84dd\u8272\uff0c\u5b57\u4f53\u5927\u5c0f20\u4e2a\u50cf\u7d20\u3002\u8fb9\u6846\u4e3a1\u50cf\u7d20\u9ec4\u8272\u5b9e\u7ebf\u3002\n\t --&gt;\n\n   &lt;div class=\"class01\"&gt;div\u6807\u7b7eclass01&lt;\/div&gt; &lt;br \/&gt;\n   &lt;span id=\"id01\"&gt;span \u6807\u7b7e&lt;\/span&gt;  &lt;br \/&gt;\n   &lt;div&gt;div\u6807\u7b7e&lt;\/div&gt; &lt;br \/&gt;\n   &lt;div&gt;div\u6807\u7b7eid01&lt;\/div&gt; &lt;br \/&gt;\n\n&lt;\/body&gt;\n&lt;\/html&gt;\n\n<\/code><\/pre>\n\n\n\n<p>HTML\u548cCSS-css\u5e38\u7528\u6837\u5f0f<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n&lt;head&gt;\n    &lt;meta charset=\"UTF-8\"&gt;\n    &lt;title&gt;06-css\u5e38\u7528\u6837\u5f0f.html&lt;\/title&gt;\n    &lt;style type=\"text\/css\"&gt;\n\n        div{\n            \/*\u5b57\u4f53\u989c\u8272*\/\n            color: red;\n            \/*\u9ec4\u8272 1 \u50cf\u7d20\u5b9e\u7ebf\u8fb9\u6846*\/\n            border: 1px yellow solid;\n            \/*\u5bbd\u5ea6*\/\n            width: 300px;\n            \/*\u9ad8\u5ea6*\/\n            height: 300px;\n            \/*\u80cc\u666f\u989c\u8272*\/\n            background-color: green;\n            \/*\u5b57\u4f53\u6837\u5f0f\uff1a*\/\n            font-size: 30px;\n            \/*DIV \u5c45\u4e2d*\/\n            margin-left: auto;\n            margin-right: auto;\n            \/*\u6587\u672c\u5c45\u4e2d*\/\n            text-align: center;\n\n        }\n\n        a{\n            \/*\u8d85\u8fde\u63a5\u53bb\u4e0b\u5212\u7ebf*\/\n            text-decoration: none;\n        }\n\n        \/*\u8868\u683c\u7ec6\u7ebf*\/\n        table{\n            \/*\u8bbe\u7f6e\u8fb9\u6846*\/\n            border: 1px red solid;\n            \/*\u5c06\u8fb9\u6846\u5408\u5e76*\/\n            border-collapse: collapse;\n        }\n\n        td{\n            border: 1px red solid;\n        }\n\n        ul{\n            \/*\u5217\u8868\u53bb\u9664\u4fee\u9970*\/\n            list-style: none;\n        }\n    &lt;\/style&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n    &lt;ul&gt;\n        &lt;li&gt;111111111111&lt;\/li&gt;\n        &lt;li&gt;111111111111&lt;\/li&gt;\n        &lt;li&gt;111111111111&lt;\/li&gt;\n        &lt;li&gt;111111111111&lt;\/li&gt;\n        &lt;li&gt;111111111111&lt;\/li&gt;\n    &lt;\/ul&gt;\n&lt;table&gt;\n    &lt;tr&gt;\n        &lt;td&gt;1.1&lt;\/td&gt;\n        &lt;td&gt;1.2&lt;\/td&gt;\n    &lt;\/tr&gt;\n&lt;\/table&gt;\n    &lt;a href=\"http:\/\/www.baidu.com\"&gt;\u767e\u5ea6&lt;\/a&gt;\n    &lt;div&gt;\u6211\u662fdiv\u6807\u7b7e&lt;\/div&gt;\n&lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n&lt;head&gt;\n&lt;meta charset=\"UTF-8\"&gt;\n&lt;title&gt;CSS\u57fa\u672c\u8bed\u6cd5&lt;\/title&gt;\n&lt;\/head&gt;\n&lt;body&gt;\n\n\t&lt;p&gt;\u843d\u971e\u4e0e\u5b64\u9e5c\u9f50\u98de\uff0c\u79cb\u6c34\u5171\u957f\u5929\u4e00\u8272&lt;\/p&gt;\n\n&lt;\/body&gt;\n&lt;\/html&gt;<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>HTML\u548cCSS-CSS\u4e0eHTML\u7ed3\u5408\u4f7f\u7528\u7684\u7b2c\u4e00\u79cd\u65b9\u5f0f HTML\u548cCSS-CSS\u4e0eHTML\u7ed3\u5408\u4f7f\u7528\u7684\u7b2c\u4e8c\u79cd\u65b9\u5f0f [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[59],"tags":[61],"class_list":["post-1975","post","type-post","status-publish","format-standard","hentry","category-javaweb-code","tag-javaweb"],"_links":{"self":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/1975"}],"collection":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1975"}],"version-history":[{"count":3,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/1975\/revisions"}],"predecessor-version":[{"id":2679,"href":"https:\/\/qaqaq.top\/index.php?rest_route=\/wp\/v2\/posts\/1975\/revisions\/2679"}],"wp:attachment":[{"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1975"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1975"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/qaqaq.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1975"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}