{"id":4694,"date":"2022-12-17T19:13:41","date_gmt":"2022-12-17T18:13:41","guid":{"rendered":"https:\/\/ekiwi.de\/?p=4694"},"modified":"2025-04-30T20:40:33","modified_gmt":"2025-04-30T18:40:33","slug":"html-text-einruecken","status":"publish","type":"post","link":"https:\/\/ekiwi.de\/index.php\/4694\/html-text-einruecken\/","title":{"rendered":"HTML Text einr\u00fccken"},"content":{"rendered":"<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_82_2 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Inhalt<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/ekiwi.de\/index.php\/4694\/html-text-einruecken\/#Beispiel_Darstellung_eines_eingerueckten_Textes\" >Beispiel: Darstellung eines einger\u00fcckten Textes<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/ekiwi.de\/index.php\/4694\/html-text-einruecken\/#Anwendungsfaelle\" >Anwendungsf\u00e4lle<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/ekiwi.de\/index.php\/4694\/html-text-einruecken\/#Inhaltsverzeichnisse\" >Inhaltsverzeichnisse<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/ekiwi.de\/index.php\/4694\/html-text-einruecken\/#Aufzaehlungen\" >Aufz\u00e4hlungen<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-5\" href=\"https:\/\/ekiwi.de\/index.php\/4694\/html-text-einruecken\/#Tabstopps_mit_HTML_darstellen\" >Tabstopps mit HTML darstellen<\/a><\/li><\/ul><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-6\" href=\"https:\/\/ekiwi.de\/index.php\/4694\/html-text-einruecken\/#HTML-_und_CSS-Code\" >HTML- und CSS-Code<\/a><\/li><\/ul><\/nav><\/div>\n<p>Wer Inhalte im Internet ver\u00f6ffentlicht m\u00f6chte diese manchmal strukturiert darstellen. Dazu z\u00e4hlt auch, dass man mittels HTML einger\u00fcckten Text darstellen muss \u00e4hnlich dem Einr\u00fccken mittels Tabstopps in Textbearbeitungsprogrammen oder Entwicklungsumgebungen von Programmiersprachen.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Beispiel_Darstellung_eines_eingerueckten_Textes\"><\/span>Beispiel: Darstellung eines einger\u00fcckten Textes<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Dies kann dann zum Beispiel wie folgt aussehen:<\/p>\n<div style=\"border-radius: 10px; padding: 1em; background: lightgray; width: 100%; border: 1px solid gray;\">\n<div><strong>Beispiel eines Inhaltsverzeichnisses<\/strong><\/div>\n<div style=\"text-indent: 0px;\">1 \u00dcberschrift 1<\/div>\n<div style=\"text-indent: 0px;\">2 \u00dcberschrift 2<\/div>\n<div style=\"text-indent: 20px;\">2.1 \u00dcberschrift Gliederung 1.1<\/div>\n<div style=\"text-indent: 20px;\">2.2 \u00dcberschrift Gliederung 1.1<\/div>\n<div style=\"text-indent: 40px;\">2.2.1 \u00dcberschrift Gliederung 1.1.1<\/div>\n<div style=\"text-indent: 40px;\">2.2.2 \u00dcberschrift Gliederung 1.1.1<\/div>\n<div style=\"text-indent: 40px;\">2.2.3 \u00dcberschrift Gliederung 1.1.1<\/div>\n<div style=\"text-indent: 20px;\">2.3 \u00dcberschrift Gliederung 1.1<\/div>\n<div style=\"text-indent: 20px;\">2.4 \u00dcberschrift Gliederung 1.1<\/div>\n<div style=\"text-indent: 0px;\">3 \u00dcberschrift 3<\/div>\n<div style=\"text-indent: 0px;\">4 \u00dcberschrift 4<\/div>\n<\/div>\n<h2><span class=\"ez-toc-section\" id=\"Anwendungsfaelle\"><\/span>Anwendungsf\u00e4lle<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h3><span class=\"ez-toc-section\" id=\"Inhaltsverzeichnisse\"><\/span>Inhaltsverzeichnisse<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Am Beispiel erkennt man schon die m\u00f6glichen Anwendungsf\u00e4lle. Eine typische Anwendung ist beispielsweise die Darstellung eines <strong>Inhaltsverzeichnisses<\/strong>. Haupt\u00fcberschriften werden dann linksb\u00fcndig dargestellt, w\u00e4hrend Unter\u00fcberschriften entsprechend der Gliederungsstufe einfach, zweifach oder mehrfach einger\u00fcckt dargestellt werden.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Aufzaehlungen\"><\/span>Aufz\u00e4hlungen<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Eine andere M\u00f6glichkeit kann sein, dass man eine <strong>Aufz\u00e4hlung<\/strong> machen m\u00f6chte, wo es ebenfalls Unter-Aufz\u00e4hlungen gibt, die dann unterhalb eines Bullet-Points nach rechts versetzt bzw. einger\u00fcckt dargestellt werden sollen.<\/p>\n<h3><span class=\"ez-toc-section\" id=\"Tabstopps_mit_HTML_darstellen\"><\/span>Tabstopps mit HTML darstellen<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Darstellung von Quellcode irgendwelcher Programmiersprachen oder strukturierten <a href=\"https:\/\/ekiwi-blog.de\/24873\/pdf-zu-text-mittels-kommandozeile\/\" target=\"_blank\" rel=\"noopener noreferrer\">Text mittels<\/a> HTML kann ebenfalls ein Anwendungsfall sein. Der meiste Code wird lesbar strukturiert, indem Tabstopps eingef\u00fcgt werden. Dies muss dann im HTML-Code nachgebildet werden.<\/p>\n\n<div class=\"aawp\">\n\n            \n            \n<div class=\"aawp-product aawp-product--horizontal aawp-product--bestseller aawp-product--ribbon\"  data-aawp-product-asin=\"3836297280\" data-aawp-product-id=\"5286\" data-aawp-tracking-id=\"ekiwide0b-21\" data-aawp-product-title=\"HTML und CSS  Das umfassende Handbuch zum Lernen und Nachschlagen Inkl JavaScript Responsive Webdesign React und Angular u v m.\">\n\n    <span class=\"aawp-product__ribbon aawp-product__ribbon--bestseller\">Bestseller Nr. 1<\/span>\n    <div class=\"aawp-product__thumb\">\n        <a class=\"aawp-product__image-link\"\n           href=\"https:\/\/www.amazon.de\/dp\/3836297280?tag=ekiwide0b-21&linkCode=ogi&th=1&psc=1&keywords=buch%20html%20css\" title=\"HTML und CSS: Das umfassende Handbuch zum Lernen und Nachschlagen. Inkl. JavaScript, Responsive Webdesign, React und Angular u. v. m.\" rel=\"nofollow noopener sponsored\" target=\"_blank\">\n            <img decoding=\"async\" class=\"aawp-product__image\" src=\"https:\/\/m.media-amazon.com\/images\/I\/51etBIPDtcL._SL160_.jpg\" alt=\"HTML und CSS: Das umfassende Handbuch zum Lernen und Nachschlagen. Inkl. JavaScript, Responsive Webdesign, React und Angular u. v. m.\"  \/>\n        <\/a>\n\n            <\/div>\n\n    <div class=\"aawp-product__content\">\n        <a class=\"aawp-product__title\" href=\"https:\/\/www.amazon.de\/dp\/3836297280?tag=ekiwide0b-21&linkCode=ogi&th=1&psc=1&keywords=buch%20html%20css\" title=\"HTML und CSS: Das umfassende Handbuch zum Lernen und Nachschlagen. Inkl. JavaScript, Responsive Webdesign, React und Angular u. v. m.\" rel=\"nofollow noopener sponsored\" target=\"_blank\">\n            HTML und CSS: Das umfassende Handbuch zum Lernen und Nachschlagen. Inkl. JavaScript, Responsive Webdesign, React und Angular u. v. m.        <\/a>\n        <div class=\"aawp-product__description\">\n            <ul><li>Wolf, J\u00fcrgen(Autor)<\/li><\/ul>        <\/div>\n    <\/div>\n\n    <div class=\"aawp-product__footer\">\n\n        <div class=\"aawp-product__pricing\">\n            \n                            <span class=\"aawp-product__price aawp-product__price--current\"><\/span>\n            \n                    <\/div>\n\n                <a class=\"aawp-button aawp-button--buy aawp-button--icon aawp-button--icon-black\" href=\"https:\/\/www.amazon.de\/dp\/3836297280?tag=ekiwide0b-21&#038;linkCode=ogi&#038;th=1&#038;psc=1&#038;keywords=buch%20html%20css\" title=\"Bei Amazon kaufen\" target=\"_blank\" rel=\"nofollow noopener sponsored\">Bei Amazon kaufen<\/a>\n            <\/div>\n\n<\/div>\n\n    \n<\/div>\n\n<h2><span class=\"ez-toc-section\" id=\"HTML-_und_CSS-Code\"><\/span>HTML- und CSS-Code<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>Das oben gezeigte Beispiel l\u00e4sst sich mit folgendem HTML-Code erreichen. Die CSS-Eigenschaft, die dazu f\u00fchrt, dass der Text einger\u00fcckt wird, wird im HTML-Attribute &#8222;<em>Style<\/em>&#8220; definiert. Es handelt sich dabei um &#8222;<strong>text-indent: &#8230;;<\/strong>&#8222;. <em>text-indent<\/em> kann man verschiedene Werte \u00fcbergeben, wobei auch negative Werte m\u00f6glich sind:<\/p>\n<ul>\n<li>px (Pixel)<\/li>\n<li>% (Prozent)<\/li>\n<li>em (relative Gr\u00f6\u00dfe in Bezug zur <a title=\"VBA E-Mail Schriftgr\u00f6\u00dfe oder Schriftart einstellen\" href=\"https:\/\/ekiwi-blog.de\/62447\/vba-outlook-schriftart-und-schriftgroesse-einstellen-aendern\/\" target=\"_blank\" rel=\"noopener\">Schriftgr\u00f6\u00dfe<\/a>)<\/li>\n<\/ul>\n<div style=\"background: #ffffff; overflow: auto; width: auto; border: solid gray; border-width: .1em .1em .1em .8em; padding: .2em .6em;\">\n<pre style=\"margin: 0; line-height: 125%;\"><span style=\"color: #007700;\">&lt;div<\/span> <span style=\"color: #0000cc;\">style=<\/span><span style=\"background-color: #fff0f0;\">\"border-radius: 10px; padding: 1em; background: lightgray; width: 100%; border: 1px solid gray;\"<\/span><span style=\"color: #007700;\">&gt;<\/span>\r\n<span style=\"color: #007700;\">    &lt;div&gt;&lt;strong&gt;<\/span>Beispiel eines Inhaltsverzeichnisses<span style=\"color: #007700;\">&lt;\/strong&gt;&lt;\/div&gt;<\/span>\r\n<span style=\"color: #007700;\">    &lt;div<\/span> <span style=\"color: #0000cc;\">style=<\/span><span style=\"background-color: #fff0f0;\">\"text-indent: 0px;\"<\/span><span style=\"color: #007700;\">&gt;<\/span>1 \u00dcberschirft 1<span style=\"color: #007700;\">&lt;\/div&gt;<\/span>\r\n<span style=\"color: #007700;\">    &lt;div<\/span> <span style=\"color: #0000cc;\">style=<\/span><span style=\"background-color: #fff0f0;\">\"text-indent: 0px;\"<\/span><span style=\"color: #007700;\">&gt;<\/span>2 \u00dcberschrift 2<span style=\"color: #007700;\">&lt;\/div&gt;<\/span>\r\n<span style=\"color: #007700;\">    &lt;div<\/span> <span style=\"color: #0000cc;\">style=<\/span><span style=\"background-color: #fff0f0;\">\"text-indent: 20px;\"<\/span><span style=\"color: #007700;\">&gt;<\/span>2.1 \u00dcberschrift Gliederung 1.1<span style=\"color: #007700;\">&lt;\/div&gt;<\/span>\r\n<span style=\"color: #007700;\">    &lt;div<\/span> <span style=\"color: #0000cc;\">style=<\/span><span style=\"background-color: #fff0f0;\">\"text-indent: 20px;\"<\/span><span style=\"color: #007700;\">&gt;<\/span>2.2 \u00dcberschrift Gliederung 1.1<span style=\"color: #007700;\">&lt;\/div&gt;<\/span>\r\n<span style=\"color: #007700;\">    &lt;div<\/span> <span style=\"color: #0000cc;\">style=<\/span><span style=\"background-color: #fff0f0;\">\"text-indent: 40px;\"<\/span><span style=\"color: #007700;\">&gt;<\/span>2.2.1 \u00dcberschrift Gliederung 1.1.1<span style=\"color: #007700;\">&lt;\/div&gt;<\/span>\r\n<span style=\"color: #007700;\">    &lt;div<\/span> <span style=\"color: #0000cc;\">style=<\/span><span style=\"background-color: #fff0f0;\">\"text-indent: 40px;\"<\/span><span style=\"color: #007700;\">&gt;<\/span>2.2.2 \u00dcberschrift Gliederung 1.1.1<span style=\"color: #007700;\">&lt;\/div&gt;<\/span>\r\n<span style=\"color: #007700;\">    &lt;div<\/span> <span style=\"color: #0000cc;\">style=<\/span><span style=\"background-color: #fff0f0;\">\"text-indent: 40px;\"<\/span><span style=\"color: #007700;\">&gt;<\/span>2.2.3 \u00dcberschrift Gliederung 1.1.1<span style=\"color: #007700;\">&lt;\/div&gt;<\/span>\r\n<span style=\"color: #007700;\">    &lt;div<\/span> <span style=\"color: #0000cc;\">style=<\/span><span style=\"background-color: #fff0f0;\">\"text-indent: 20px;\"<\/span><span style=\"color: #007700;\">&gt;<\/span>2.3 \u00dcberschrift Gliederung 1.1<span style=\"color: #007700;\">&lt;\/div&gt;<\/span>\r\n<span style=\"color: #007700;\">    &lt;div<\/span> <span style=\"color: #0000cc;\">style=<\/span><span style=\"background-color: #fff0f0;\">\"text-indent: 20px;\"<\/span><span style=\"color: #007700;\">&gt;<\/span>2.4 \u00dcberschrift Gliederung 1.1<span style=\"color: #007700;\">&lt;\/div&gt;<\/span>\r\n<span style=\"color: #007700;\">    &lt;div<\/span> <span style=\"color: #0000cc;\">style=<\/span><span style=\"background-color: #fff0f0;\">\"text-indent: 0px;\"<\/span><span style=\"color: #007700;\">&gt;<\/span>3 \u00dcberschrift 3<span style=\"color: #007700;\">&lt;\/div&gt;<\/span>\r\n<span style=\"color: #007700;\">    &lt;div<\/span> <span style=\"color: #0000cc;\">style=<\/span><span style=\"background-color: #fff0f0;\">\"text-indent: 0px;\"<\/span><span style=\"color: #007700;\">&gt;<\/span>4 \u00dcberschrift 4<span style=\"color: #007700;\">&lt;\/div&gt;<\/span>\r\n<span style=\"color: #007700;\">&lt;\/div&gt;<\/span>\r\n<\/pre>\n<\/div>\n<p>Hier sind nat\u00fcrlich keine Grenzen gesetzt beliebig viele Gliederungsstufen einzuf\u00fchren und die zugeh\u00f6rigen \u00dcberschriften und Unter-\u00dcberschriften verschieden stark einzur\u00fccken.<\/p>\n<p>Das Ganze kann man nat\u00fcrlich auch in eine CSS-Klasse \u00fcberf\u00fchren und dann im Style nur auf die jeweilige Klasse verweisen.<\/p>\n\n<div class=\"aawp\">\n\n            \n            \n<div class=\"aawp-product aawp-product--horizontal aawp-product--new aawp-product--ribbon\"  data-aawp-product-asin=\"B0GPVT2R9B\" data-aawp-product-id=\"5242\" data-aawp-tracking-id=\"ekiwide0b-21\" data-aawp-product-title=\"Web Development Essentials Study Companion  Getting Ready for the LPI 030-100 Exam  Certification Study Companion Series\">\n\n    <span class=\"aawp-product__ribbon aawp-product__ribbon--new\">Neu<\/span>\n    <div class=\"aawp-product__thumb\">\n        <a class=\"aawp-product__image-link\"\n           href=\"https:\/\/www.amazon.de\/dp\/B0GPVT2R9B?tag=ekiwide0b-21&linkCode=ogi&th=1&psc=1\" title=\"Web Development Essentials Study Companion: Getting Ready for the LPI 030-100 Exam (Certification Study Companion Series)\" rel=\"nofollow noopener sponsored\" target=\"_blank\">\n            <img decoding=\"async\" class=\"aawp-product__image\" src=\"https:\/\/m.media-amazon.com\/images\/I\/01QFb8SNuTL.gif._SL160_.jpg\" alt=\"Web Development Essentials Study Companion: Getting Ready for the LPI 030-100 Exam (Certification Study Companion Series)\"  \/>\n        <\/a>\n\n            <\/div>\n\n    <div class=\"aawp-product__content\">\n        <a class=\"aawp-product__title\" href=\"https:\/\/www.amazon.de\/dp\/B0GPVT2R9B?tag=ekiwide0b-21&linkCode=ogi&th=1&psc=1\" title=\"Web Development Essentials Study Companion: Getting Ready for the LPI 030-100 Exam (Certification Study Companion Series)\" rel=\"nofollow noopener sponsored\" target=\"_blank\">\n            Web Development Essentials Study Companion: Getting Ready for the LPI 030-100 Exam (Certification Study Companion Series)        <\/a>\n        <div class=\"aawp-product__description\">\n            <ul><li>Lathkar, Malhar(Autor)<\/li><\/ul>        <\/div>\n    <\/div>\n\n    <div class=\"aawp-product__footer\">\n\n        <div class=\"aawp-product__pricing\">\n            \n                            <span class=\"aawp-product__price aawp-product__price--current\"><\/span>\n            \n                    <\/div>\n\n                <a class=\"aawp-button aawp-button--buy aawp-button--icon aawp-button--icon-black\" href=\"https:\/\/www.amazon.de\/dp\/B0GPVT2R9B?tag=ekiwide0b-21&#038;linkCode=ogi&#038;th=1&#038;psc=1\" title=\"Bei Amazon kaufen\" target=\"_blank\" rel=\"nofollow noopener sponsored\">Bei Amazon kaufen<\/a>\n            <\/div>\n\n<\/div>\n\n            \n            \n<div class=\"aawp-product aawp-product--horizontal aawp-product--new aawp-product--ribbon\"  data-aawp-product-asin=\"B0GKCCC4CB\" data-aawp-product-id=\"5243\" data-aawp-tracking-id=\"ekiwide0b-21\" data-aawp-product-title=\"A Colorful Guide to HTML and CSS  English Edition\">\n\n    <span class=\"aawp-product__ribbon aawp-product__ribbon--new\">Neu<\/span>\n    <div class=\"aawp-product__thumb\">\n        <a class=\"aawp-product__image-link\"\n           href=\"https:\/\/www.amazon.de\/dp\/B0GKCCC4CB?tag=ekiwide0b-21&linkCode=ogi&th=1&psc=1\" title=\"A Colorful Guide to HTML and CSS (English Edition)\" rel=\"nofollow noopener sponsored\" target=\"_blank\">\n            <img decoding=\"async\" class=\"aawp-product__image\" src=\"https:\/\/m.media-amazon.com\/images\/I\/01QFb8SNuTL.gif._SL160_.jpg\" alt=\"A Colorful Guide to HTML and CSS (English Edition)\"  \/>\n        <\/a>\n\n            <\/div>\n\n    <div class=\"aawp-product__content\">\n        <a class=\"aawp-product__title\" href=\"https:\/\/www.amazon.de\/dp\/B0GKCCC4CB?tag=ekiwide0b-21&linkCode=ogi&th=1&psc=1\" title=\"A Colorful Guide to HTML and CSS (English Edition)\" rel=\"nofollow noopener sponsored\" target=\"_blank\">\n            A Colorful Guide to HTML and CSS (English Edition)        <\/a>\n        <div class=\"aawp-product__description\">\n            <ul><li>Scharl, Tobias(Autor)<\/li><\/ul>        <\/div>\n    <\/div>\n\n    <div class=\"aawp-product__footer\">\n\n        <div class=\"aawp-product__pricing\">\n            \n                            <span class=\"aawp-product__price aawp-product__price--current\"><\/span>\n            \n                    <\/div>\n\n                <a class=\"aawp-button aawp-button--buy aawp-button--icon aawp-button--icon-black\" href=\"https:\/\/www.amazon.de\/dp\/B0GKCCC4CB?tag=ekiwide0b-21&#038;linkCode=ogi&#038;th=1&#038;psc=1\" title=\"Bei Amazon kaufen\" target=\"_blank\" rel=\"nofollow noopener sponsored\">Bei Amazon kaufen<\/a>\n            <\/div>\n\n<\/div>\n\n    \n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Wer Inhalte im Internet ver\u00f6ffentlicht m\u00f6chte diese manchmal strukturiert darstellen. Dazu z\u00e4hlt auch, dass man mittels HTML einger\u00fcckten Text darstellen<\/p>\n","protected":false},"author":2,"featured_media":92,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","_links_to":"","_links_to_target":""},"categories":[5],"tags":[22,899,900,346,4,111,361,344,345,52],"class_list":["post-4694","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-hmtl","tag-css","tag-formatieren","tag-formatierung","tag-homepage","tag-html","tag-internet","tag-webdesign","tag-webseite","tag-website","tag-wordpress"],"_links":{"self":[{"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/posts\/4694","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/comments?post=4694"}],"version-history":[{"count":0,"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/posts\/4694\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/media\/92"}],"wp:attachment":[{"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/media?parent=4694"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/categories?post=4694"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ekiwi.de\/index.php\/wp-json\/wp\/v2\/tags?post=4694"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}