{"id":3253,"date":"2024-11-10T09:51:41","date_gmt":"2024-11-10T01:51:41","guid":{"rendered":"https:\/\/fwq.ai\/blog\/3253\/"},"modified":"2024-11-10T09:51:41","modified_gmt":"2024-11-10T01:51:41","slug":"html-%e4%b8%ad%e5%a6%82%e4%bd%95%e8%b0%83%e7%94%a8css-js","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/3253\/","title":{"rendered":"html \u4e2d\u5982\u4f55\u8c03\u7528css js"},"content":{"rendered":"<blockquote><p>\n  \u901a\u8fc7 \u6807\u7b7e\uff08\u5185\u8054\u5f0f css\uff09\u6216 \u6807\u7b7e\uff08\u5916\u90e8 css\uff09\u8c03\u7528 css\u3002\u901a\u8fc7 \u6807\u7b7e\uff08\u5185\u8054\u5f0f js\uff09\u6216 \u6807\u7b7e\uff08\u5916\u90e8 js\uff09\u8c03\u7528 js\u3002\u4e3a\u4e86\u63d0\u9ad8\u6027\u80fd\u548c\u7ba1\u7406\uff0c\u6700\u597d\u5c06 css \u548c js \u4ee3\u7801\u653e\u7f6e\u5728\u5916\u90e8\u6587\u4ef6\u4e2d\u5e76\u907f\u514d\u4f7f\u7528\u5185\u8054\u5f0f\u4ee3\u7801\u3002\n<\/p><\/blockquote>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/202411\/08\/2024110808242477287.jpg\" class=\"aligncenter\" title=\"html \u4e2d\u5982\u4f55\u8c03\u7528css js\u63d2\u56fe\" alt=\"html \u4e2d\u5982\u4f55\u8c03\u7528css js\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5982\u4f55\u5728 HTML \u4e2d\u8c03\u7528 CSS \u548c JS<\/strong><\/p>\n<p><strong>CSS \u8c03\u7528<\/strong><\/p>\n<ul>\n<li> <strong>\u5185\u8054\u5f0f CSS\uff1a<\/strong>\u4f7f\u7528 <\/li>\n<\/ul>\n<pre>&lt;style&gt;\nbody {\n  color: red;\n}\n&lt;\/style&gt;\n\n&lt;body&gt;\n  \u8fd9\u662f\u7ea2\u8272\u6587\u672c\n&lt;\/body&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<ul>\n<li> <strong>\u5916\u90e8 CSS\uff1a<\/strong>\u4f7f\u7528 \u6807\u7b7e\u94fe\u63a5\u5230\u5916\u90e8 CSS \u6587\u4ef6\u3002<\/li>\n<\/ul>\n<pre>&lt;link rel=\"stylesheet\" href=\"styles.css\"&gt;\n\n&lt;body&gt;\n  \u8fd9\u662f\u5916\u90e8 CSS \u5e94\u7528\u7684\u6587\u672c\n&lt;\/body&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>JS \u8c03\u7528<\/strong><\/p>\n<ul>\n<li> <strong>\u5185\u8054\u5f0f JS\uff1a<\/strong>\u4f7f\u7528 &lt;script&gt; \u6807\u7b7e\u5c06 JS \u4ee3\u7801\u76f4\u63a5\u5199\u5165 HTML \u6587\u6863\u4e2d\u3002&lt;\/script&gt; <\/li>\n<\/ul>\n<pre>&lt;script&gt;\nconsole.log(\"Hello World!\");\n&lt;\/script&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<ul>\n<li> <strong>\u5916\u90e8 JS\uff1a<\/strong>\u4f7f\u7528 &lt;script&gt; \u6807\u7b7e\u94fe\u63a5\u5230\u5916\u90e8 JS \u6587\u4ef6\u3002&lt;\/script&gt; <\/li>\n<\/ul>\n<pre>&lt;script src=\"script.js\"&gt;&lt;\/script&gt;\n\n&lt;body&gt;\n  &lt;p id=\"message\"&gt;&lt;\/p&gt;\n\n  &lt;script&gt;\n    document.getElementById(\"message\").innerHTML = \"Hello World!\";\n  &lt;\/script&gt;\n&lt;\/body&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u6700\u4f73\u5b9e\u8df5<\/strong><\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201c\u201d\uff1b<\/p>\n<ul>\n<li>\u4e3a\u4e86\u63d0\u9ad8\u6027\u80fd\uff0c\u5c06 CSS \u548c JS \u4ee3\u7801\u653e\u5728\u5916\u90e8\u6587\u4ef6\u4e2d\u3002<\/li>\n<li>\u5bf9\u4e8e\u8f83\u957f\u7684 CSS \u6216 JS \u4ee3\u7801\uff0c\u5c06\u5b83\u4eec\u62c6\u5206\u6210\u591a\u4e2a\u6587\u4ef6\u3002<\/li>\n<li>\u907f\u514d\u4f7f\u7528\u5185\u8054\u5f0f CSS \u548c JS\uff0c\u56e0\u4e3a\u5b83\u4eec\u4f1a\u4f7f\u4ee3\u7801\u96be\u4ee5\u7ef4\u62a4\u548c\u7ba1\u7406\u3002<\/li>\n<\/ul>\n<p>\u4ee5\u4e0a\u5c31\u662fhtml \u4e2d\u5982\u4f55\u8c03\u7528 js\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u901a\u8fc7 \u6807\u7b7e\uff08\u5185\u8054\u5f0f css\uff09\u6216 \u6807\u7b7e\uff08\u5916\u90e8 css\uff09\u8c03\u7528 css\u3002\u901a\u8fc7 \u6807\u7b7e\uff08\u5185\u8054\u5f0f js\uff09\u6216 \u6807\u7b7e\uff08\u5916\u90e8 js\uff09\u8c03\u7528 js\u3002\u4e3a\u4e86\u63d0\u9ad8\u6027\u80fd\u548c\u7ba1\u7406\uff0c\u6700\u597d\u5c06 css \u548c js \u4ee3\u7801\u653e\u7f6e\u5728\u5916\u90e8\u6587\u4ef6\u4e2d\u5e76\u907f\u514d\u4f7f\u7528\u5185\u8054\u5f0f\u4ee3\u7801\u3002 \u5982\u4f55\u5728 HTML \u4e2d\u8c03\u7528 CSS \u548c JS CSS \u8c03\u7528 \u5185\u8054\u5f0f CSS\uff1a\u4f7f\u7528 &lt;style&gt; body { color: red; } &lt;\/style&gt; &lt;body&gt; \u8fd9\u662f\u7ea2\u8272\u6587\u672c &lt;\/body&gt; \u767b\u5f55\u540e\u590d\u5236 \u5916\u90e8 CSS\uff1a\u4f7f\u7528 \u6807\u7b7e\u94fe\u63a5\u5230\u5916\u90e8 CSS \u6587\u4ef6\u3002 &lt;link rel=&#8221;stylesheet&#8221; href=&#8221;styles.css&#8221;&gt; &lt;body&gt; \u8fd9\u662f\u5916\u90e8 CSS \u5e94\u7528\u7684\u6587\u672c &lt;\/body&gt; \u767b\u5f55\u540e\u590d\u5236 JS \u8c03\u7528 \u5185\u8054\u5f0f JS\uff1a\u4f7f\u7528 &lt;script&gt; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-3253","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=3253"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3253\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=3253"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=3253"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=3253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}