{"id":2985,"date":"2023-02-06T18:30:27","date_gmt":"2023-02-06T17:30:27","guid":{"rendered":"https:\/\/bob-team.de\/wordpress\/?p=2985"},"modified":"2023-02-06T18:30:27","modified_gmt":"2023-02-06T17:30:27","slug":"html-sippets","status":"publish","type":"post","link":"https:\/\/bob-team.de\/wordpress\/2023\/02\/06\/html-sippets\/","title":{"rendered":"HTML Sippets"},"content":{"rendered":"<p><label for=\"m1\">Meter<\/label><br \/>\n<meter id=\"m1\" min=\"0\" max=\"100\" low=\"30\" high=\"75\" optimum=\"60\" value=\"65\"\/><\/p>\n<p><label for=\"i1\">Datalist (Abcd, Efgh)<\/label><br \/>\n<input id=\"i1\" list=\"l1\"\/><br \/>\n<datalist id=\"l1\"><option value=\"Abcd\"\/><option value=\"Efgh\"\/><br \/>\n<\/datalist><\/p>\n<p><label for=\"o1\">Ordered list starts at 7<\/label><\/p>\n<ol id=\"o1\" start=\"7\">\n<li>One<\/li>\n<li>Two<\/li>\n<li>Three<\/li>\n<\/ol>\n<p><label for=\"i2\">Range<\/label><br \/>\n<input id=\"i2\" type=\"range\"\/><\/p>\n<p><label for=\"i3\">File + accept<\/label><br \/>\n<input id=\"i3\" type=\"file\" accept=\".png, .jpg\"\/><\/p>\n<form>\n<fieldset>\n<legend>Fieldset<\/legend>\n<p>      <input id=\"r1\" type=\"radio\" name=\"rb\"\/><br \/>\n      <label for=\"r1\">Java<\/label><br \/>\n      <input id=\"r2\" type=\"radio\" name=\"rb\"\/><br \/>\n      <label for=\"r2\">JavaScript<\/label><br \/>\n      <input id=\"r3\" type=\"radio\" name=\"rb\"\/><br \/>\n      <label for=\"r3\">Go<\/label><br \/>\n   <\/fieldset>\n<\/form>\n<p><label for=\"a1\">Download<\/label><br \/>\n<a id=\"a1\" href=\"\/datei.pdf\" download>ein PDF<\/a><\/p>\n<details>\n<summary>klick mich<\/summary>\n<p>ein Text<\/p>\n<\/details>\n<hr\/>\n<p>Pages opened with <code>target=\"_blank\"<\/code> allow the new page to access the original\u2019s &#8222;window.opener&#8220;. This can have security and performance implications. Include <code>rel=\"noopener\"<\/code> or <code>rel=\"noreferrer\"<\/code> to prevent this.<\/p>\n<p>To refresh your website\u2019s favicon you can force browsers to download a new version by adding <code>?v=2<\/code> to the filename.<\/p>\n<p>You can use the &#8222;loading=lazy&#8220; attribute to defer the loading of the image until the user scrolls to them.<\/p>\n<p>If you want to open all links in the document in a new tab, you can use the &#8222;<base>&#8220; element.<\/p>\n<p><a href=\"https:\/\/markodenic.com\/html-tips\/\">weiterlesen&#8230;<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Meter Datalist (Abcd, Efgh) Ordered list starts at 7 One Two Three Range File + accept Fieldset Java JavaScript Go Download ein PDF klick mich ein Text Pages opened with target=&#8220;_blank&#8220; allow the new page to access the original\u2019s &#8222;window.opener&#8220;. This can have security and performance implications. Include rel=&#8220;noopener&#8220; or rel=&#8220;noreferrer&#8220; to prevent this. To [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2985","post","type-post","status-publish","format-standard","hentry","category-uncategorized","entry"],"_links":{"self":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts\/2985","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/comments?post=2985"}],"version-history":[{"count":17,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts\/2985\/revisions"}],"predecessor-version":[{"id":3002,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/posts\/2985\/revisions\/3002"}],"wp:attachment":[{"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/media?parent=2985"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/categories?post=2985"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bob-team.de\/wordpress\/wp-json\/wp\/v2\/tags?post=2985"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}