{"id":738,"date":"2020-05-06T13:03:23","date_gmt":"2020-05-06T13:03:23","guid":{"rendered":"https:\/\/ramk.ee\/opikud\/veebidisain\/?post_type=chapter&#038;p=738"},"modified":"2020-05-06T17:10:30","modified_gmt":"2020-05-06T17:10:30","slug":"lisalugemine-uks-veebileht-teise-sees","status":"publish","type":"chapter","link":"https:\/\/ramk.ee\/opikud\/veebidisain\/chapter\/lisalugemine-uks-veebileht-teise-sees\/","title":{"rendered":"LISALUGEMINE: \u00fcks veebileht teise sees"},"content":{"raw":"M\u00f5nikord on tarvis \u00fche veebilehe sees n\u00e4idata m\u00f5ne teise veebilehe sisu. Selle eesm\u00e4rgi saavutramiseks saame kasutada elementi <code>&lt;iframe&gt;<\/code>. Elemendil on ka kohustuslik atribuut <code>src<\/code>, mille v\u00e4\u00e4rtuseks on viidatava veebilehe aadress.\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">&lt;iframe src=\"https:\/\/www.ramkool.edu.ee\/\"&gt;&lt;\/iframe&gt;<\/pre>\r\n<iframe src=\"https:\/\/ramkool.edu.ee\/\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">\ufeff<\/span><\/iframe>\r\n\r\nK\u00f5rguse ja laiuse saame m\u00e4\u00e4rata atribuutidega <code>&lt;height&gt;<\/code> ja<code> &lt;width&gt;<\/code>.\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\">&lt;iframe src=\"https:\/\/ramkool.edu.ee\/\" width=\"600\" height=\"300\"&gt;&lt;\/iframe&gt;<\/pre>\r\nV\u00f5i siis m\u00e4\u00e4rame k\u00f5rgus ja laius kasutades CSS-i.\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\">&lt;iframe src=\"https:\/\/ramkool.edu.ee\/\" style=\"height:300px;width:600px;\"&gt;&lt;\/iframe&gt;<\/pre>\r\n<iframe src=\"https:\/\/ramkool.edu.ee\/\" width=\"600\" height=\"300\"><\/iframe>\r\n\r\nVaikev\u00e4\u00e4rtusena on <code>&lt;iframe&gt;<\/code> \u00fcmber raamjoon. Selle eemaldamiseks saame kasutada omadust border.\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\">&lt;iframe src=\"https:\/\/ramkool.edu.ee\/\" style=\"height:300px;width:600px;border:none;\"&gt;&lt;\/iframe&gt;<\/pre>\r\n<iframe style=\"height: 300px; width: 600px; border: none;\" src=\"https:\/\/ramkool.edu.ee\/\"><\/iframe>\r\n\r\nV\u00f5i siis vastupidi teha see raam veel suuremaks.\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">&lt;iframe src=\"https:\/\/ramkool.edu.ee\/\" style=\"height:300px;width:600px;border:4px solid black;\"&gt;&lt;\/iframe&gt;<\/pre>\r\n<iframe style=\"height: 300px; width: 600px; border: 4px solid black;\" src=\"https:\/\/ramkool.edu.ee\/\"><\/iframe>\r\n\r\nKasutades raami nime h\u00fcperlingis <code>target<\/code> atribuudi v\u00e4\u00e4rtusena, saab luua linke, mis avavad elemendis <code>&lt;iframe&gt;<\/code> erinevaid lehti.\r\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\">&lt;iframe\u00a0style=\"height:\u00a0300px;\u00a0width:\u00a0600px;\u00a0border:\u00a02px\u00a0solid\u00a0black;\"\u00a0src=\"\"\u00a0name=\"iframe_esimene\"\u00a0&gt;&lt;\/iframe&gt;\r\n&lt;a href=\"https:\/\/ramkool.edu.ee\/\" target=\"iframe_esimene\"&gt;Rocca al Mare Kool&lt;\/a&gt;\r\n&lt;a href=\"https:\/\/err.ee\" target=\"iframe_esimene\"&gt;ERR&lt;\/a&gt;\r\n<\/pre>","rendered":"<p>M\u00f5nikord on tarvis \u00fche veebilehe sees n\u00e4idata m\u00f5ne teise veebilehe sisu. Selle eesm\u00e4rgi saavutramiseks saame kasutada elementi <code>&lt;iframe&gt;<\/code>. Elemendil on ka kohustuslik atribuut <code>src<\/code>, mille v\u00e4\u00e4rtuseks on viidatava veebilehe aadress.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">&lt;iframe src=\"https:\/\/www.ramkool.edu.ee\/\"&gt;&lt;\/iframe&gt;<\/pre>\n<p><iframe src=\"https:\/\/ramkool.edu.ee\/\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\">\ufeff<\/span><\/iframe><\/p>\n<p>K\u00f5rguse ja laiuse saame m\u00e4\u00e4rata atribuutidega <code>&lt;height&gt;<\/code> ja<code> &lt;width&gt;<\/code>.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\">&lt;iframe src=\"https:\/\/ramkool.edu.ee\/\" width=\"600\" height=\"300\"&gt;&lt;\/iframe&gt;<\/pre>\n<p>V\u00f5i siis m\u00e4\u00e4rame k\u00f5rgus ja laius kasutades CSS-i.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\">&lt;iframe src=\"https:\/\/ramkool.edu.ee\/\" style=\"height:300px;width:600px;\"&gt;&lt;\/iframe&gt;<\/pre>\n<p><iframe src=\"https:\/\/ramkool.edu.ee\/\" width=\"600\" height=\"300\"><\/iframe><\/p>\n<p>Vaikev\u00e4\u00e4rtusena on <code>&lt;iframe&gt;<\/code> \u00fcmber raamjoon. Selle eemaldamiseks saame kasutada omadust border.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\">&lt;iframe src=\"https:\/\/ramkool.edu.ee\/\" style=\"height:300px;width:600px;border:none;\"&gt;&lt;\/iframe&gt;<\/pre>\n<p><iframe style=\"height: 300px; width: 600px; border: none;\" src=\"https:\/\/ramkool.edu.ee\/\"><\/iframe><\/p>\n<p>V\u00f5i siis vastupidi teha see raam veel suuremaks.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\">&lt;iframe src=\"https:\/\/ramkool.edu.ee\/\" style=\"height:300px;width:600px;border:4px solid black;\"&gt;&lt;\/iframe&gt;<\/pre>\n<p><iframe style=\"height: 300px; width: 600px; border: 4px solid black;\" src=\"https:\/\/ramkool.edu.ee\/\"><\/iframe><\/p>\n<p>Kasutades raami nime h\u00fcperlingis <code>target<\/code> atribuudi v\u00e4\u00e4rtusena, saab luua linke, mis avavad elemendis <code>&lt;iframe&gt;<\/code> erinevaid lehti.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"html\">&lt;iframe\u00a0style=\"height:\u00a0300px;\u00a0width:\u00a0600px;\u00a0border:\u00a02px\u00a0solid\u00a0black;\"\u00a0src=\"\"\u00a0name=\"iframe_esimene\"\u00a0&gt;&lt;\/iframe&gt;\r\n&lt;a href=\"https:\/\/ramkool.edu.ee\/\" target=\"iframe_esimene\"&gt;Rocca al Mare Kool&lt;\/a&gt;\r\n&lt;a href=\"https:\/\/err.ee\" target=\"iframe_esimene\"&gt;ERR&lt;\/a&gt;\r\n<\/pre>\n","protected":false},"author":1,"menu_order":28,"template":"","meta":{"_mi_skip_tracking":false,"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":25,"_links":{"self":[{"href":"https:\/\/ramk.ee\/opikud\/veebidisain\/wp-json\/pressbooks\/v2\/chapters\/738"}],"collection":[{"href":"https:\/\/ramk.ee\/opikud\/veebidisain\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/ramk.ee\/opikud\/veebidisain\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/ramk.ee\/opikud\/veebidisain\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":8,"href":"https:\/\/ramk.ee\/opikud\/veebidisain\/wp-json\/pressbooks\/v2\/chapters\/738\/revisions"}],"predecessor-version":[{"id":747,"href":"https:\/\/ramk.ee\/opikud\/veebidisain\/wp-json\/pressbooks\/v2\/chapters\/738\/revisions\/747"}],"part":[{"href":"https:\/\/ramk.ee\/opikud\/veebidisain\/wp-json\/pressbooks\/v2\/parts\/25"}],"metadata":[{"href":"https:\/\/ramk.ee\/opikud\/veebidisain\/wp-json\/pressbooks\/v2\/chapters\/738\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/ramk.ee\/opikud\/veebidisain\/wp-json\/wp\/v2\/media?parent=738"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/ramk.ee\/opikud\/veebidisain\/wp-json\/pressbooks\/v2\/chapter-type?post=738"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/ramk.ee\/opikud\/veebidisain\/wp-json\/wp\/v2\/contributor?post=738"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/ramk.ee\/opikud\/veebidisain\/wp-json\/wp\/v2\/license?post=738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}