{"id":709,"date":"2022-01-18T16:39:55","date_gmt":"2022-01-18T07:39:55","guid":{"rendered":"http:\/\/mylittleforest.kr\/wordpress\/?p=709"},"modified":"2022-02-22T09:51:19","modified_gmt":"2022-02-22T00:51:19","slug":"html","status":"publish","type":"post","link":"http:\/\/mylittleforest.kr\/wordpress\/blog\/2022\/01\/18\/709\/","title":{"rendered":"HTML \uae30\ubcf8"},"content":{"rendered":"\n<p id=\"block-a50438f6-6332-4c67-80e3-a6dd876b1317\"><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/html\/default.asp\" target=\"_blank\">HTML&nbsp;Tutorial<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.w3schools.com\/tags\/default.asp\" target=\"_blank\" rel=\"noreferrer noopener\">HTML TAG LIST<\/a><\/p>\n\n\n\n<h2>Html \uae30\ubcf8 \ud0dc\uadf8<\/h2>\n\n\n\n<h3><a href=\"https:\/\/www.w3schools.com\/html\/html_links.asp\" target=\"_blank\" rel=\"noreferrer noopener\">\ub9c1\ud06c\uc0bd\uc785<\/a><\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;a href=&quot;https:\/\/www.w3schools.com\/&quot;&gt;Visit W3Schools.com!&lt;\/a&gt;\n<\/pre><\/div>\n\n\n<h3><a href=\"https:\/\/www.w3schools.com\/html\/html_images.asp\" target=\"_blank\" rel=\"noreferrer noopener\">\uadf8\ub9bc\uc0bd\uc785<\/a><\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;img src=&quot;img_chania.jpg&quot; alt=&quot;Flowers in Chania&quot; width=&quot;460&quot; height=&quot;345&quot;&gt;\n<\/pre><\/div>\n\n\n<h3><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/tags\/tryit.asp?filename=tryhtml_link_image\" target=\"_blank\">\uadf8\ub9bc\uc5d0 \ub9c1\ud06c\uc0bd\uc785<\/a><\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;a href=&quot;https:\/\/www.w3schools.com&quot;&gt;\n&lt;img border=&quot;0&quot; alt=&quot;W3Schools&quot; src=&quot;logo_w3s.gif&quot; width=&quot;100&quot; height=&quot;100&quot;&gt;\n&lt;\/a&gt;\n<\/pre><\/div>\n\n\n<h3><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/html\/html_styles.asp\" target=\"_blank\">HTML \uc2a4\ud0c0\uc77c<\/a><\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;body&gt;\n&lt;h1 style=&quot;background-color:powderblue;&quot;&gt;This is a heading&lt;\/h1&gt;\n&lt;p style=&quot;background-color:tomato;&quot;&gt;This is a paragraph.&lt;\/p&gt;\n&lt;\/body&gt;\n<\/pre><\/div>\n\n\n<h3><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/html\/html_formatting.asp\" target=\"_blank\">\ud14d\uc2a4\ud2b8 \ud615\uc2dd<\/a><\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;b&gt;This text is bold&lt;\/b&gt;\n\n&lt;b&gt; - Bold text\n&lt;strong&gt; - Important text\n&lt;i&gt; - Italic text\n&lt;em&gt; - Emphasized text\n&lt;mark&gt; - Marked text\n&lt;small&gt; - Smaller text\n&lt;del&gt; - Deleted text\n&lt;ins&gt; - Inserted text\n&lt;sub&gt; - Subscript text\n&lt;sup&gt; - Superscript text\n<\/pre><\/div>\n\n\n<h3><a href=\"https:\/\/www.w3schools.com\/html\/html_colors.asp\" target=\"_blank\" rel=\"noreferrer noopener\">\uc0c9\uc0c1 \ubcc0\uacbd<\/a><\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;h1 style=&quot;background-color:DodgerBlue;&quot;&gt;Hello World&lt;\/h1&gt;\n&lt;p style=&quot;background-color:Tomato;&quot;&gt;Lorem ipsum...&lt;\/p&gt;\n<\/pre><\/div>\n\n\n<h3><a href=\"https:\/\/www.w3schools.com\/html\/html_lists.asp\" target=\"_blank\" rel=\"noreferrer noopener\">\ub9ac\uc2a4\ud2b8<\/a><\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&amp;lt;p&gt;Unordered HTML List&amp;lt;\/p&gt;\n&amp;lt;ul&gt;\n  &amp;lt;li&gt;Coffee&amp;lt;\/li&gt;\n  &amp;lt;li&gt;Tea&amp;lt;\/li&gt;\n  &amp;lt;li&gt;Milk&amp;lt;\/li&gt;\n&amp;lt;\/ul&gt;\n\n&amp;lt;p&gt;Ordered HTML List&amp;lt;\/p&gt;\n&amp;lt;ol&gt;\n  &amp;lt;li&gt;Coffee&amp;lt;\/li&gt;\n  &amp;lt;li&gt;Tea&amp;lt;\/li&gt;\n  &amp;lt;li&gt;Milk&amp;lt;\/li&gt;\n&amp;lt;\/ol&gt;\n<\/pre><\/div>\n\n\n<h2>Table, Iframe, Layer \ub9cc\ub4e4\uae30<\/h2>\n\n\n\n<h3><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/html\/html_tables.asp\" target=\"_blank\">&lt;table> \ud0dc\uadf8\ub85c \ud14c\uc774\ube14 \ub9cc\ub4e4\uae30<\/a><\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;table&gt;\n  &lt;tr&gt;\n    &lt;th&gt;Company&lt;\/th&gt;\n    &lt;th&gt;Contact&lt;\/th&gt;\n    &lt;th&gt;Country&lt;\/th&gt;\n  &lt;\/tr&gt;\n  &lt;tr&gt;\n    &lt;td&gt;Alfreds Futterkiste&lt;\/td&gt;\n    &lt;td&gt;Maria Anders&lt;\/td&gt;\n    &lt;td&gt;Germany&lt;\/td&gt;\n  &lt;\/tr&gt;\n  &lt;tr&gt;\n    &lt;td&gt;Centro comercial Moctezuma&lt;\/td&gt;\n    &lt;td&gt;Francisco Chang&lt;\/td&gt;\n    &lt;td&gt;Mexico&lt;\/td&gt;\n  &lt;\/tr&gt;\n&lt;\/table&gt;\n<\/pre><\/div>\n\n\n<h3><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/html\/html_iframe.asp\" target=\"_blank\">&lt;iframe> \ud0dc\uadf8\ub85c \ud504\ub808\uc784 \ub9cc\ub4e4\uae30<\/a><\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;iframe src=&quot;demo_iframe.htm&quot; style=&quot;height:200px;width:300px;&quot; title=&quot;Iframe Example&quot;&gt;&lt;\/iframe&gt;\n<\/pre><\/div>\n\n\n<h3><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/tags\/tag_div.asp\" target=\"_blank\">&lt;div>\ud0dc\uadf8\ub85c \ub808\uc774\uc5b4 \ub9cc\ub4e4\uae30<\/a><\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n&amp;lt;style&gt;\n.myDiv {\n  border: 5px outset red;\n  background-color: lightblue;    \n  text-align: center;\n}\n&amp;lt;\/style&gt;\n...\n&amp;lt;div class=&quot;myDiv&quot;&gt;\n  &amp;lt;h2&gt;This is a heading in a div element&amp;lt;\/h2&gt;\n  &amp;lt;p&gt;This is some text in a div element.&amp;lt;\/p&gt;\n&amp;lt;\/div&gt;\n...\n<\/pre><\/div>\n\n\n<h3><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/html\/html_layout.asp\" target=\"_blank\">Html Layout<\/a><\/h3>\n\n\n\n<div class=\"is-layout-flex wp-container-3 wp-block-columns\">\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"219\" height=\"258\" src=\"http:\/\/mylittleforest.kr\/wordpress\/wp-content\/uploads\/2022\/02\/img_sem_elements.gif\" alt=\"\" class=\"wp-image-934\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"is-layout-flow wp-block-column\" style=\"flex-basis:66.66%\">\n<ul><li><code>&lt;header><\/code>\u00a0&#8211; Defines a header for a document or a section<\/li><li><code>&lt;nav><\/code>\u00a0&#8211; Defines a set of navigation links<\/li><li><code>&lt;section><\/code>\u00a0&#8211; Defines a section in a document<\/li><li><code>&lt;article><\/code>\u00a0&#8211; Defines an independent, self-contained content<\/li><li><code>&lt;aside><\/code>\u00a0&#8211; Defines content aside from the content (like a sidebar)<\/li><li><code>&lt;footer><\/code>\u00a0&#8211; Defines a footer for a document or a section<\/li><li><code>&lt;details><\/code>\u00a0&#8211; Defines additional details that the user can open and close on demand<\/li><li><code>&lt;summary><\/code>\u00a0&#8211; Defines a heading for the\u00a0<code>&lt;details><\/code>\u00a0element<\/li><\/ul>\n<\/div>\n<\/div>\n\n\n\n<h2>Form \ud0dc\uadf8 \uc124\ubb38\uc591\uc2dd \ub9cc\ub4e4\uae30<\/h2>\n\n\n\n<h3><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/html\/html_forms.asp\" target=\"_blank\">Form \ud0dc\uadf8<\/a><\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;form action=&quot;\/action_page.php&quot;&gt;\n  &lt;label for=&quot;fname&quot;&gt;First name:&lt;\/label&gt;&lt;br&gt;\n  &lt;input type=&quot;text&quot; id=&quot;fname&quot; name=&quot;fname&quot; value=&quot;John&quot;&gt;&lt;br&gt;\n  &lt;label for=&quot;lname&quot;&gt;Last name:&lt;\/label&gt;&lt;br&gt;\n  &lt;input type=&quot;text&quot; id=&quot;lname&quot; name=&quot;lname&quot; value=&quot;Doe&quot;&gt;&lt;br&gt;&lt;br&gt;\n  &lt;input type=&quot;submit&quot; value=&quot;Submit&quot;&gt;\n&lt;\/form&gt; \n<\/pre><\/div>\n\n\n<h3>Form \uae30\ubcf8 \ud0dc\uadf8<\/h3>\n\n\n\n<h4><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/html\/html_form_input_types.asp\" target=\"_blank\">&lt;input><\/a> : \uac12\uc758 \uc785\ub825 \ubc0f \uc81c\ucd9c<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;form&gt;\n  &lt;label for=&quot;username&quot;&gt;Username:&lt;\/label&gt;&lt;br&gt;\n  &lt;input type=&quot;text&quot; id=&quot;username&quot; name=&quot;username&quot;&gt;&lt;br&gt;\n  &lt;label for=&quot;pwd&quot;&gt;Password:&lt;\/label&gt;&lt;br&gt;\n  &lt;input type=&quot;password&quot; id=&quot;pwd&quot; name=&quot;pwd&quot;&gt;\n  &lt;input type=&quot;submit&quot; value=&quot;Submit&quot;&gt;\n&lt;\/form&gt;\n\n&lt;input type=&quot;button&quot;&gt;\n&lt;input type=&quot;checkbox&quot;&gt;\n&lt;input type=&quot;color&quot;&gt;\n&lt;input type=&quot;date&quot;&gt;\n&lt;input type=&quot;datetime-local&quot;&gt;\n&lt;input type=&quot;email&quot;&gt;\n&lt;input type=&quot;file&quot;&gt;\n&lt;input type=&quot;hidden&quot;&gt;\n&lt;input type=&quot;image&quot;&gt;\n&lt;input type=&quot;month&quot;&gt;\n&lt;input type=&quot;number&quot;&gt;\n&lt;input type=&quot;password&quot;&gt;\n&lt;input type=&quot;radio&quot;&gt;\n&lt;input type=&quot;range&quot;&gt;\n&lt;input type=&quot;reset&quot;&gt;\n&lt;input type=&quot;search&quot;&gt;\n&lt;input type=&quot;submit&quot;&gt;\n&lt;input type=&quot;tel&quot;&gt;\n&lt;input type=&quot;text&quot;&gt;\n&lt;input type=&quot;time&quot;&gt;\n&lt;input type=&quot;url&quot;&gt;\n&lt;input type=&quot;week&quot;&gt;\n<\/pre><\/div>\n\n\n<h4><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/tags\/tag_select.asp\" target=\"_blank\">&lt;select><\/a> : \ucf64\ubcf4\ubc15\uc2a4 \uc120\ud0dd<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;label for=&quot;cars&quot;&gt;Choose a car:&lt;\/label&gt;\n\n&lt;select name=&quot;cars&quot; id=&quot;cars&quot;&gt;\n  &lt;option value=&quot;volvo&quot;&gt;Volvo&lt;\/option&gt;\n  &lt;option value=&quot;saab&quot;&gt;Saab&lt;\/option&gt;\n  &lt;option value=&quot;mercedes&quot;&gt;Mercedes&lt;\/option&gt;\n  &lt;option value=&quot;audi&quot;&gt;Audi&lt;\/option&gt;\n&lt;\/select&gt;\n<\/pre><\/div>\n\n\n<h4><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/tags\/tag_textarea.asp\" target=\"_blank\">&lt;textarea><\/a> : \uba54\ubaa8(\uc5ec\ub7ec\uc904) \uc785\ub825<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;textarea id=&quot;w3review&quot; name=&quot;w3review&quot; rows=&quot;4&quot; cols=&quot;50&quot;&gt;\nAt w3schools.com you will learn how to make a website. They offer free tutorials in all web development technologies.\n&lt;\/textarea&gt;\n<\/pre><\/div>\n\n\n<h4><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/tags\/tag_button.asp\" target=\"_blank\">&lt;button><\/a> : \ubc84\ud2bc<\/h4>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;button onclick=&quot;myFunction()&quot;&gt;Copy Text&lt;\/button&gt;\n\n&lt;script&gt;\nfunction myFunction() {\n  document.getElementById(&quot;field2&quot;).value = document.getElementById(&quot;field1&quot;).value;\n}\n&lt;\/script&gt;\n<\/pre><\/div>\n\n\n<h3>HTML5\uc5d0 \ucd94\uac00\ub41c form \ud0dc\uadf8\uc640 \uc18d\uc131<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;input type=&quot;color&quot;&gt;\n&lt;input type=&quot;file&quot;&gt;\n&lt;input type=&quot;number&quot; min=&quot;1&quot; max=&quot;5&quot;&gt;\n<\/pre><\/div>\n\n\n<h3>\uc124\ubb38\uc870\uc0ac \ud398\uc774\uc9c0 \uc2e4\uc2b5<\/h3>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: xml; title: ; notranslate\" title=\"\">\n&lt;!DOCTYPE html&gt;\n&lt;html&gt; &lt;body&gt;\n    &lt;h2&gt;\uc124\ubb38\uc870\uc0ac&lt;\/h2&gt;\n    &lt;form&gt;\n        \uc774\ub984 : &lt;input type=&quot;text&quot;&gt;&lt;br&gt;\n        \ube44\ubc00\ubc88\ud638 : &lt;input type=&quot;password&quot;&gt;&lt;br&gt;\n        \ud559\ub144\uc744 \uc120\ud0dd\ud558\uc138\uc694&lt;br&gt;\n        &lt;div&gt;\n            &lt;input type=&quot;radio&quot;&gt;1\ud559\ub144&lt;br&gt;\n            &lt;input type=&quot;radio&quot;&gt;2\ud559\ub144&lt;br&gt;\n            &lt;input type=&quot;radio&quot;&gt;3\ud559\ub144&lt;br&gt;\n            &lt;input type=&quot;radio&quot;&gt;4\ud559\ub144&lt;br&gt;\n        &lt;\/div&gt;\n        &lt;br&gt;\n        \ub2f4\ub2f9\uc790\uc5d0\uac8c \ud558\uace0 \uc2f6\uc740 \ub9d0\uc744 \uc4f0\uc138\uc694.&lt;br&gt;\n        &lt;textarea&gt;&lt;\/textarea&gt;\n        &lt;input type=&quot;submit&quot;&gt;\n        &lt;input type=&quot;reset&quot;&gt;\n    &lt;\/form&gt;\n&lt;\/body&gt; &lt;\/html&gt;\n<\/pre><\/div>\n\n\n<div class=\"wp-block-file\"><a href=\"http:\/\/mylittleforest.kr\/wordpress\/wp-content\/uploads\/2022\/01\/02-form-sample.html\">02-form-sample<\/a><a href=\"http:\/\/mylittleforest.kr\/wordpress\/wp-content\/uploads\/2022\/01\/02-form-sample.html\" class=\"wp-block-file__button\" download>\ub2e4\uc6b4\ub85c\ub4dc<\/a><\/div>\n\n\n\n<h2>\uba40\ud2f0\ubbf8\ub514\uc5b4\uc640 \uc774\ubbf8\uc9c0\ub9f5<\/h2>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/html\/html_media.asp\" target=\"_blank\">HTML Multimedia<\/a><\/li><li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/html\/html5_video.asp\" target=\"_blank\">&lt;video&gt;<\/a><\/li><li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/html\/html5_audio.asp\" target=\"_blank\">&lt;audio&gt;<\/a><\/li><li><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/html\/html_images_imagemap.asp\" target=\"_blank\">&lt;map&gt; \uc774\ubbf8\uc9c0\ub9f5<\/a><br>Shape : rect, circle, poly, default(entire region)<br><a rel=\"noreferrer noopener\" href=\"https:\/\/www.w3schools.com\/html\/tryit.asp?filename=tryhtml_images_map2\" target=\"_blank\">Image Map \uc608\uc81c<\/a><\/li><\/ul>\n\n\n\n<h2>HTTPD\uc124\uce58\uc640 \uc6f9 \uac8c\uc2dc<\/h2>\n\n\n\n<ul><li>Httpd (hypertext transfer protocol daemon)<br>HTTP \uc11c\ube44\uc2a4 \uc81c\uacf5 \ub370\ubaac \uc11c\ubc84<br>\ud3ec\ud2b8 : 80<br>\uc11c\ubc84 \ud328\ud0a4\uc9c0 : apache<br>\uc11c\ubc84\uc5d0\uc11c \uc6f9 \ud398\uc774\uc9c0 \uc804\uc1a1 \uc11c\ube44\uc2a4\ub97c \uc81c\uacf5\ud574\uc8fc\ub294 \uc11c\ubc84 \ud504\ub85c\uadf8\ub7a8<br><\/li><li>Httpd \uc124\uce58 \ubc0f \uad8c\ud55c\uc124\uc815<\/li><li>Html\ubb38\uc11c\ub97c \uc6f9\uc5d0 \uac8c\uc2dc<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>HTML&nbsp;Tutorial HTML TAG LIST Html \uae30\ubcf8 \ud0dc\uadf8 \ub9c1\ud06c\uc0bd\uc785 \uadf8\ub9bc\uc0bd\uc785 \uadf8\ub9bc\uc5d0 \ub9c1\ud06c\uc0bd\uc785 HTML \uc2a4\ud0c0\uc77c \ud14d\uc2a4\ud2b8 \ud615\uc2dd \uc0c9\uc0c1 \ubcc0\uacbd \ub9ac\uc2a4\ud2b8 Table, Iframe, Layer \ub9cc\ub4e4\uae30 &lt;table> \ud0dc\uadf8\ub85c \ud14c\uc774\ube14 \ub9cc\ub4e4\uae30 &lt;iframe> \ud0dc\uadf8\ub85c \ud504\ub808\uc784 \ub9cc\ub4e4\uae30 &lt;div>\ud0dc\uadf8\ub85c \ub808\uc774\uc5b4 \ub9cc\ub4e4\uae30 Html Layout &lt;header>\u00a0&#8211; Defines a header for a document or a section &lt;nav>\u00a0&#8211; Defines a set of navigation links &lt;section>\u00a0&#8211; Defines a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false},"categories":[38],"tags":[],"_links":{"self":[{"href":"http:\/\/mylittleforest.kr\/wordpress\/wp-json\/wp\/v2\/posts\/709"}],"collection":[{"href":"http:\/\/mylittleforest.kr\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/mylittleforest.kr\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/mylittleforest.kr\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/mylittleforest.kr\/wordpress\/wp-json\/wp\/v2\/comments?post=709"}],"version-history":[{"count":13,"href":"http:\/\/mylittleforest.kr\/wordpress\/wp-json\/wp\/v2\/posts\/709\/revisions"}],"predecessor-version":[{"id":935,"href":"http:\/\/mylittleforest.kr\/wordpress\/wp-json\/wp\/v2\/posts\/709\/revisions\/935"}],"wp:attachment":[{"href":"http:\/\/mylittleforest.kr\/wordpress\/wp-json\/wp\/v2\/media?parent=709"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/mylittleforest.kr\/wordpress\/wp-json\/wp\/v2\/categories?post=709"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/mylittleforest.kr\/wordpress\/wp-json\/wp\/v2\/tags?post=709"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}